Lines Matching refs:OSSL_PARAM
76 size_t ivlen, const OSSL_PARAM params[]) in rc4_hmac_md5_einit()
85 size_t ivlen, const OSSL_PARAM params[]) in rc4_hmac_md5_dinit()
92 static const OSSL_PARAM rc4_hmac_md5_known_gettable_ctx_params[] = {
98 const OSSL_PARAM *rc4_hmac_md5_gettable_ctx_params(ossl_unused void *cctx, in rc4_hmac_md5_gettable_ctx_params()
104 static int rc4_hmac_md5_get_ctx_params(void *vctx, OSSL_PARAM params[]) in rc4_hmac_md5_get_ctx_params()
107 OSSL_PARAM *p; in rc4_hmac_md5_get_ctx_params()
128 static const OSSL_PARAM rc4_hmac_md5_known_settable_ctx_params[] = {
134 const OSSL_PARAM *rc4_hmac_md5_settable_ctx_params(ossl_unused void *cctx, in rc4_hmac_md5_settable_ctx_params()
140 static int rc4_hmac_md5_set_ctx_params(void *vctx, const OSSL_PARAM params[]) in rc4_hmac_md5_set_ctx_params()
143 const OSSL_PARAM *p; in rc4_hmac_md5_set_ctx_params()
205 static int rc4_hmac_md5_get_params(OSSL_PARAM params[]) in rc4_hmac_md5_get_params()