Home
last modified time | relevance | path

Searched refs:ECDH_Derive (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/common/crypto/ecc/
H A Decc_impl.h230 extern SECStatus ECDH_Derive(SECItem *, ECParams *, SECItem *, boolean_t,
H A Dec.c555 ECDH_Derive(SECItem *publicValue, in ECDH_Derive() function
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftEC.c294 if (ECDH_Derive(&public_value_item, ecparams, &private_value_item, in soft_ec_key_derive()
/illumos-gate/usr/src/uts/common/crypto/io/
H A Decc.c1269 if (ECDH_Derive(&public_value_item, ecparams, &private_value_item, in ecc_nostore_key_derive()