Home
last modified time | relevance | path

Searched refs:EC_PKEY_CTX (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/evp/
Dp_ec.c92 } EC_PKEY_CTX; typedef
96 EC_PKEY_CTX *dctx; in pkey_ec_init()
97 dctx = OPENSSL_malloc(sizeof(EC_PKEY_CTX)); in pkey_ec_init()
101 memset(dctx, 0, sizeof(EC_PKEY_CTX)); in pkey_ec_init()
111 EC_PKEY_CTX *dctx, *sctx; in pkey_ec_copy()
148 EC_PKEY_CTX *dctx = ctx->data; in pkey_ec_cleanup()
169 EC_PKEY_CTX *dctx = ctx->data; in pkey_ec_sign()
195 EC_PKEY_CTX *dctx = ctx->data; in pkey_ec_verify()
212 EC_PKEY_CTX *dctx = ctx->data; in pkey_ec_derive()
244 EC_PKEY_CTX *dctx = ctx->data; in pkey_ec_kdf_derive()
[all …]
/external/openssl/crypto/ec/
Dec_pmeth.c75 } EC_PKEY_CTX; typedef
79 EC_PKEY_CTX *dctx; in pkey_ec_init()
80 dctx = OPENSSL_malloc(sizeof(EC_PKEY_CTX)); in pkey_ec_init()
93 EC_PKEY_CTX *dctx, *sctx; in pkey_ec_copy()
110 EC_PKEY_CTX *dctx = ctx->data; in pkey_ec_cleanup()
124 EC_PKEY_CTX *dctx = ctx->data; in pkey_ec_sign()
157 EC_PKEY_CTX *dctx = ctx->data; in pkey_ec_verify()
206 EC_PKEY_CTX *dctx = ctx->data; in pkey_ec_ctrl()
271 EC_PKEY_CTX *dctx = ctx->data; in pkey_ec_paramgen()