EVP_aes_128_cbc_hmac_sha1
EVP_add_cipher(EVP_aes_128_cbc_hmac_sha1());
ret = EVP_CIPHER_meth_get_ctrl(EVP_aes_128_cbc_hmac_sha1())(ctx, type, arg, ptr);
return dasync_cipher_ctrl_helper(ctx, type, arg, ptr, 1, EVP_aes_128_cbc_hmac_sha1());
EVP_aes_128_cbc_hmac_sha1());
return dasync_cipher_helper(ctx, out, in, inl, EVP_aes_128_cbc_hmac_sha1());
return dasync_cipher_cleanup_helper(ctx, EVP_aes_128_cbc_hmac_sha1());
const EVP_CIPHER *EVP_aes_128_cbc_hmac_sha1(void);