HomeSort by relevance Sort by last modified time
    Searched refs:keyfunc (Results 1 - 4 of 4) sorted by null

  /external/openssl/crypto/asn1/
p5_pbev2.c 68 ASN1_SIMPLE(PBE2PARAM, keyfunc, X509_ALGOR),
183 /* Now setup the PBE2PARAM keyfunc structure */
185 pbe2->keyfunc->algorithm = OBJ_nid2obj(NID_id_pbkdf2);
189 if(!(pbe2->keyfunc->parameter = ASN1_TYPE_new())) goto merr;
192 &pbe2->keyfunc->parameter->value.sequence)) goto merr;
193 pbe2->keyfunc->parameter->type = V_ASN1_SEQUENCE;
  /external/openssl/crypto/evp/
p5_crpt2.c 196 if(OBJ_obj2nid(pbe2->keyfunc->algorithm) != NID_id_pbkdf2) {
225 if(!pbe2->keyfunc->parameter ||
226 (pbe2->keyfunc->parameter->type != V_ASN1_SEQUENCE))
232 pbuf = pbe2->keyfunc->parameter->value.sequence->data;
233 plen = pbe2->keyfunc->parameter->value.sequence->length;
  /external/openssl/crypto/x509/
x509.h 567 X509_ALGOR *keyfunc; member in struct:PBE2PARAM_st
    [all...]
  /external/openssl/include/openssl/
x509.h 567 X509_ALGOR *keyfunc; member in struct:PBE2PARAM_st
    [all...]

Completed in 23 milliseconds