Home
last modified time | relevance | path

Searched refs:CIPHER_CONTEXT (Results 1 – 25 of 114) sorted by relevance

12345

/dports/sysutils/bareos18-client/bareos-Release-18.2.12/core/src/lib/
H A Dcrypto.h47 typedef struct Cipher_Context CIPHER_CONTEXT; typedef
152 CIPHER_CONTEXT *crypto_cipher_new(CRYPTO_SESSION *cs, bool encrypt, uint32_t *blocksize);
153 bool CryptoCipherUpdate(CIPHER_CONTEXT *cipher_ctx, const uint8_t *data, uint32_t length, const uin…
154 bool CryptoCipherFinalize(CIPHER_CONTEXT *cipher_ctx, uint8_t *dest, uint32_t *written);
155 void CryptoCipherFree(CIPHER_CONTEXT *cipher_ctx);
H A Dcrypto_nss.cc204 CIPHER_CONTEXT *crypto_cipher_new(CRYPTO_SESSION *cs, bool encrypt, uint32_t *blocksize) in crypto_cipher_new()
209 bool CryptoCipherUpdate(CIPHER_CONTEXT *cipher_ctx, const uint8_t *data, uint32_t length, const uin… in CryptoCipherUpdate()
214 bool CryptoCipherFinalize(CIPHER_CONTEXT *cipher_ctx, uint8_t *dest, uint32_t *written) in CryptoCipherFinalize()
219 void CryptoCipherFree(CIPHER_CONTEXT *cipher_ctx) in CryptoCipherFree()
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/core/src/lib/
H A Dcrypto.h49 typedef struct Cipher_Context CIPHER_CONTEXT; typedef
166 CIPHER_CONTEXT* crypto_cipher_new(CRYPTO_SESSION* cs,
169 bool CryptoCipherUpdate(CIPHER_CONTEXT* cipher_ctx,
174 bool CryptoCipherFinalize(CIPHER_CONTEXT* cipher_ctx,
177 void CryptoCipherFree(CIPHER_CONTEXT* cipher_ctx);
H A Dcrypto_nss.cc195 CIPHER_CONTEXT* crypto_cipher_new(CRYPTO_SESSION* cs, in crypto_cipher_new()
202 bool CryptoCipherUpdate(CIPHER_CONTEXT* cipher_ctx, in CryptoCipherUpdate()
211 bool CryptoCipherFinalize(CIPHER_CONTEXT* cipher_ctx, in CryptoCipherFinalize()
218 void CryptoCipherFree(CIPHER_CONTEXT* cipher_ctx) {} in CryptoCipherFree()
H A Dcrypto_none.cc193 CIPHER_CONTEXT* crypto_cipher_new(CRYPTO_SESSION* cs, in crypto_cipher_new()
200 bool CryptoCipherUpdate(CIPHER_CONTEXT* cipher_ctx, in CryptoCipherUpdate()
209 bool CryptoCipherFinalize(CIPHER_CONTEXT* cipher_ctx, in CryptoCipherFinalize()
216 void CryptoCipherFree(CIPHER_CONTEXT* cipher_ctx) {} in CryptoCipherFree()
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/core/src/lib/
H A Dcrypto.h49 typedef struct Cipher_Context CIPHER_CONTEXT; typedef
166 CIPHER_CONTEXT* crypto_cipher_new(CRYPTO_SESSION* cs,
169 bool CryptoCipherUpdate(CIPHER_CONTEXT* cipher_ctx,
174 bool CryptoCipherFinalize(CIPHER_CONTEXT* cipher_ctx,
177 void CryptoCipherFree(CIPHER_CONTEXT* cipher_ctx);
H A Dcrypto_nss.cc195 CIPHER_CONTEXT* crypto_cipher_new(CRYPTO_SESSION* cs, in crypto_cipher_new()
202 bool CryptoCipherUpdate(CIPHER_CONTEXT* cipher_ctx, in CryptoCipherUpdate()
211 bool CryptoCipherFinalize(CIPHER_CONTEXT* cipher_ctx, in CryptoCipherFinalize()
218 void CryptoCipherFree(CIPHER_CONTEXT* cipher_ctx) {} in CryptoCipherFree()
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/lib/
H A Dcrypto.h49 typedef struct Cipher_Context CIPHER_CONTEXT; typedef
166 CIPHER_CONTEXT* crypto_cipher_new(CRYPTO_SESSION* cs,
169 bool CryptoCipherUpdate(CIPHER_CONTEXT* cipher_ctx,
174 bool CryptoCipherFinalize(CIPHER_CONTEXT* cipher_ctx,
177 void CryptoCipherFree(CIPHER_CONTEXT* cipher_ctx);
H A Dcrypto_nss.cc195 CIPHER_CONTEXT* crypto_cipher_new(CRYPTO_SESSION* cs, in crypto_cipher_new()
202 bool CryptoCipherUpdate(CIPHER_CONTEXT* cipher_ctx, in CryptoCipherUpdate()
211 bool CryptoCipherFinalize(CIPHER_CONTEXT* cipher_ctx, in CryptoCipherFinalize()
218 void CryptoCipherFree(CIPHER_CONTEXT* cipher_ctx) {} in CryptoCipherFree()
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/lib/
H A Dcrypto.h49 typedef struct Cipher_Context CIPHER_CONTEXT; typedef
166 CIPHER_CONTEXT* crypto_cipher_new(CRYPTO_SESSION* cs,
169 bool CryptoCipherUpdate(CIPHER_CONTEXT* cipher_ctx,
174 bool CryptoCipherFinalize(CIPHER_CONTEXT* cipher_ctx,
177 void CryptoCipherFree(CIPHER_CONTEXT* cipher_ctx);
H A Dcrypto_nss.cc195 CIPHER_CONTEXT* crypto_cipher_new(CRYPTO_SESSION* cs, in crypto_cipher_new()
202 bool CryptoCipherUpdate(CIPHER_CONTEXT* cipher_ctx, in CryptoCipherUpdate()
211 bool CryptoCipherFinalize(CIPHER_CONTEXT* cipher_ctx, in CryptoCipherFinalize()
218 void CryptoCipherFree(CIPHER_CONTEXT* cipher_ctx) {} in CryptoCipherFree()
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/core/src/lib/
H A Dcrypto.h47 typedef struct Cipher_Context CIPHER_CONTEXT; typedef
152 CIPHER_CONTEXT *crypto_cipher_new(CRYPTO_SESSION *cs, bool encrypt, uint32_t *blocksize);
153 bool CryptoCipherUpdate(CIPHER_CONTEXT *cipher_ctx, const uint8_t *data, uint32_t length, const uin…
154 bool CryptoCipherFinalize(CIPHER_CONTEXT *cipher_ctx, uint8_t *dest, uint32_t *written);
155 void CryptoCipherFree(CIPHER_CONTEXT *cipher_ctx);
H A Dcrypto_nss.cc204 CIPHER_CONTEXT *crypto_cipher_new(CRYPTO_SESSION *cs, bool encrypt, uint32_t *blocksize) in crypto_cipher_new()
209 bool CryptoCipherUpdate(CIPHER_CONTEXT *cipher_ctx, const uint8_t *data, uint32_t length, const uin… in CryptoCipherUpdate()
214 bool CryptoCipherFinalize(CIPHER_CONTEXT *cipher_ctx, uint8_t *dest, uint32_t *written) in CryptoCipherFinalize()
219 void CryptoCipherFree(CIPHER_CONTEXT *cipher_ctx) in CryptoCipherFree()
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/core/src/lib/
H A Dcrypto.h47 typedef struct Cipher_Context CIPHER_CONTEXT; typedef
152 CIPHER_CONTEXT *crypto_cipher_new(CRYPTO_SESSION *cs, bool encrypt, uint32_t *blocksize);
153 bool CryptoCipherUpdate(CIPHER_CONTEXT *cipher_ctx, const uint8_t *data, uint32_t length, const uin…
154 bool CryptoCipherFinalize(CIPHER_CONTEXT *cipher_ctx, uint8_t *dest, uint32_t *written);
155 void CryptoCipherFree(CIPHER_CONTEXT *cipher_ctx);
H A Dcrypto_nss.cc204 CIPHER_CONTEXT *crypto_cipher_new(CRYPTO_SESSION *cs, bool encrypt, uint32_t *blocksize) in crypto_cipher_new()
209 bool CryptoCipherUpdate(CIPHER_CONTEXT *cipher_ctx, const uint8_t *data, uint32_t length, const uin… in CryptoCipherUpdate()
214 bool CryptoCipherFinalize(CIPHER_CONTEXT *cipher_ctx, uint8_t *dest, uint32_t *written) in CryptoCipherFinalize()
219 void CryptoCipherFree(CIPHER_CONTEXT *cipher_ctx) in CryptoCipherFree()
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/lib/
H A Dcrypto.h49 typedef struct Cipher_Context CIPHER_CONTEXT; typedef
166 CIPHER_CONTEXT* crypto_cipher_new(CRYPTO_SESSION* cs,
169 bool CryptoCipherUpdate(CIPHER_CONTEXT* cipher_ctx,
174 bool CryptoCipherFinalize(CIPHER_CONTEXT* cipher_ctx,
177 void CryptoCipherFree(CIPHER_CONTEXT* cipher_ctx);
H A Dcrypto_nss.cc195 CIPHER_CONTEXT* crypto_cipher_new(CRYPTO_SESSION* cs, in crypto_cipher_new()
202 bool CryptoCipherUpdate(CIPHER_CONTEXT* cipher_ctx, in CryptoCipherUpdate()
211 bool CryptoCipherFinalize(CIPHER_CONTEXT* cipher_ctx, in CryptoCipherFinalize()
218 void CryptoCipherFree(CIPHER_CONTEXT* cipher_ctx) {} in CryptoCipherFree()
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/src/lib/
H A Dcrypto.h49 typedef struct Cipher_Context CIPHER_CONTEXT; typedef
166 CIPHER_CONTEXT* crypto_cipher_new(CRYPTO_SESSION* cs,
169 bool CryptoCipherUpdate(CIPHER_CONTEXT* cipher_ctx,
174 bool CryptoCipherFinalize(CIPHER_CONTEXT* cipher_ctx,
177 void CryptoCipherFree(CIPHER_CONTEXT* cipher_ctx);
H A Dcrypto_nss.cc195 CIPHER_CONTEXT* crypto_cipher_new(CRYPTO_SESSION* cs, in crypto_cipher_new()
202 bool CryptoCipherUpdate(CIPHER_CONTEXT* cipher_ctx, in CryptoCipherUpdate()
211 bool CryptoCipherFinalize(CIPHER_CONTEXT* cipher_ctx, in CryptoCipherFinalize()
218 void CryptoCipherFree(CIPHER_CONTEXT* cipher_ctx) {} in CryptoCipherFree()
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/lib/
H A Dcrypto.h49 typedef struct Cipher_Context CIPHER_CONTEXT; typedef
166 CIPHER_CONTEXT* crypto_cipher_new(CRYPTO_SESSION* cs,
169 bool CryptoCipherUpdate(CIPHER_CONTEXT* cipher_ctx,
174 bool CryptoCipherFinalize(CIPHER_CONTEXT* cipher_ctx,
177 void CryptoCipherFree(CIPHER_CONTEXT* cipher_ctx);
H A Dcrypto_nss.cc195 CIPHER_CONTEXT* crypto_cipher_new(CRYPTO_SESSION* cs, in crypto_cipher_new()
202 bool CryptoCipherUpdate(CIPHER_CONTEXT* cipher_ctx, in CryptoCipherUpdate()
211 bool CryptoCipherFinalize(CIPHER_CONTEXT* cipher_ctx, in CryptoCipherFinalize()
218 void CryptoCipherFree(CIPHER_CONTEXT* cipher_ctx) {} in CryptoCipherFree()
/dports/www/bareos19-webui/bareos-Release-19.2.11/core/src/lib/
H A Dcrypto.h49 typedef struct Cipher_Context CIPHER_CONTEXT; typedef
166 CIPHER_CONTEXT* crypto_cipher_new(CRYPTO_SESSION* cs,
169 bool CryptoCipherUpdate(CIPHER_CONTEXT* cipher_ctx,
174 bool CryptoCipherFinalize(CIPHER_CONTEXT* cipher_ctx,
177 void CryptoCipherFree(CIPHER_CONTEXT* cipher_ctx);
H A Dcrypto_nss.cc195 CIPHER_CONTEXT* crypto_cipher_new(CRYPTO_SESSION* cs, in crypto_cipher_new()
202 bool CryptoCipherUpdate(CIPHER_CONTEXT* cipher_ctx, in CryptoCipherUpdate()
211 bool CryptoCipherFinalize(CIPHER_CONTEXT* cipher_ctx, in CryptoCipherFinalize()
218 void CryptoCipherFree(CIPHER_CONTEXT* cipher_ctx) {} in CryptoCipherFree()
/dports/www/bareos18-webui/bareos-Release-18.2.12/core/src/lib/
H A Dcrypto.h47 typedef struct Cipher_Context CIPHER_CONTEXT; typedef
152 CIPHER_CONTEXT *crypto_cipher_new(CRYPTO_SESSION *cs, bool encrypt, uint32_t *blocksize);
153 bool CryptoCipherUpdate(CIPHER_CONTEXT *cipher_ctx, const uint8_t *data, uint32_t length, const uin…
154 bool CryptoCipherFinalize(CIPHER_CONTEXT *cipher_ctx, uint8_t *dest, uint32_t *written);
155 void CryptoCipherFree(CIPHER_CONTEXT *cipher_ctx);
H A Dcrypto_nss.cc204 CIPHER_CONTEXT *crypto_cipher_new(CRYPTO_SESSION *cs, bool encrypt, uint32_t *blocksize) in crypto_cipher_new()
209 bool CryptoCipherUpdate(CIPHER_CONTEXT *cipher_ctx, const uint8_t *data, uint32_t length, const uin… in CryptoCipherUpdate()
214 bool CryptoCipherFinalize(CIPHER_CONTEXT *cipher_ctx, uint8_t *dest, uint32_t *written) in CryptoCipherFinalize()
219 void CryptoCipherFree(CIPHER_CONTEXT *cipher_ctx) in CryptoCipherFree()

12345