Searched refs:add_object_attribute (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/crypto/heimdal/lib/hx509/ |
| H A D | softp11.c | 336 add_object_attribute(struct st_object *o, in add_object_attribute() function 391 add_object_attribute(o, 0, CKA_MODULUS_BITS, in add_pubkey_info() 407 add_object_attribute(o, 0, CKA_PUBLIC_EXPONENT, in add_pubkey_info() 491 add_object_attribute(o, 0, CKA_CLASS, &type, sizeof(type)); in add_cert() 498 add_object_attribute(o, 0, CKA_ID, foo->id, strlen(foo->id)); in add_cert() 516 add_object_attribute(o, 0, CKA_CLASS, &type, sizeof(type)); in add_cert() 523 add_object_attribute(o, 0, CKA_ID, foo->id, strlen(foo->id)); in add_cert() 553 add_object_attribute(o, 0, CKA_CLASS, &type, sizeof(type)); in add_cert() 560 add_object_attribute(o, 0, CKA_ID, foo->id, strlen(foo->id)); in add_cert() 561 add_object_attribute(o, 0, CKA_START_DATE, empty, 1); /* XXX */ in add_cert() [all …]
|