Lines Matching refs:mctx
22 void OSSL_FUNC_mac_freectx(void *mctx);
26 int OSSL_FUNC_mac_init(void *mctx, unsigned char *key, size_t keylen,
28 int OSSL_FUNC_mac_update(void *mctx, const unsigned char *in, size_t inl);
29 int OSSL_FUNC_mac_final(void *mctx, unsigned char *out, size_t *outl, size_t outsize);
33 const OSSL_PARAM *OSSL_FUNC_mac_gettable_ctx_params(void *mctx, void *provctx);
34 const OSSL_PARAM *OSSL_FUNC_mac_settable_ctx_params(void *mctx, void *provctx);
38 int OSSL_FUNC_mac_get_ctx_params(void *mctx, OSSL_PARAM params[]);
39 int OSSL_FUNC_mac_set_ctx_params(void *mctx, const OSSL_PARAM params[]);
101 the I<mctx> parameter.
102 If it receives NULL as I<mctx> value, it should not do anything other than
107 I<mctx> parameter and return the duplicate copy.
112 side mac context in the I<mctx> parameter. The I<params> are set before setting
117 The I<mctx> parameter contains a pointer to a previously initialised provider
123 The I<mctx> parameter contains a pointer to the provider side context.
138 provider side mac context I<mctx> to I<params>.
143 associated with the given provider side mac context I<mctx> and stores them
153 with the provider side context I<mctx> in its current state if it is