Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libcryptoutil/common/
H A Dmechkeytype.c92 case CKM_ECDH1_DERIVE: in pkcs11_mech2keytype()
H A Dmechkeygen.c114 case CKM_ECDH1_DERIVE: in pkcs11_mech2keygen()
H A Dmechstr.c324 { "CKM_ECDH1_DERIVE", CKM_ECDH1_DERIVE },
/illumos-gate/usr/src/common/crypto/ecc/
H A Doid.c150 #define CKM_ECDH1_DERIVE 0x00001050UL macro
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSlotToken.c122 CKM_ECDH1_DERIVE
H A DsoftKeysUtil.c873 case CKM_ECDH1_DERIVE: in soft_derivekey()
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11SUNWExtensions.c68 CKM_ECDSA, CKM_ECDSA_SHA1, CKM_ECDH1_DERIVE,
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11t.h899 #define CKM_ECDH1_DERIVE 0x00001050UL macro
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelKeys.c199 } else if (pMechanism->mechanism == CKM_ECDH1_DERIVE) { in get_key_len_from_template()