Home
last modified time | relevance | path

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

/illumos-gate/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()
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()
672 PORT_SetError(SEC_ERROR_OUTPUT_LEN); in ECDSA_SignDigestWithSeed()
697 PORT_SetError(SEC_ERROR_NEED_RANDOM); in ECDSA_SignDigestWithSeed()
734 PORT_SetError(SEC_ERROR_NEED_RANDOM); in ECDSA_SignDigestWithSeed()
785 PORT_SetError(SEC_ERROR_NEED_RANDOM); in ECDSA_SignDigestWithSeed()
[all …]
H A Decdecode.c172 PORT_SetError(SEC_ERROR_UNSUPPORTED_ELLIPTIC_CURVE); in EC_FillParams()
180 PORT_SetError(SEC_ERROR_UNSUPPORTED_ELLIPTIC_CURVE); in EC_FillParams()
566 PORT_SetError(SEC_ERROR_UNSUPPORTED_ELLIPTIC_CURVE); in EC_FillParams()
H A Decc_impl.h91 #define PORT_SetError(e) macro
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dldapsinit.c782 PORT_SetError(SSL_ERROR_BAD_CERT_DOMAIN); in ldapssl_AuthCertificate()