Searched refs:dasync_cipher_helper (Results 1 – 2 of 2) sorted by relevance
/netbsd/crypto/external/bsd/openssl/dist/engines/ |
H A D | e_dasync.c | 744 static int dasync_cipher_helper(EVP_CIPHER_CTX *ctx, unsigned char *out, in dasync_cipher_helper() function 818 return dasync_cipher_helper(ctx, out, in, inl, EVP_aes_128_cbc()); in dasync_aes128_cbc_cipher() 841 return dasync_cipher_helper(ctx, out, in, inl, EVP_aes_256_ctr()); in dasync_aes256_ctr_cipher() 878 return dasync_cipher_helper(ctx, out, in, inl, EVP_aes_128_cbc_hmac_sha1()); in dasync_aes128_cbc_hmac_sha1_cipher()
|
/netbsd/crypto/external/bsd/openssl.old/dist/engines/ |
H A D | e_dasync.c | 686 static int dasync_cipher_helper(EVP_CIPHER_CTX *ctx, unsigned char *out, in dasync_cipher_helper() function 760 return dasync_cipher_helper(ctx, out, in, inl, EVP_aes_128_cbc()); in dasync_aes128_cbc_cipher() 797 return dasync_cipher_helper(ctx, out, in, inl, EVP_aes_128_cbc_hmac_sha1()); in dasync_aes128_cbc_hmac_sha1_cipher()
|