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