Searched refs:dasync_cipher_ctrl_helper (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/engines/ |
H A D | e_dasync.c | 628 static int dasync_cipher_ctrl_helper(EVP_CIPHER_CTX *ctx, int type, int arg, in dasync_cipher_ctrl_helper() function 806 return dasync_cipher_ctrl_helper(ctx, type, arg, ptr, 0, EVP_aes_128_cbc()); in dasync_aes128_cbc_ctrl() 829 return dasync_cipher_ctrl_helper(ctx, type, arg, ptr, 0, EVP_aes_256_ctr()); in dasync_aes256_ctr_ctrl() 857 return dasync_cipher_ctrl_helper(ctx, type, arg, ptr, 1, EVP_aes_128_cbc_hmac_sha1()); in dasync_aes128_cbc_hmac_sha1_ctrl()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/engines/ |
H A D | e_dasync.c | 568 static int dasync_cipher_ctrl_helper(EVP_CIPHER_CTX *ctx, int type, int arg, in dasync_cipher_ctrl_helper() function 748 return dasync_cipher_ctrl_helper(ctx, type, arg, ptr, 0); in dasync_aes128_cbc_ctrl() 776 return dasync_cipher_ctrl_helper(ctx, type, arg, ptr, 1); in dasync_aes128_cbc_hmac_sha1_ctrl()
|