HomeSort by: relevance | last modified time | path
    Searched defs:pk11_attribute_bytype (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/dhcp/bind/dist/lib/isc/
pk11.c 734 pk11_attribute_bytype(const pk11_object_t *obj, CK_ATTRIBUTE_TYPE type) { function
930 attr = pk11_attribute_bytype(obj, CKA_LABEL);
1005 attr = pk11_attribute_bytype(obj, CKA_ID);
1040 if ((pk11_attribute_bytype(obj, CKA_LABEL) == NULL) &&
1041 (pk11_attribute_bytype(obj, CKA_ID) == NULL))
pk11.c 734 pk11_attribute_bytype(const pk11_object_t *obj, CK_ATTRIBUTE_TYPE type) { function
930 attr = pk11_attribute_bytype(obj, CKA_LABEL);
1005 attr = pk11_attribute_bytype(obj, CKA_ID);
1040 if ((pk11_attribute_bytype(obj, CKA_LABEL) == NULL) &&
1041 (pk11_attribute_bytype(obj, CKA_ID) == NULL))

Completed in 44 milliseconds