Lines Matching refs:EVP_CIPHER_CTX
134 static int dasync_aes128_cbc_ctrl(EVP_CIPHER_CTX *ctx, int type, int arg,
136 static int dasync_aes128_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
138 static int dasync_aes128_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
140 static int dasync_aes128_cbc_cleanup(EVP_CIPHER_CTX *ctx);
142 static int dasync_aes256_ctr_ctrl(EVP_CIPHER_CTX *ctx, int type, int arg,
144 static int dasync_aes256_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
146 static int dasync_aes256_ctr_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
148 static int dasync_aes256_ctr_cleanup(EVP_CIPHER_CTX *ctx);
150 static int dasync_aes128_cbc_hmac_sha1_ctrl(EVP_CIPHER_CTX *ctx, int type,
152 static int dasync_aes128_cbc_hmac_sha1_init_key(EVP_CIPHER_CTX *ctx,
156 static int dasync_aes128_cbc_hmac_sha1_cipher(EVP_CIPHER_CTX *ctx,
160 static int dasync_aes128_cbc_hmac_sha1_cleanup(EVP_CIPHER_CTX *ctx);
628 static int dasync_cipher_ctrl_helper(EVP_CIPHER_CTX *ctx, int type, int arg,
714 static int dasync_cipher_init_key_helper(EVP_CIPHER_CTX *ctx,
744 static int dasync_cipher_helper(EVP_CIPHER_CTX *ctx, unsigned char *out,
787 static int dasync_cipher_cleanup_helper(EVP_CIPHER_CTX *ctx,
803 static int dasync_aes128_cbc_ctrl(EVP_CIPHER_CTX *ctx, int type, int arg,
809 static int dasync_aes128_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
815 static int dasync_aes128_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
821 static int dasync_aes128_cbc_cleanup(EVP_CIPHER_CTX *ctx)
826 static int dasync_aes256_ctr_ctrl(EVP_CIPHER_CTX *ctx, int type, int arg,
832 static int dasync_aes256_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
838 static int dasync_aes256_ctr_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
844 static int dasync_aes256_ctr_cleanup(EVP_CIPHER_CTX *ctx)
854 static int dasync_aes128_cbc_hmac_sha1_ctrl(EVP_CIPHER_CTX *ctx, int type,
860 static int dasync_aes128_cbc_hmac_sha1_init_key(EVP_CIPHER_CTX *ctx,
873 static int dasync_aes128_cbc_hmac_sha1_cipher(EVP_CIPHER_CTX *ctx,
881 static int dasync_aes128_cbc_hmac_sha1_cleanup(EVP_CIPHER_CTX *ctx)