Searched refs:authsafes (Results 1 – 7 of 7) sorted by relevance
152 p12_data_tmp = p12->authsafes->d.data; in newpass_p12()153 if(!(p12->authsafes->d.data = ASN1_OCTET_STRING_new())) goto saferr; in newpass_p12()167 ASN1_OCTET_STRING_free(p12->authsafes->d.data); in newpass_p12()169 p12->authsafes->d.data = p12_data_tmp; in newpass_p12()
73 pkcs12->authsafes->type = OBJ_nid2obj(mode); in PKCS12_init()76 if (!(pkcs12->authsafes->d.data = in PKCS12_init()
75 if (!PKCS7_type_is_data(p12->authsafes)) in PKCS12_gen_mac()97 HMAC_Update(&hmac, p12->authsafes->d.data->data, in PKCS12_gen_mac()98 p12->authsafes->d.data->length); in PKCS12_gen_mac()
211 &p12->authsafes->d.data)) in PKCS12_pack_authsafes()218 if (!PKCS7_type_is_data(p12->authsafes)) in STACK_OF()223 return ASN1_item_unpack(p12->authsafes->d.data, ASN1_ITEM_rptr(PKCS12_AUTHSAFES)); in STACK_OF()
68 ASN1_SIMPLE(PKCS12, authsafes, PKCS7),
108 PKCS7 *authsafes; member
1021 and convert these into authsafes (encrypted or unencrypted). The authsafes1026 the given password. The authsafes are extracted and each authsafe split into1099 This macro takes a STACK of authsafes and adds them to a PKCS#12 structure.1169 Extract a STACK of authsafes from a PKCS12 structure.1219 bags but they must then be placed in an unencrypted authsafe. Other authsafes