/external/openssl/crypto/asn1/ |
p5_pbev2.c | 68 ASN1_SIMPLE(PBE2PARAM, keyfunc, X509_ALGOR), 154 /* Setup keyfunc */ 156 X509_ALGOR_free(pbe2->keyfunc); 158 pbe2->keyfunc = PKCS5_pbkdf2_set(iter, salt, saltlen, prf_nid, keylen); 160 if (!pbe2->keyfunc) 203 X509_ALGOR *keyfunc = NULL; 253 /* Finally setup the keyfunc structure */ 255 keyfunc = X509_ALGOR_new(); 256 if (!keyfunc) 259 keyfunc->algorithm = OBJ_nid2obj(NID_id_pbkdf2) [all...] |
/external/chromium_org/third_party/boringssl/src/crypto/pkcs8/ |
p5_pbev2.c | 71 ASN1_SIMPLE(PBE2PARAM, keyfunc, X509_ALGOR), 176 /* Setup keyfunc */ 178 X509_ALGOR_free(pbe2->keyfunc); 180 pbe2->keyfunc = PKCS5_pbkdf2_set(iter, salt, saltlen, prf_nid, keylen); 182 if (!pbe2->keyfunc) 225 X509_ALGOR *keyfunc = NULL; local 275 /* Finally setup the keyfunc structure */ 277 keyfunc = X509_ALGOR_new(); 278 if (!keyfunc) 281 keyfunc->algorithm = (ASN1_OBJECT*) OBJ_nid2obj(NID_id_pbkdf2) [all...] |
/external/openssl/crypto/evp/ |
p5_crpt2.c | 220 if(OBJ_obj2nid(pbe2->keyfunc->algorithm) != NID_id_pbkdf2) { 246 pbe2->keyfunc->parameter, c, md, en_de);
|
/external/openssl/crypto/x509/ |
x509.h | 568 X509_ALGOR *keyfunc; member in struct:PBE2PARAM_st [all...] |
/external/openssl/include/openssl/ |
x509.h | 568 X509_ALGOR *keyfunc; member in struct:PBE2PARAM_st [all...] |
/external/chromium_org/third_party/boringssl/src/include/openssl/ |
x509.h | 522 X509_ALGOR *keyfunc; member in struct:PBE2PARAM_st [all...] |