Searched defs:RSA_sign (Results 1 - 2 of 2) sorted by relevance

/external/openssl/crypto/rsa/
H A Drsa_sign.c70 int RSA_sign(int type, const unsigned char *m, unsigned int m_len, function
/external/chromium_org/third_party/boringssl/src/crypto/rsa/
H A Drsa.c359 OPENSSL_PUT_ERROR(RSA, RSA_sign, RSA_R_INVALID_MESSAGE_LENGTH);
379 OPENSSL_PUT_ERROR(RSA, RSA_sign, RSA_R_UNKNOWN_ALGORITHM_TYPE);
385 OPENSSL_PUT_ERROR(RSA, RSA_sign, RSA_R_TOO_LONG);
391 OPENSSL_PUT_ERROR(RSA, RSA_sign, ERR_R_MALLOC_FAILURE);
405 int RSA_sign(int hash_nid, const uint8_t *in, unsigned in_len, uint8_t *out, function
425 OPENSSL_PUT_ERROR(RSA, RSA_sign, RSA_R_DIGEST_TOO_BIG_FOR_RSA_KEY);

Completed in 92 milliseconds