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_encrypt_skey_init(void *cctx, void *skeydata,
35 int OSSL_FUNC_cipher_encrypt_skey_init(void *cctx, void *skeydata,
38 int OSSL_FUNC_cipher_update(void *cctx, unsigned char *out, size_t *outl,
40 int OSSL_FUNC_cipher_final(void *cctx, unsigned char *out, size_t *outl,
42 int OSSL_FUNC_cipher_cipher(void *cctx, unsigned char *out, size_t *outl,
46 int OSSL_FUNC_cipher_pipeline_encrypt_init(void *cctx, const unsigned char *key,
50 int OSSL_FUNC_cipher_pipeline_decrypt_init(void *cctx, const unsigned char *key,
54 int OSSL_FUNC_cipher_pipeline_update(void *cctx, size_t numpipes,
58 int OSSL_FUNC_cipher_pipeline_final(void *cctx, size_t numpipes,
66 const OSSL_PARAM *OSSL_FUNC_cipher_gettable_ctx_params(void *cctx,
68 const OSSL_PARAM *OSSL_FUNC_cipher_settable_ctx_params(void *cctx,
75 int OSSL_FUNC_cipher_get_ctx_params(void *cctx, OSSL_PARAM params[]);
76 int OSSL_FUNC_cipher_set_ctx_params(void *cctx, const OSSL_PARAM params[]);
151 the I<cctx> parameter.
155 I<cctx> parameter and return the duplicate copy.
160 newly created provider side cipher context in the I<cctx> parameter.
176 The I<cctx> parameter contains a pointer to a previously initialised provider
198 The I<cctx> parameter contains a pointer to the provider side context.
205 context in the I<cctx> parameter that should have been previously initialised via
237 provider side cipher context I<cctx> to I<params>.
242 the given provider side cipher context I<cctx> and stores them in I<params>.
251 with the provider side context I<cctx> in its current state if it is