Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftEC.c188 if (EC_DecodeParams(&params_item, &ecparams, 0) != SECSuccess) { in soft_ec_genkey_pair()
283 if (EC_DecodeParams(&params_item, &ecparams, 0) != SECSuccess) { in soft_ec_key_derive()
394 if (EC_DecodeParams(&params_item, &ecparams, 0) != SECSuccess) { in soft_ecc_sign_verify_init_common()
/titanic_41/usr/src/uts/common/crypto/io/
H A Decc.c493 if (EC_DecodeParams(&params_item, &ecparams, kmflag) != SECSuccess) { in ecc_sign_verify_common_init()
810 if (EC_DecodeParams(&params_item, &ecparams, kmflag) != SECSuccess) { in ecc_sign_atomic()
1007 if (EC_DecodeParams(&params_item, &ecparams, kmflag) != SECSuccess) { in ecc_verify_atomic()
1135 if (EC_DecodeParams(&params_item, &ecparams, kmflag) != SECSuccess) { in ecc_nostore_key_generate_pair()
1253 if (EC_DecodeParams(&params_item, &ecparams, kmflag) != SECSuccess) { in ecc_nostore_key_derive()
/titanic_41/usr/src/common/crypto/ecc/
H A Decc_impl.h220 extern SECStatus EC_DecodeParams(const SECItem *, ECParams **, int);
H A Decdecode.c578 EC_DecodeParams(const SECItem *encodedParams, ECParams **ecparams, int kmflag) in EC_DecodeParams() function