Home
last modified time | relevance | path

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

/titanic_50/usr/src/common/crypto/ecc/
H A Dec.c262 PORT_SetError(SEC_ERROR_INVALID_ARGS); in ec_NewKey()
438 PORT_SetError(SEC_ERROR_INVALID_ARGS); in EC_NewKey()
477 PORT_SetError(SEC_ERROR_INVALID_ARGS); in EC_ValidatePublicKey()
484 PORT_SetError(SEC_ERROR_UNSUPPORTED_EC_POINT_FORM); in EC_ValidatePublicKey()
487 PORT_SetError(SEC_ERROR_BAD_KEY); in EC_ValidatePublicKey()
524 PORT_SetError(SEC_ERROR_BAD_KEY); in EC_ValidatePublicKey()
574 PORT_SetError(SEC_ERROR_INVALID_ARGS); in ECDH_Derive()
660 PORT_SetError(SEC_ERROR_INVALID_ARGS); in ECDSA_SignDigestWithSeed()
672 PORT_SetError(SEC_ERROR_OUTPUT_LEN); in ECDSA_SignDigestWithSeed()
697 PORT_SetError(SEC_ERROR_NEED_RANDOM); in ECDSA_SignDigestWithSeed()
[all …]
H A Decdecode.c174 PORT_SetError(SEC_ERROR_UNSUPPORTED_ELLIPTIC_CURVE); in EC_FillParams()
182 PORT_SetError(SEC_ERROR_UNSUPPORTED_ELLIPTIC_CURVE); in EC_FillParams()
568 PORT_SetError(SEC_ERROR_UNSUPPORTED_ELLIPTIC_CURVE); in EC_FillParams()
H A Decc_impl.h91 #define PORT_SetError(e) macro
/titanic_50/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dldapsinit.c784 PORT_SetError(SSL_ERROR_BAD_CERT_DOMAIN); in ldapssl_AuthCertificate()