Home
last modified time | relevance | path

Searched refs:ossl_cipher_generic_dinit (Results 1 – 11 of 11) sorted by relevance

/openssl/providers/implementations/include/prov/
H A Dciphercommon.h110 OSSL_FUNC_cipher_decrypt_init_fn ossl_cipher_generic_dinit; variable
142 { OSSL_FUNC_CIPHER_DECRYPT_INIT, (void (*)(void))ossl_cipher_generic_dinit }, \
169 { OSSL_FUNC_CIPHER_DECRYPT_INIT, (void (*)(void))ossl_cipher_generic_dinit },\
/openssl/providers/implementations/ciphers/
H A Dcipher_rc4.c66 if (!ossl_cipher_generic_dinit(ctx, key, keylen, iv, ivlen, NULL)) in rc4_dinit()
H A Dcipher_camellia_cts.inc41 if (!ossl_cipher_generic_dinit(ctx, key, keylen, iv, ivlen, NULL))
H A Dcipher_aes_cts.inc41 if (!ossl_cipher_generic_dinit(ctx, key, keylen, iv, ivlen, NULL))
H A Dcipher_rc5.c70 if (!ossl_cipher_generic_dinit(ctx, key, keylen, iv, ivlen, NULL)) in rc5_dinit()
H A Dcipher_chacha20.c194 ret = ossl_cipher_generic_dinit(vctx, key, keylen, iv, ivlen, NULL); in ossl_chacha20_dinit()
H A Dcipher_rc4_hmac_md5.c97 if (!ossl_cipher_generic_dinit(ctx, key, keylen, iv, ivlen, NULL)) in rc4_hmac_md5_dinit()
H A Dcipher_rc2.c101 if (!ossl_cipher_generic_dinit(ctx, key, keylen, iv, ivlen, NULL)) in rc2_dinit()
H A Dcipher_chacha20_poly1305.c272 ret = ossl_cipher_generic_dinit(vctx, key, keylen, iv, ivlen, NULL); in chacha20_poly1305_dinit()
H A Dcipher_aes_cbc_hmac_sha.c62 if (!ossl_cipher_generic_dinit(ctx, key, keylen, iv, ivlen, NULL)) in aes_dinit()
H A Dciphercommon.c237 int ossl_cipher_generic_dinit(void *vctx, const unsigned char *key, in ossl_cipher_generic_dinit() function

Completed in 26 milliseconds