Home
last modified time | relevance | path

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

/openssl/test/helpers/
H A Dpkcs12.c345 const PKCS12_ATTR *p_attr = attr; in add_attributes() local
352 while (p_attr->oid != NULL) { in add_attributes()
353 TEST_info("Adding attribute %s = %s", p_attr->oid, p_attr->value); in add_attributes()
354 attr_nid = OBJ_txt2nid(p_attr->oid); in add_attributes()
361 strlen(p_attr->value)))) in add_attributes()
376 p_attr++; in add_attributes()
521 const PKCS12_ATTR *p_attr = attrs; in check_attrs() local
528 while (p_attr->oid != NULL) { in check_attrs()
530 if (strcmp(p_attr->oid, attr_txt) == 0) { in check_attrs()
536 if (!TEST_true(check_asn1_string(av, p_attr->value))) in check_attrs()
[all …]

Completed in 5 milliseconds