Home
last modified time | relevance | path

Searched refs:ossl_cipher_generic_reset_ctx (Results 1 – 22 of 22) sorted by relevance

/third_party/openssl/providers/implementations/ciphers/
Dcipher_idea.c30 ossl_cipher_generic_reset_ctx((PROV_CIPHER_CTX *)vctx); in idea_freectx()
Dcipher_seed.c29 ossl_cipher_generic_reset_ctx((PROV_CIPHER_CTX *)vctx); in seed_freectx()
Dcipher_blowfish.c31 ossl_cipher_generic_reset_ctx((PROV_CIPHER_CTX *)vctx); in blowfish_freectx()
Dcipher_cast5.c32 ossl_cipher_generic_reset_ctx((PROV_CIPHER_CTX *)vctx); in cast5_freectx()
Dcipher_sm4.c23 ossl_cipher_generic_reset_ctx((PROV_CIPHER_CTX *)vctx); in sm4_freectx()
Dcipher_aes.c30 ossl_cipher_generic_reset_ctx((PROV_CIPHER_CTX *)vctx); in aes_freectx()
Dcipher_camellia.c29 ossl_cipher_generic_reset_ctx((PROV_CIPHER_CTX *)vctx); in camellia_freectx()
Dcipher_aria.c23 ossl_cipher_generic_reset_ctx((PROV_CIPHER_CTX *)vctx); in aria_freectx()
Dcipher_rc4.c33 ossl_cipher_generic_reset_ctx((PROV_CIPHER_CTX *)vctx); in rc4_freectx()
Dcipher_aes_cbc_hmac_sha.c342 ossl_cipher_generic_reset_ctx((PROV_CIPHER_CTX *)vctx); in aes_cbc_hmac_sha1_freectx()
369 ossl_cipher_generic_reset_ctx((PROV_CIPHER_CTX *)vctx); in aes_cbc_hmac_sha256_freectx()
Dcipher_tdes_common.c60 ossl_cipher_generic_reset_ctx((PROV_CIPHER_CTX *)vctx); in ossl_tdes_freectx()
Dcipher_chacha20.c62 ossl_cipher_generic_reset_ctx((PROV_CIPHER_CTX *)vctx); in chacha20_freectx()
Dcipher_rc5.c37 ossl_cipher_generic_reset_ctx((PROV_CIPHER_CTX *)vctx); in rc5_freectx()
Dcipher_rc4_hmac_md5.c70 ossl_cipher_generic_reset_ctx((PROV_CIPHER_CTX *)vctx); in rc4_hmac_md5_freectx()
Dcipher_des.c69 ossl_cipher_generic_reset_ctx((PROV_CIPHER_CTX *)vctx); in des_freectx()
Dcipher_aes_xts.c128 ossl_cipher_generic_reset_ctx((PROV_CIPHER_CTX *)vctx); in aes_xts_freectx()
Dcipher_rc2.c40 ossl_cipher_generic_reset_ctx((PROV_CIPHER_CTX *)vctx); in rc2_freectx()
Dcipher_chacha20_poly1305.c68 ossl_cipher_generic_reset_ctx((PROV_CIPHER_CTX *)vctx); in chacha20_poly1305_freectx()
Dcipher_aes_wrp.c73 ossl_cipher_generic_reset_ctx((PROV_CIPHER_CTX *)vctx); in aes_wrap_freectx()
Dcipher_aes_ocb.c329 ossl_cipher_generic_reset_ctx((PROV_CIPHER_CTX *)vctx); in aes_ocb_freectx()
Dciphercommon.c176 void ossl_cipher_generic_reset_ctx(PROV_CIPHER_CTX *ctx) in ossl_cipher_generic_reset_ctx() function
/third_party/openssl/providers/implementations/include/prov/
Dciphercommon.h102 void ossl_cipher_generic_reset_ctx(PROV_CIPHER_CTX *ctx);