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

  /src/external/mpl/mozilla-certdata/dist/
certdata.txt 27 # CKA_VALUE DER+base64 (varies)
110 CKA_VALUE MULTILINE_OCTAL
256 CKA_VALUE MULTILINE_OCTAL
407 CKA_VALUE MULTILINE_OCTAL
553 CKA_VALUE MULTILINE_OCTAL
707 CKA_VALUE MULTILINE_OCTAL
836 CKA_VALUE MULTILINE_OCTAL
982 CKA_VALUE MULTILINE_OCTAL
1149 CKA_VALUE MULTILINE_OCTAL
1340 CKA_VALUE MULTILINE_OCTA
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
pkcs11ecdsa_link.c 56 * attribute CKA_VALUE (big int d)
169 { CKA_VALUE, NULL, 0 }
225 case CKA_VALUE:
418 attr1 = pk11_attribute_bytype(ec1, CKA_VALUE);
419 attr2 = pk11_attribute_bytype(ec2, CKA_VALUE);
519 attr[2].type = CKA_VALUE;
593 attr = pk11_attribute_bytype(ec, CKA_VALUE);
616 case CKA_VALUE:
743 attr = pk11_attribute_bytype(ec, CKA_VALUE);
968 attr->type = CKA_VALUE;
    [all...]
pkcs11eddsa_link.c 56 * attribute CKA_VALUE (big int k)
130 { CKA_VALUE, NULL, 0 }
194 case CKA_VALUE:
393 attr1 = pk11_attribute_bytype(ec1, CKA_VALUE);
394 attr2 = pk11_attribute_bytype(ec2, CKA_VALUE);
492 attr[2].type = CKA_VALUE;
566 attr = pk11_attribute_bytype(ec, CKA_VALUE);
589 case CKA_VALUE:
714 attr = pk11_attribute_bytype(ec, CKA_VALUE);
939 attr->type = CKA_VALUE;
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
evp-pkcs11.c 311 { CKA_VALUE, (void *)key, ctx->key_len },
  /src/crypto/external/cpl/tpm-tools/dist/lib/
tpm_pkcs11.c 645 { CKA_VALUE, NULL, 0 },
652 { CKA_VALUE, NULL, 0 },
  /src/crypto/external/bsd/heimdal/dist/lib/hx509/
softp11.c 291 case CKA_VALUE:
509 add_object_attribute(o, 0, CKA_VALUE, cert_data.data, cert_data.length);
ks_p11.c 798 {CKA_VALUE, NULL, 0},
  /src/crypto/external/cpl/tpm-tools/dist/src/data_mgmt/
data_import.c 469 { CKA_VALUE, NULL, 0 },
  /src/crypto/external/bsd/heimdal/dist/lib/hx509/ref/
pkcs11.h 443 #define CKA_VALUE (0x11)
  /src/crypto/external/bsd/openssh/dist/
pkcs11.h 406 #define CKA_VALUE (0x11UL)
ssh-pkcs11.c 1112 key_attr[1].type = CKA_EC_POINT; /* XXX or CKA_VALUE ? */
1161 * a 32 byte pubkey in CKA_VALUE
1223 cert_attr[2].type = CKA_VALUE;
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/pkcs11/
pkcs11.h 403 #define CKA_VALUE (0x11UL)

Completed in 145 milliseconds