OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EVP_PKEY_sign
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/evp/
pmeth_fn.c
100
int
EVP_PKEY_sign
(EVP_PKEY_CTX *ctx,
/external/chromium_org/third_party/boringssl/src/crypto/evp/
evp_ctx.c
251
int
EVP_PKEY_sign
(EVP_PKEY_CTX *ctx, uint8_t *sig, size_t *sig_len,
254
OPENSSL_PUT_ERROR(EVP,
EVP_PKEY_sign
,
259
OPENSSL_PUT_ERROR(EVP,
EVP_PKEY_sign
, EVP_R_OPERATON_NOT_INITIALIZED);
Completed in 36 milliseconds