Searched defs:pk11_attribute_bytype (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/isc/
H A Dpk11.c1012 pk11_attribute_bytype(const pk11_object_t *obj, CK_ATTRIBUTE_TYPE type) { function
1207 attr = pk11_attribute_bytype(obj, CKA_LABEL);
1260 attr = pk11_attribute_bytype(obj, CKA_ID);
1288 if ((pk11_attribute_bytype(obj, CKA_LABEL) == NULL) &&
1289 (pk11_attribute_bytype(obj, CKA_ID) == NULL))

Completed in 10 milliseconds