Lines Matching refs:OSSL_PARAM
86 size_t ivlen, const OSSL_PARAM params[]) in rc4_hmac_md5_einit()
95 size_t ivlen, const OSSL_PARAM params[]) in rc4_hmac_md5_dinit()
102 static const OSSL_PARAM rc4_hmac_md5_known_gettable_ctx_params[] = {
108 const OSSL_PARAM *rc4_hmac_md5_gettable_ctx_params(ossl_unused void *cctx, in rc4_hmac_md5_gettable_ctx_params()
114 static int rc4_hmac_md5_get_ctx_params(void *vctx, OSSL_PARAM params[]) in rc4_hmac_md5_get_ctx_params()
117 OSSL_PARAM *p; in rc4_hmac_md5_get_ctx_params()
138 static const OSSL_PARAM rc4_hmac_md5_known_settable_ctx_params[] = {
144 const OSSL_PARAM *rc4_hmac_md5_settable_ctx_params(ossl_unused void *cctx, in rc4_hmac_md5_settable_ctx_params()
150 static int rc4_hmac_md5_set_ctx_params(void *vctx, const OSSL_PARAM params[]) in rc4_hmac_md5_set_ctx_params()
153 const OSSL_PARAM *p; in rc4_hmac_md5_set_ctx_params()
215 static int rc4_hmac_md5_get_params(OSSL_PARAM params[]) in rc4_hmac_md5_get_params()