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

  /external/boringssl/src/crypto/pkcs8/
p5_pbe.c 77 /* Set an algorithm identifier for a PKCS#5 PBE algorithm */
82 PBEPARAM *pbe=NULL;
86 pbe = PBEPARAM_new();
87 if (!pbe)
94 if (!ASN1_INTEGER_set(pbe->iter, iter))
101 if (!ASN1_STRING_set(pbe->salt, NULL, saltlen))
106 sstr = ASN1_STRING_data(pbe->salt);
112 if(!ASN1_item_pack(pbe, ASN1_ITEM_rptr(PBEPARAM), &pbe_str))
118 PBEPARAM_free(pbe);
119 pbe = NULL
    [all...]