Home
last modified time | relevance | path

Searched refs:dasync_cipher_cleanup_helper (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/engines/
H A De_dasync.c787 static int dasync_cipher_cleanup_helper(EVP_CIPHER_CTX *ctx, in dasync_cipher_cleanup_helper() function
823 return dasync_cipher_cleanup_helper(ctx, EVP_aes_128_cbc()); in dasync_aes128_cbc_cleanup()
846 return dasync_cipher_cleanup_helper(ctx, EVP_aes_256_ctr()); in dasync_aes256_ctr_cleanup()
887 return dasync_cipher_cleanup_helper(ctx, EVP_aes_128_cbc_hmac_sha1()); in dasync_aes128_cbc_hmac_sha1_cleanup()
/netbsd-src/crypto/external/bsd/openssl.old/dist/engines/
H A De_dasync.c729 static int dasync_cipher_cleanup_helper(EVP_CIPHER_CTX *ctx, in dasync_cipher_cleanup_helper() function
765 return dasync_cipher_cleanup_helper(ctx, EVP_aes_128_cbc()); in dasync_aes128_cbc_cleanup()
806 return dasync_cipher_cleanup_helper(ctx, EVP_aes_128_cbc_hmac_sha1()); in dasync_aes128_cbc_hmac_sha1_cleanup()