HomeSort by: relevance | last modified time | path
    Searched refs:CKA_ID (Results 1 - 14 of 14) sorted by relevancy

  /src/external/mpl/mozilla-certdata/dist/
certdata.txt 24 # CKA_ID byte array (varies)
98 CKA_ID UTF8 "0"
238 CKA_ID UTF8 "0"
395 CKA_ID UTF8 "0"
535 CKA_ID UTF8 "0"
697 CKA_ID UTF8 "0"
822 CKA_ID UTF8 "0"
971 CKA_ID UTF8 "0"
1138 CKA_ID UTF8 "0"
1324 CKA_ID UTF8 "0
    [all...]
  /src/crypto/external/bsd/openssh/dist/
ssh-pkcs11.c 360 key_filter[1].type = CKA_ID;
869 key_attr[0].type = CKA_ID;
884 * Allow CKA_ID (always first attribute) to be empty, but
886 * XXX assumes CKA_ID is always first.
1001 key_attr[0].type = CKA_ID;
1016 * Allow CKA_ID (always first attribute) to be empty, but
1018 * XXX assumes CKA_ID is always first.
1111 key_attr[0].type = CKA_ID;
1126 * Allow CKA_ID (always first attribute) to be empty, but
1128 * XXX assumes CKA_ID is always first
    [all...]
pkcs11.h 423 #define CKA_ID (0x102UL)
  /src/crypto/external/bsd/heimdal/dist/lib/hx509/
test_soft_pkcs11.c 52 {CKA_ID, id, 0 },
softp11.c 294 case CKA_ID:
504 add_object_attribute(o, 0, CKA_ID, foo->id, strlen(foo->id));
529 add_object_attribute(o, 0, CKA_ID, foo->id, strlen(foo->id));
568 add_object_attribute(o, 0, CKA_ID, foo->id, strlen(foo->id));
ks_p11.c 797 {CKA_ID, NULL, 0},
  /src/crypto/external/cpl/tpm-tools/dist/src/data_mgmt/
data_import.c 209 { CKA_ID, g_pchId, g_ulIdLen },
466 { CKA_ID, g_pchId, g_ulIdLen },
716 { CKA_ID, g_pchId, g_ulIdLen },
797 { CKA_ID, g_pchId, g_ulIdLen },
  /src/external/mpl/dhcp/bind/dist/lib/dns/
pkcs11ecdsa_link.c 613 case CKA_ID:
841 attr = pk11_attribute_bytype(ec, CKA_ID);
843 searchTemplate[3].type = CKA_ID;
1045 attr = pk11_attribute_bytype(ec, CKA_ID);
1047 searchTemplate[3].type = CKA_ID;
pkcs11eddsa_link.c 586 case CKA_ID:
812 attr = pk11_attribute_bytype(ec, CKA_ID);
814 searchTemplate[3].type = CKA_ID;
1016 attr = pk11_attribute_bytype(ec, CKA_ID);
1018 searchTemplate[3].type = CKA_ID;
pkcs11rsa_link.c 1268 case CKA_ID:
1644 attr = pk11_attribute_bytype(rsa, CKA_ID);
1646 searchTemplate[3].type = CKA_ID;
1991 attr = pk11_attribute_bytype(rsa, CKA_ID);
1993 searchTemplate[3].type = CKA_ID;
  /src/external/mpl/dhcp/bind/dist/lib/isc/
pk11.c 1004 /* id: CKA_ID */
1005 attr = pk11_attribute_bytype(obj, CKA_ID);
1013 attr->type = CKA_ID;
1041 (pk11_attribute_bytype(obj, CKA_ID) == NULL))
  /src/crypto/external/cpl/tpm-tools/dist/lib/
tpm_pkcs11.c 642 { CKA_ID, NULL, 0 },
823 { CKA_ID, NULL, 0 },
  /src/crypto/external/bsd/heimdal/dist/lib/hx509/ref/
pkcs11.h 461 #define CKA_ID (0x102)
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/pkcs11/
pkcs11.h 421 #define CKA_ID (0x102UL)

Completed in 54 milliseconds