Searched refs:dasync_cipher_ctrl_helper (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/engines/ |
H A D | e_dasync.c | 627 static int dasync_cipher_ctrl_helper(EVP_CIPHER_CTX *ctx, int type, int arg, in dasync_cipher_ctrl_helper() function 802 return dasync_cipher_ctrl_helper(ctx, type, arg, ptr, 0, EVP_aes_128_cbc()); in dasync_aes128_cbc_ctrl() 825 return dasync_cipher_ctrl_helper(ctx, type, arg, ptr, 0, EVP_aes_256_ctr()); in dasync_aes256_ctr_ctrl() 853 return dasync_cipher_ctrl_helper(ctx, type, arg, ptr, 1, EVP_aes_128_cbc_hmac_sha1()); in dasync_aes128_cbc_hmac_sha1_ctrl()
|