Home
last modified time | relevance | path

Searched refs:EVP_CIPHER (Results 1 – 10 of 10) sorted by relevance

/optee_test/host/openssl/include/openssl/
A Devp.h445 const EVP_CIPHER *cipher;
450 const EVP_CIPHER *cipher;
744 const EVP_CIPHER *EVP_des_ecb(void);
745 const EVP_CIPHER *EVP_des_ede(void);
763 const EVP_CIPHER *EVP_des_ofb(void);
766 const EVP_CIPHER *EVP_des_cbc(void);
785 const EVP_CIPHER *EVP_rc4(void);
786 const EVP_CIPHER *EVP_rc4_40(void);
808 const EVP_CIPHER *EVP_bf_ecb(void);
809 const EVP_CIPHER *EVP_bf_cbc(void);
[all …]
A Dpem.h194 EVP_CIPHER *dec; /* date encryption cipher */
240 int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
248 int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
276 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
283 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
340 int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
415 int PEM_X509_INFO_write_bio(BIO *bp, X509_INFO *xi, EVP_CIPHER *enc,
427 void *x, const EVP_CIPHER *enc, unsigned char *kstr,
432 int PEM_SealInit(PEM_ENCODE_SEAL_CTX *ctx, EVP_CIPHER *type,
486 int PEM_write_bio_PKCS8PrivateKey(BIO *, EVP_PKEY *, const EVP_CIPHER *,
[all …]
A Dcmac.h74 const EVP_CIPHER *cipher, ENGINE *impl);
A Dcms.h166 CMS_ContentInfo *CMS_EncryptedData_encrypt(BIO *in, const EVP_CIPHER *cipher,
170 int CMS_EncryptedData_set1_key(CMS_ContentInfo *cms, const EVP_CIPHER *ciph,
183 const EVP_CIPHER *cipher, unsigned int flags);
198 CMS_ContentInfo *CMS_EnvelopedData_create(const EVP_CIPHER *cipher);
240 const EVP_CIPHER *kekciph);
A Dpkcs7.h134 const EVP_CIPHER *cipher;
322 int PKCS7_set_cipher(PKCS7 *p7, const EVP_CIPHER *cipher);
350 PKCS7 *PKCS7_encrypt(STACK_OF(X509) *certs, BIO *in, const EVP_CIPHER *cipher,
A Dpkcs12.h184 X509_SIG *PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher,
232 ASN1_TYPE *param, const EVP_CIPHER *cipher,
A Dossl_typ.h129 typedef struct evp_cipher_st EVP_CIPHER; typedef
A Dengine.h362 typedef int (*ENGINE_CIPHERS_PTR) (ENGINE *, const EVP_CIPHER **,
620 const EVP_CIPHER *ENGINE_get_cipher(ENGINE *e, int nid);
A Dssl3.h582 const EVP_CIPHER *new_sym_enc;
A Dx509.h1189 X509_ALGOR *PKCS5_pbe2_set(const EVP_CIPHER *cipher, int iter,
1191 X509_ALGOR *PKCS5_pbe2_set_iv(const EVP_CIPHER *cipher, int iter,

Completed in 25 milliseconds