Home
last modified time | relevance | path

Searched refs:EVP_CIPHER_CTX (Results 1 – 8 of 8) sorted by relevance

/optee_test/host/openssl/include/openssl/
A Devp.h323 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 …]
A Dcmac.h70 EVP_CIPHER_CTX *CMAC_CTX_get0_cipher_ctx(CMAC_CTX *ctx);
A Ddtls1.h136 EVP_CIPHER_CTX *enc_write_ctx; /* cryptographic state */
A Dossl_typ.h130 typedef struct evp_cipher_ctx_st EVP_CIPHER_CTX; typedef
A Dpkcs12.h231 int PKCS12_PBE_keyivgen(EVP_CIPHER_CTX *ctx, const char *pass, int passlen,
A Dcms.h368 EVP_CIPHER_CTX *CMS_RecipientInfo_kari_get0_ctx(CMS_RecipientInfo *ri);
A Dpem.h148 EVP_CIPHER_CTX cipher;
A Dssl.h1085 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