Home
last modified time | relevance | path

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

/dports/security/p11-kit/p11-kit-0.24.0/trust/
H A Dlist.c129 if (p11_attrs_find_ulong (ex->attrs, CKA_CLASS, &klass)) { in list_iterate()
149 if (p11_attrs_find_ulong (ex->attrs, CKA_CERTIFICATE_CATEGORY, &category)) { in list_iterate()
H A Danchor.c361 if (p11_attrs_find_ulong (attrs, CKA_CLASS, &klass)) { in create_anchor()
411 if (p11_attrs_find_ulong (attrs, CKA_CLASS, &klass) && in modify_anchor()
H A Dpersist.c719 if (!p11_attrs_find_ulong (attrs, CKA_CLASS, &klass) || in find_certificate_value()
722 if (!p11_attrs_find_ulong (attrs, CKA_CERTIFICATE_TYPE, &type) || in find_certificate_value()
H A Denumerate.c227 if (!p11_attrs_find_ulong (ex->attrs, CKA_CERTIFICATE_TYPE, &type)) in extract_certificate()
314 if (!p11_attrs_find_ulong (ex->attrs, CKA_CLASS, &ex->klass)) in extract_info()
H A Dtest-trust.c136 if (!p11_attrs_find_ulong (expected, CKA_CLASS, &klass)) in test_check_attrs_msg()
H A Dmodule.c1230 if (p11_attrs_find_ulong (find->match, CKA_CLASS, &klass) && in sys_C_FindObjectsInit()
1312 p11_attrs_find_ulong (attrs, CKA_CLASS, &klass) && in find_objects_match()
1328 p11_attrs_find_ulong (attrs, CKA_CLASS, &klass) && in find_objects_match()
H A Dbuilder.c1189 if (!p11_attrs_find_ulong (attrs ? attrs : merge, CKA_CLASS, &klass)) { in p11_builder_build()
1203 if (!p11_attrs_find_ulong (attrs ? attrs : merge, CKA_CERTIFICATE_TYPE, &type)) { in p11_builder_build()
1754 if (p11_attrs_find_ulong (cert, CKA_CERTIFICATE_CATEGORY, &category) && category == 2) in replace_trust_and_assertions()
H A Dparser.c151 if (p11_attrs_find_ulong (attrs, CKA_CLASS, &klass) && in sink_object()
H A Dtoken.c539 if (p11_attrs_find_ulong (attrs, CKA_CLASS, &klass)) in writer_suggest_name()
/dports/security/p11-kit/p11-kit-0.24.0/common/
H A Dattrs.h97 bool p11_attrs_find_ulong (const CK_ATTRIBUTE *attrs,
H A Dtest-attrs.c694 assert (p11_attrs_find_ulong (attrs, CKA_BITS_PER_PIXEL, &value) && value == v33); in test_find_ulong()
695 assert (!p11_attrs_find_ulong (attrs, CKA_LABEL, &value)); in test_find_ulong()
696 assert (!p11_attrs_find_ulong (attrs, CKA_VALUE, &value)); in test_find_ulong()
H A Dattrs.c327 p11_attrs_find_ulong (const CK_ATTRIBUTE *attrs, in p11_attrs_find_ulong() function
/dports/security/p11-kit/p11-kit-0.24.0/p11-kit/
H A Dtest-iter.c1293 assert (p11_attrs_find_ulong (attrs, CKA_CLASS, &ulong) && ulong == CKO_DATA); in test_get_attributes()
1297 assert (p11_attrs_find_ulong (attrs, CKA_CLASS, &ulong) && ulong == CKO_PUBLIC_KEY); in test_get_attributes()
1301 assert (p11_attrs_find_ulong (attrs, CKA_CLASS, &ulong) && ulong == CKO_PUBLIC_KEY); in test_get_attributes()
1355 assert (p11_attrs_find_ulong (attrs, CKA_CLASS, &ulong) && ulong == CKO_DATA); in test_load_attributes()
1359 assert (p11_attrs_find_ulong (attrs, CKA_CLASS, &ulong) && ulong == CKO_PUBLIC_KEY); in test_load_attributes()
1363 assert (p11_attrs_find_ulong (attrs, CKA_CLASS, &ulong) && ulong == CKO_PUBLIC_KEY); in test_load_attributes()