Searched refs:authsafes (Results 1 – 7 of 7) sorted by relevance
153 p12_data_tmp = p12->authsafes->d.data; in newpass_p12()154 if ((p12->authsafes->d.data = ASN1_OCTET_STRING_new()) == NULL) in newpass_p12()170 ASN1_OCTET_STRING_free(p12->authsafes->d.data); in newpass_p12()171 p12->authsafes->d.data = p12_data_tmp; in newpass_p12()
75 pkcs12->authsafes->type = OBJ_nid2obj(mode); in PKCS12_init()78 if (!(pkcs12->authsafes->d.data = M_ASN1_OCTET_STRING_new())) { in PKCS12_init()
78 if (!PKCS7_type_is_data(p12->authsafes)) { in PKCS12_gen_mac()103 || !HMAC_Update(&hmac, p12->authsafes->d.data->data, in PKCS12_gen_mac()104 p12->authsafes->d.data->length) in PKCS12_gen_mac()
244 &p12->authsafes->d.data)) in PKCS12_pack_authsafes()251 if (!PKCS7_type_is_data(p12->authsafes)) { in STACK_OF()256 return ASN1_item_unpack(p12->authsafes->d.data, in STACK_OF()
69 ASN1_SIMPLE(PKCS12, authsafes, PKCS7),
111 PKCS7 *authsafes; member
1040 and convert these into authsafes (encrypted or unencrypted). The authsafes1045 the given password. The authsafes are extracted and each authsafe split into1118 This macro takes a STACK of authsafes and adds them to a PKCS#12 structure.1188 Extract a STACK of authsafes from a PKCS12 structure.1238 bags but they must then be placed in an unencrypted authsafe. Other authsafes