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

/bind-9.11.3/bin/pkcs11/
H A Dpkcs11-destroy.c91 CK_ATTRIBUTE search_template[] = { local
142 search_template[0].type = CKA_LABEL;
143 search_template[0].pValue = label;
144 search_template[0].ulValueLen = strlen(label);
174 rv = pkcs_C_FindObjectsInit(hSession, search_template,
H A Dpkcs11-list.c76 CK_ATTRIBUTE search_template[] = { local
133 search_template[0].type = CKA_LABEL;
134 search_template[0].pValue = label;
135 search_template[0].ulValueLen = strlen(label);
168 rv = pkcs_C_FindObjectsInit(hSession, search_template, all ? 0 : 1);
H A Dpkcs11-keygen.c292 CK_ATTRIBUTE search_template[] = { local
531 search_template[0].pValue = label;
532 search_template[0].ulValueLen = strlen((char *)label);
587 rv = pkcs_C_FindObjectsInit(hSession, search_template, 1);

Completed in 13 milliseconds