Lines Matching refs:pbe
82 PBEPARAM *pbe=NULL; variable
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;
125 if (pbe != NULL)
126 PBEPARAM_free(pbe);