Searched refs:ossl_prov_cipher_cipher (Results 1 – 5 of 5) sorted by relevance
134 const EVP_CIPHER *cipher = ossl_prov_cipher_cipher(&macctx->cipher); in tdes_check_param()164 ossl_prov_cipher_cipher(&macctx->cipher), in cmac_setkey()265 if (EVP_CIPHER_get_mode(ossl_prov_cipher_cipher(&macctx->cipher)) in cmac_set_ctx_params()272 const EVP_CIPHER *cipher = ossl_prov_cipher_cipher(&macctx->cipher); in cmac_set_ctx_params()
218 if (EVP_CIPHER_get_mode(ossl_prov_cipher_cipher(&macctx->cipher)) in gmac_set_ctx_params()223 if (!EVP_EncryptInit_ex(ctx, ossl_prov_cipher_cipher(&macctx->cipher), in gmac_set_ctx_params()
57 const EVP_CIPHER *ossl_prov_cipher_cipher(const PROV_CIPHER *pc);
135 cipher = ossl_prov_cipher_cipher(&ctx->cipher); in krb5kdf_derive()198 cipher = ossl_prov_cipher_cipher(&ctx->cipher); in krb5kdf_get_ctx_params()
130 const EVP_CIPHER *ossl_prov_cipher_cipher(const PROV_CIPHER *pc) in ossl_prov_cipher_cipher() function
Completed in 11 milliseconds