Home
last modified time | relevance | path

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

/openssl-master/test/helpers/
A Dpkcs12.c345 const PKCS12_ATTR *p_attr = attrs; in add_attributes() local
350 while (p_attr->oid != NULL) { in add_attributes()
351 TEST_info("Adding attribute %s = %s", p_attr->oid, p_attr->value); in add_attributes()
352 attr_nid = OBJ_txt2nid(p_attr->oid); in add_attributes()
359 strlen(p_attr->value)))) in add_attributes()
368 p_attr++; in add_attributes()
513 const PKCS12_ATTR *p_attr = attrs; in check_attrs() local
520 while (p_attr->oid != NULL) { in check_attrs()
522 if (strcmp(p_attr->oid, attr_txt) == 0) { in check_attrs()
529 if (!TEST_true(check_asn1_string(av, p_attr->value))) in check_attrs()
[all …]

Completed in 3 milliseconds