Searched refs:safebag (Results 1 – 3 of 3) sorted by relevance
24 PKCS12_SAFEBAG *safebag; in PKCS12_item_pack_safebag() local35 if ((safebag = PKCS12_SAFEBAG_new()) == NULL) { in PKCS12_item_pack_safebag()39 safebag->value.bag = bag; in PKCS12_item_pack_safebag()40 safebag->type = OBJ_nid2obj(nid2); in PKCS12_item_pack_safebag()41 return safebag; in PKCS12_item_pack_safebag()
156 PKCS12_SAFEBAG *safebag; in PKCS12_SAFEBAG_create_secret() local194 if ((safebag = PKCS12_SAFEBAG_new()) == NULL) { in PKCS12_SAFEBAG_create_secret()198 safebag->value.bag = bag; in PKCS12_SAFEBAG_create_secret()199 safebag->type = OBJ_nid2obj(NID_secretBag); in PKCS12_SAFEBAG_create_secret()200 return safebag; in PKCS12_SAFEBAG_create_secret()
48 The I<cb> if specified will be called for every safebag added to the50 safebag. For example one such use could be to add attributes to the safebag.
Completed in 9 milliseconds