Lines Matching refs:cctx
22 void OSSL_FUNC_cipher_freectx(void *cctx);
23 void *OSSL_FUNC_cipher_dupctx(void *cctx);
26 int OSSL_FUNC_cipher_encrypt_init(void *cctx, const unsigned char *key,
29 int OSSL_FUNC_cipher_decrypt_init(void *cctx, const unsigned char *key,
32 int OSSL_FUNC_cipher_update(void *cctx, unsigned char *out, size_t *outl,
34 int OSSL_FUNC_cipher_final(void *cctx, unsigned char *out, size_t *outl,
36 int OSSL_FUNC_cipher_cipher(void *cctx, unsigned char *out, size_t *outl,
43 const OSSL_PARAM *OSSL_FUNC_cipher_gettable_ctx_params(void *cctx,
45 const OSSL_PARAM *OSSL_FUNC_cipher_settable_ctx_params(void *cctx,
52 int OSSL_FUNC_cipher_get_ctx_params(void *cctx, OSSL_PARAM params[]);
53 int OSSL_FUNC_cipher_set_ctx_params(void *cctx, const OSSL_PARAM params[]);
120 the I<cctx> parameter.
124 I<cctx> parameter and return the duplicate copy.
129 newly created provider side cipher context in the I<cctx> parameter.
140 The I<cctx> parameter contains a pointer to a previously initialised provider
158 The I<cctx> parameter contains a pointer to the provider side context.
165 context in the I<cctx> parameter that should have been previously initialised via
187 provider side cipher context I<cctx> to I<params>.
192 the given provider side cipher context I<cctx> and stores them in I<params>.
201 with the provider side context I<cctx> in its current state if it is