Searched refs:en_de (Results 1 – 7 of 7) sorted by relevance
/openbsd/lib/libcrypto/evp/ |
H A D | evp_pbe.c | 79 ASN1_TYPE *param, const EVP_CIPHER *c, const EVP_MD *md, int en_de); 82 int en_de); 84 ASN1_TYPE *param, const EVP_CIPHER *c, const EVP_MD *md, int en_de); 182 ASN1_TYPE *param, EVP_CIPHER_CTX *ctx, int en_de) in EVP_PBE_CipherInit() argument 225 if (!cfg->keygen(ctx, pass, passlen, param, cipher, md, en_de)) { in EVP_PBE_CipherInit() 310 if (!EVP_CipherInit_ex(cctx, cipher, NULL, key, iv, en_de)) in PKCS5_PBE_keyivgen() 420 ASN1_TYPE *param, const EVP_CIPHER *c, const EVP_MD *md, int en_de) in PKCS5_v2_PBE_keyivgen() argument 456 if (!EVP_CipherInit_ex(ctx, cipher, NULL, NULL, NULL, en_de)) in PKCS5_v2_PBE_keyivgen() 464 pbe2->keyfunc->parameter, c, md, en_de); in PKCS5_v2_PBE_keyivgen() 583 ret = EVP_CipherInit_ex(ctx, NULL, NULL, key, NULL, en_de); in PKCS5_v2_PBKDF2_keyivgen() [all …]
|
H A D | evp_local.h | 362 ASN1_TYPE *param, EVP_CIPHER_CTX *ctx, int en_de);
|
H A D | evp.h | 312 ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md, int en_de);
|
/openbsd/lib/libcrypto/cms/ |
H A D | cms_pwri.c | 331 int en_de) in cms_RecipientInfo_pwri_crypt() argument 380 if (!EVP_CipherInit_ex(kekctx, kekcipher, NULL, NULL, NULL, en_de)) in cms_RecipientInfo_pwri_crypt() 393 pwri->passlen, algtmp->parameter, kekctx, en_de) < 0) { in cms_RecipientInfo_pwri_crypt() 400 if (en_de) { in cms_RecipientInfo_pwri_crypt()
|
H A D | cms_local.h | 453 int en_de);
|
/openbsd/lib/libcrypto/pkcs12/ |
H A D | p12_decr.c | 74 int en_de) in PKCS12_pbe_crypt() argument 83 algor->parameter, &ctx, en_de)) { in PKCS12_pbe_crypt()
|
H A D | pkcs12_local.h | 167 int *datalen, int en_de);
|