Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/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 },\
/third_party/openssl/providers/implementations/include/prov/
H A Dciphercommon.h104 OSSL_FUNC_cipher_decrypt_init_fn ossl_cipher_generic_dinit; variable
136 { OSSL_FUNC_CIPHER_DECRYPT_INIT, (void (*)(void))ossl_cipher_generic_dinit }, \
163 { OSSL_FUNC_CIPHER_DECRYPT_INIT, (void (*)(void))ossl_cipher_generic_dinit },\
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_rc4.c68 if (!ossl_cipher_generic_dinit(ctx, key, keylen, iv, ivlen, NULL)) in rc4_dinit()
H A Dcipher_rc5.c72 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_chacha20_poly1305.c272 ret = ossl_cipher_generic_dinit(vctx, key, keylen, iv, ivlen, NULL); in chacha20_poly1305_dinit()
H A Dcipher_rc2.c103 if (!ossl_cipher_generic_dinit(ctx, key, keylen, iv, ivlen, NULL)) in rc2_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.c236 int ossl_cipher_generic_dinit(void *vctx, const unsigned char *key, in ossl_cipher_generic_dinit() function
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_rc4.c68 if (!ossl_cipher_generic_dinit(ctx, key, keylen, iv, ivlen, NULL)) in rc4_dinit()
H A Dcipher_chacha20.c174 ret = ossl_cipher_generic_dinit(vctx, key, keylen, iv, ivlen, NULL); in ossl_chacha20_dinit()
H A Dcipher_rc5.c72 if (!ossl_cipher_generic_dinit(ctx, key, keylen, iv, ivlen, NULL)) in rc5_dinit()
H A Dcipher_rc4_hmac_md5.c87 if (!ossl_cipher_generic_dinit(ctx, key, keylen, iv, ivlen, NULL)) in rc4_hmac_md5_dinit()
H A Dcipher_chacha20_poly1305.c252 ret = ossl_cipher_generic_dinit(vctx, key, keylen, iv, ivlen, NULL); in chacha20_poly1305_dinit()
H A Dcipher_rc2.c103 if (!ossl_cipher_generic_dinit(ctx, key, keylen, iv, ivlen, NULL)) in rc2_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.c232 int ossl_cipher_generic_dinit(void *vctx, const unsigned char *key, in ossl_cipher_generic_dinit() function

Completed in 11 milliseconds