Searched refs:CKA_EC_POINT (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftEC.c139 case CKA_EC_POINT:
204 soft_genECkey_set_attribute(pubkey, &bi, CKA_EC_POINT);
560 template.type = CKA_EC_POINT;
H A DsoftAttributeUtil.c84 CKA_EC_POINT,
114 CKA_EC_POINT
1517 case CKA_EC_POINT:
3987 case CKA_EC_POINT:
/illumos-gate/usr/src/uts/common/crypto/io/
H A Decc.c361 if ((rv = crypto_get_key_attr(key, CKA_EC_POINT, &foo,
884 if ((rv = crypto_get_key_attr(key, CKA_EC_POINT, &public,
1102 /* public output template must contain CKA_EC_POINT attribute */
1104 CKA_EC_POINT)) == -1) {
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dutility.c317 case CKA_EC_POINT:
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dcommon.h324 #define CKA_EC_POINT 0x00000181 macro
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelAttributeUtil.c79 CKA_EC_POINT,
109 CKA_EC_POINT
1190 case CKA_EC_POINT:
2427 case CKA_EC_POINT:
H A DkernelKeys.c1161 * Add CKA_EC_POINT to the public template.
1165 if (attribute_in_template(CKA_EC_POINT, pPublicKeyTemplate,
1201 pubTemplate[n].type = CKA_EC_POINT;
1977 * For EC public keys, it is CKA_EC_PARAMS and CKA_EC_POINT.
2041 tmp.type = CKA_EC_POINT;
H A DkernelUtil.c728 ENCODE_ATTR(CKA_EC_POINT, big->big_value, big->big_value_len);
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaAttrMasters.h458 { { CKA_EC_POINT, NULL, 0 },
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dpk11keys.c311 MAX_PUBLIC_KEY_TEMPLATES, CKA_EC_POINT,
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11t.h531 * and CKA_EC_POINT are new for v2.0 */
547 #define CKA_EC_POINT 0x00000181 macro
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c1025 SETATTR(ecdsaTemplate, 1, CKA_EC_POINT,
1837 SETATTR(valattr, 0, CKA_EC_POINT, NULL, &valueLen);

Completed in 136 milliseconds