Searched refs:safebag (Results 1 – 2 of 2) sorted by relevance
70 PKCS12_SAFEBAG *safebag; in PKCS12_item_pack_safebag() local80 if (!(safebag = PKCS12_SAFEBAG_new())) { in PKCS12_item_pack_safebag()84 safebag->value.bag = bag; in PKCS12_item_pack_safebag()85 safebag->type = OBJ_nid2obj(nid2); in PKCS12_item_pack_safebag()86 return safebag; in PKCS12_item_pack_safebag()
1020 A safebag can optionally have attributes, currently these are: a unicode1088 called. The p8 structure will be freed up when the safebag is freed.1098 Add a local key id or a friendlyname to a safebag.