Searched refs:key_filter (Results 1 – 1 of 1) sorted by relevance
331 CK_ATTRIBUTE key_filter[3]; in pkcs11_get_key() local351 memset(&key_filter, 0, sizeof(key_filter)); in pkcs11_get_key()353 key_filter[0].type = CKA_CLASS; in pkcs11_get_key()354 key_filter[0].pValue = &private_key_class; in pkcs11_get_key()355 key_filter[0].ulValueLen = sizeof(private_key_class); in pkcs11_get_key()357 key_filter[1].type = CKA_ID; in pkcs11_get_key()358 key_filter[1].pValue = k11->keyid; in pkcs11_get_key()359 key_filter[1].ulValueLen = k11->keyid_len; in pkcs11_get_key()362 key_filter[2].type = CKA_SIGN; in pkcs11_get_key()363 key_filter[2].pValue = &true_val; in pkcs11_get_key()[all …]