Searched refs:keyfunc (Results 1 – 6 of 6) sorted by relevance
/openssl/crypto/asn1/ |
H A D | p5_pbev2.c | 23 ASN1_SIMPLE(PBE2PARAM, keyfunc, X509_ALGOR), 125 X509_ALGOR_free(pbe2->keyfunc); 127 pbe2->keyfunc = PKCS5_pbkdf2_set_ex(iter, salt, saltlen, prf_nid, keylen, 130 if (pbe2->keyfunc == NULL) { 186 X509_ALGOR *keyfunc = NULL; in PKCS5_pbkdf2_set_ex() local 253 keyfunc = X509_ALGOR_new(); in PKCS5_pbkdf2_set_ex() 254 if (keyfunc == NULL) { in PKCS5_pbkdf2_set_ex() 259 keyfunc->algorithm = OBJ_nid2obj(NID_id_pbkdf2); in PKCS5_pbkdf2_set_ex() 264 &keyfunc->parameter)) { in PKCS5_pbkdf2_set_ex() 270 return keyfunc; in PKCS5_pbkdf2_set_ex() [all …]
|
H A D | p5_scrypt.c | 116 X509_ALGOR_free(pbe2->keyfunc); in PKCS5_pbe2_set_scrypt() 118 pbe2->keyfunc = pkcs5_scrypt_set(salt, saltlen, keylen, N, r, p); in PKCS5_pbe2_set_scrypt() 120 if (pbe2->keyfunc == NULL) { in PKCS5_pbe2_set_scrypt() 160 X509_ALGOR *keyfunc = NULL; in pkcs5_scrypt_set() local 211 keyfunc = X509_ALGOR_new(); in pkcs5_scrypt_set() 212 if (keyfunc == NULL) { in pkcs5_scrypt_set() 217 keyfunc->algorithm = OBJ_nid2obj(NID_id_scrypt); in pkcs5_scrypt_set() 222 &keyfunc->parameter) == NULL) { in pkcs5_scrypt_set() 228 return keyfunc; in pkcs5_scrypt_set() 232 X509_ALGOR_free(keyfunc); in pkcs5_scrypt_set()
|
/openssl/crypto/evp/ |
H A D | p5_crpt2.c | 132 if (!EVP_PBE_find_ex(EVP_PBE_TYPE_KDF, OBJ_obj2nid(pbe2->keyfunc->algorithm), in PKCS5_v2_PBE_keyivgen_ex() 166 rv = kdf(ctx, pass, passlen, pbe2->keyfunc->parameter, NULL, NULL, en_de, libctx, propq); in PKCS5_v2_PBE_keyivgen_ex()
|
/openssl/crypto/pkcs12/ |
H A D | p12_npas.c | 215 X509_ALGOR_get0(NULL, &aparamtype, &aparam, pbe2->keyfunc); in alg_get()
|
/openssl/apps/ |
H A D | pkcs12.c | 1156 X509_ALGOR_get0(&aoid, &aparamtype, &aparam, pbe2->keyfunc); in alg_print()
|
/openssl/include/openssl/ |
H A D | x509.h.in | 270 X509_ALGOR *keyfunc; member
|
Completed in 29 milliseconds