Searched refs:ossl_cipher_generic_dinit (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_rc4.c68 if (!ossl_cipher_generic_dinit(ctx, key, keylen, iv, ivlen, NULL))
H A Dcipher_rc2.c103 if (!ossl_cipher_generic_dinit(ctx, key, keylen, iv, ivlen, NULL))
H A Dcipher_rc5.c72 if (!ossl_cipher_generic_dinit(ctx, key, keylen, iv, ivlen, NULL))
H A Dcipher_chacha20.c194 ret = ossl_cipher_generic_dinit(vctx, key, keylen, iv, ivlen, NULL);
H A Dcipher_rc4_hmac_md5.c97 if (!ossl_cipher_generic_dinit(ctx, key, keylen, iv, ivlen, NULL))
H A Dcipher_chacha20_poly1305.c272 ret = ossl_cipher_generic_dinit(vctx, key, keylen, iv, ivlen, NULL);
H A Dcipher_aes_cbc_hmac_sha.c62 if (!ossl_cipher_generic_dinit(ctx, key, keylen, iv, ivlen, NULL))
H A Dciphercommon.c236 int ossl_cipher_generic_dinit(void *vctx, const unsigned char *key, function
/freebsd-current/crypto/openssl/providers/implementations/include/prov/
H A Dciphercommon.h105 OSSL_FUNC_cipher_decrypt_init_fn ossl_cipher_generic_dinit; variable
137 { OSSL_FUNC_CIPHER_DECRYPT_INIT, (void (*)(void))ossl_cipher_generic_dinit }, \
164 { OSSL_FUNC_CIPHER_DECRYPT_INIT, (void (*)(void))ossl_cipher_generic_dinit },\

Completed in 75 milliseconds