Lines Matching refs:params

76                               size_t ivlen, const OSSL_PARAM params[])  in rc4_hmac_md5_einit()  argument
80 return rc4_hmac_md5_set_ctx_params(ctx, params); in rc4_hmac_md5_einit()
85 size_t ivlen, const OSSL_PARAM params[]) in rc4_hmac_md5_dinit() argument
89 return rc4_hmac_md5_set_ctx_params(ctx, params); in rc4_hmac_md5_dinit()
104 static int rc4_hmac_md5_get_ctx_params(void *vctx, OSSL_PARAM params[]) in rc4_hmac_md5_get_ctx_params() argument
109 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_KEYLEN); in rc4_hmac_md5_get_ctx_params()
115 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_IVLEN); in rc4_hmac_md5_get_ctx_params()
120 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_AEAD_TLS1_AAD_PAD); in rc4_hmac_md5_get_ctx_params()
140 static int rc4_hmac_md5_set_ctx_params(void *vctx, const OSSL_PARAM params[]) in rc4_hmac_md5_set_ctx_params() argument
146 if (params == NULL) in rc4_hmac_md5_set_ctx_params()
149 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_KEYLEN); in rc4_hmac_md5_set_ctx_params()
161 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_IVLEN); in rc4_hmac_md5_set_ctx_params()
173 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_AEAD_TLS1_AAD); in rc4_hmac_md5_set_ctx_params()
186 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_AEAD_TLS1_AAD); in rc4_hmac_md5_set_ctx_params()
194 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_TLS_VERSION); in rc4_hmac_md5_set_ctx_params()
205 static int rc4_hmac_md5_get_params(OSSL_PARAM params[]) in rc4_hmac_md5_get_params() argument
207 return ossl_cipher_generic_get_params(params, RC4_HMAC_MD5_MODE, in rc4_hmac_md5_get_params()