/external/chromium_org/third_party/boringssl/src/crypto/rsa/ |
D | rsa.c | 359 OPENSSL_PUT_ERROR(RSA, RSA_sign, RSA_R_INVALID_MESSAGE_LENGTH); in pkcs1_prefixed_msg() 379 OPENSSL_PUT_ERROR(RSA, RSA_sign, RSA_R_UNKNOWN_ALGORITHM_TYPE); in pkcs1_prefixed_msg() 385 OPENSSL_PUT_ERROR(RSA, RSA_sign, RSA_R_TOO_LONG); in pkcs1_prefixed_msg() 391 OPENSSL_PUT_ERROR(RSA, RSA_sign, ERR_R_MALLOC_FAILURE); in pkcs1_prefixed_msg() 405 int RSA_sign(int hash_nid, const uint8_t *in, unsigned in_len, uint8_t *out, in RSA_sign() function 425 OPENSSL_PUT_ERROR(RSA, RSA_sign, RSA_R_DIGEST_TOO_BIG_FOR_RSA_KEY); in RSA_sign()
|
D | rsa_test.c | 297 if (!RSA_sign(NID_md5, kDummyHash, sizeof(kDummyHash), buf, &buf_len, key)) { in test_only_d_given() 364 if (!RSA_sign(NID_md5, kDummyHash, sizeof(kDummyHash), buf, &buf_len, in test_recover_crt_params()
|
/external/chromium_org/crypto/ |
D | signature_creator_openssl.cc | 71 bool success = RSA_sign(ToOpenSSLDigestType(hash_alg), data, data_len, in Sign()
|
/external/chromium_org/third_party/boringssl/src/tool/ |
D | speed.cc | 142 return RSA_sign(NID_sha256, fake_sha256_hash, sizeof(fake_sha256_hash), in SpeedRSA()
|
/external/openssl/crypto/rsa/ |
D | rsa_sign.c | 70 int RSA_sign(int type, const unsigned char *m, unsigned int m_len, in RSA_sign() function
|
D | rsa.h | 362 int RSA_sign(int type, const unsigned char *m, unsigned int m_length,
|
D | rsa_pmeth.c | 251 ret = RSA_sign(EVP_MD_type(rctx->md), in pkey_rsa_sign()
|
/external/chromium_org/third_party/boringssl/src/include/openssl/ |
D | rsa.h | 189 OPENSSL_EXPORT int RSA_sign(int hash_nid, const uint8_t *in,
|
/external/openssl/include/openssl/ |
D | rsa.h | 362 int RSA_sign(int type, const unsigned char *m, unsigned int m_length,
|
D | evp.h | 251 #define EVP_PKEY_RSA_method (evp_sign_method *)RSA_sign, \
|
/external/chromium_org/net/android/ |
D | keystore_unittest.cc | 284 int ret = RSA_sign( in SignWithOpenSSL()
|
/external/chromium_org/third_party/boringssl/src/crypto/evp/ |
D | p_rsa.c | 200 if (!RSA_sign(EVP_MD_type(rctx->md), tbs, tbslen, sig, &out_len, rsa)) { in pkey_rsa_sign()
|
/external/openssl/apps/ |
D | speed.c | 2011 ret=RSA_sign(NID_md5_sha1, buf,36, buf2, &rsa_num, rsa_key[j]); in MAIN() 2027 ret=RSA_sign(NID_md5_sha1, buf,36, buf2, in MAIN()
|
/external/openssl/ssl/ |
D | d1_clnt.c | 1591 if (RSA_sign(NID_md5_sha1, data, in dtls1_send_client_verify()
|
D | d1_srvr.c | 1403 if (RSA_sign(NID_md5_sha1, md_buf, j, in dtls1_send_server_key_exchange()
|
D | s3_clnt.c | 3306 if (RSA_sign(NID_md5_sha1, data, in ssl3_send_client_verify()
|
D | s3_srvr.c | 2018 if (RSA_sign(NID_md5_sha1, md_buf, j, in ssl3_send_server_key_exchange()
|
/external/openssl/crypto/evp/ |
D | evp.h | 251 #define EVP_PKEY_RSA_method (evp_sign_method *)RSA_sign, \
|
/external/chromium_org/third_party/boringssl/src/ssl/ |
D | s3_srvr.c | 1590 if (RSA_sign(NID_md5_sha1, md_buf, j, in ssl3_send_server_key_exchange()
|