Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/heimdal/dist/lib/hx509/
Dsoftp11.c434 CK_BBOOL bool_true = CK_TRUE; in add_cert() local
498 add_object_attribute(o, 0, CKA_TOKEN, &bool_true, sizeof(bool_true)); in add_cert()
523 add_object_attribute(o, 0, CKA_TOKEN, &bool_true, sizeof(bool_true)); in add_cert()
538 add_object_attribute(o, 0, CKA_ENCRYPT, &bool_true, sizeof(bool_true)); in add_cert()
539 add_object_attribute(o, 0, CKA_VERIFY, &bool_true, sizeof(bool_true)); in add_cert()
541 add_object_attribute(o, 0, CKA_WRAP, &bool_true, sizeof(bool_true)); in add_cert()
542 add_object_attribute(o, 0, CKA_TRUSTED, &bool_true, sizeof(bool_true)); in add_cert()
562 add_object_attribute(o, 0, CKA_TOKEN, &bool_true, sizeof(bool_true)); in add_cert()
563 add_object_attribute(o, 0, CKA_PRIVATE, &bool_true, sizeof(bool_false)); in add_cert()
577 add_object_attribute(o, 0, CKA_SENSITIVE, &bool_true, sizeof(bool_true)); in add_cert()
[all …]