Searched refs:dasync_cipher_ctrl_helper (Results 1 – 1 of 1) sorted by relevance
/openssl-master/engines/ |
A D | e_dasync.c | 584 static int dasync_cipher_ctrl_helper(EVP_CIPHER_CTX *ctx, int type, int arg, in dasync_cipher_ctrl_helper() function 762 return dasync_cipher_ctrl_helper(ctx, type, arg, ptr, 0, EVP_aes_128_cbc()); in dasync_aes128_cbc_ctrl() 790 return dasync_cipher_ctrl_helper(ctx, type, arg, ptr, 1, EVP_aes_128_cbc_hmac_sha1()); in dasync_aes128_cbc_hmac_sha1_ctrl()
|
Completed in 8 milliseconds