Home
last modified time | relevance | path

Searched refs:safebag (Results 1 – 3 of 3) sorted by relevance

/openssl/crypto/pkcs12/
H A Dp12_add.c24 PKCS12_SAFEBAG *safebag; in PKCS12_item_pack_safebag() local
35 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()
H A Dp12_sbag.c156 PKCS12_SAFEBAG *safebag; in PKCS12_SAFEBAG_create_secret() local
194 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()
/openssl/doc/man3/
H A DPKCS12_create.pod48 The I<cb> if specified will be called for every safebag added to the
50 safebag. For example one such use could be to add attributes to the safebag.

Completed in 6 milliseconds