Searched refs:EVP_CIPHER_CTX (Results 1 – 8 of 8) sorted by relevance
323 int (*cleanup) (EVP_CIPHER_CTX *);538 int EVP_CIPHER_CTX_nid(const EVP_CIPHER_CTX *ctx);539 int EVP_CIPHER_CTX_block_size(const EVP_CIPHER_CTX *ctx);540 int EVP_CIPHER_CTX_key_length(const EVP_CIPHER_CTX *ctx);541 int EVP_CIPHER_CTX_iv_length(const EVP_CIPHER_CTX *ctx);542 int EVP_CIPHER_CTX_copy(EVP_CIPHER_CTX *out, const EVP_CIPHER_CTX *in);574 int EVP_Cipher(EVP_CIPHER_CTX *c,690 void EVP_CIPHER_CTX_init(EVP_CIPHER_CTX *a);691 int EVP_CIPHER_CTX_cleanup(EVP_CIPHER_CTX *a);692 EVP_CIPHER_CTX *EVP_CIPHER_CTX_new(void);[all …]
70 EVP_CIPHER_CTX *CMAC_CTX_get0_cipher_ctx(CMAC_CTX *ctx);
136 EVP_CIPHER_CTX *enc_write_ctx; /* cryptographic state */
130 typedef struct evp_cipher_ctx_st EVP_CIPHER_CTX; typedef
231 int PKCS12_PBE_keyivgen(EVP_CIPHER_CTX *ctx, const char *pass, int passlen,
368 EVP_CIPHER_CTX *CMS_RecipientInfo_kari_get0_ctx(CMS_RecipientInfo *ri);
148 EVP_CIPHER_CTX cipher;
1085 EVP_CIPHER_CTX *ectx,1514 EVP_CIPHER_CTX *enc_read_ctx; /* cryptographic state */1521 EVP_CIPHER_CTX *enc_write_ctx; /* cryptographic state */
Completed in 27 milliseconds