/external/chromium_org/third_party/boringssl/src/crypto/evp/ |
sign.c | 100 pkctx = EVP_PKEY_CTX_new(pkey, NULL); 150 pkctx = EVP_PKEY_CTX_new(pkey, NULL);
|
digestsign.c | 83 ctx->pctx = EVP_PKEY_CTX_new(pkey, e);
|
evp_ctx.c | 90 static EVP_PKEY_CTX *evp_pkey_ctx_new(EVP_PKEY *pkey, ENGINE *e, int id) { function 104 OPENSSL_PUT_ERROR(EVP, evp_pkey_ctx_new, EVP_R_UNSUPPORTED_ALGORITHM); 112 OPENSSL_PUT_ERROR(EVP, evp_pkey_ctx_new, ERR_R_MALLOC_FAILURE); 135 EVP_PKEY_CTX *EVP_PKEY_CTX_new(EVP_PKEY *pkey, ENGINE *e) { 136 return evp_pkey_ctx_new(pkey, e, -1); 140 return evp_pkey_ctx_new(NULL, e, id);
|
/external/openssl/crypto/evp/ |
p_verify.c | 84 pkctx = EVP_PKEY_CTX_new(pkey, NULL);
|
p_sign.c | 99 pkctx = EVP_PKEY_CTX_new(pkey, NULL);
|
m_sigver.c | 71 ctx->pctx = EVP_PKEY_CTX_new(pkey, e);
|
pmeth_lib.c | 297 EVP_PKEY_CTX *EVP_PKEY_CTX_new(EVP_PKEY *pkey, ENGINE *e)
|
evp.h | [all...] |
/external/chromium_org/content/child/webcrypto/openssl/ |
rsa_oaep_openssl.cc | 52 crypto::ScopedEVP_PKEY_CTX ctx(EVP_PKEY_CTX_new(pkey, NULL));
|
/external/openssl/apps/ |
genpkey.c | 343 ctx = EVP_PKEY_CTX_new(pkey, e);
|
pkeyutl.c | 463 ctx = EVP_PKEY_CTX_new(pkey, e);
|
req.c | [all...] |
/external/openssl/crypto/cms/ |
cms_env.c | 322 pctx = EVP_PKEY_CTX_new(ktri->pkey, NULL); 385 pctx = EVP_PKEY_CTX_new(ktri->pkey, NULL);
|
/external/chromium_org/third_party/boringssl/src/include/openssl/ |
evp.h | 392 /* EVP_PKEY_CTX_new allocates a fresh |EVP_PKEY_CTX| for use with |pkey|. It 394 OPENSSL_EXPORT EVP_PKEY_CTX *EVP_PKEY_CTX_new(EVP_PKEY *pkey, ENGINE *e); 396 /* EVP_PKEY_CTX_new allocates a fresh |EVP_PKEY_CTX| for a key of type |id| 398 * |EVP_PKEY_CTX_new| can't be used because there isn't an |EVP_PKEY| to pass [all...] |
/external/openssl/crypto/pkcs7/ |
pk7_doit.c | 155 pctx = EVP_PKEY_CTX_new(pkey, NULL); 209 pctx = EVP_PKEY_CTX_new(pkey, NULL);
|
/external/openssl/include/openssl/ |
evp.h | [all...] |
/external/openssl/ssl/ |
s3_clnt.c | [all...] |
s3_srvr.c | [all...] |
/external/chromium_org/third_party/boringssl/src/ssl/ |
s3_clnt.c | [all...] |
s3_srvr.c | [all...] |