HomeSort by relevance Sort by last modified time
    Searched refs:pmeth (Results 1 - 11 of 11) sorted by null

  /external/openssl/crypto/evp/
pmeth_fn.c 67 if (ctx->pmeth->flags & EVP_PKEY_FLAG_AUTOARGLEN) \
85 if (!ctx || !ctx->pmeth || !ctx->pmeth->sign)
92 if (!ctx->pmeth->sign_init)
94 ret = ctx->pmeth->sign_init(ctx);
104 if (!ctx || !ctx->pmeth || !ctx->pmeth->sign)
116 return ctx->pmeth->sign(ctx, sig, siglen, tbs, tbslen);
122 if (!ctx || !ctx->pmeth || !ctx->pmeth->verify
    [all...]
pmeth_lib.c 97 pmeth);
106 pmeth);
130 const EVP_PKEY_METHOD *pmeth; local
157 pmeth = ENGINE_get_pkey_meth(e, id);
160 pmeth = EVP_PKEY_meth_find(id);
162 if (pmeth == NULL)
179 ret->pmeth = pmeth;
188 if (pmeth->init)
190 if (pmeth->init(ret) <= 0
202 EVP_PKEY_METHOD *pmeth; local
    [all...]
pmeth_gn.c 70 if (!ctx || !ctx->pmeth || !ctx->pmeth->paramgen)
77 if (!ctx->pmeth->paramgen_init)
79 ret = ctx->pmeth->paramgen_init(ctx);
88 if (!ctx || !ctx->pmeth || !ctx->pmeth->paramgen)
107 ret = ctx->pmeth->paramgen(ctx, *ppkey);
119 if (!ctx || !ctx->pmeth || !ctx->pmeth->keygen)
126 if (!ctx->pmeth->keygen_init
    [all...]
m_sigver.c 90 if (ctx->pctx->pmeth->verifyctx_init)
92 if (ctx->pctx->pmeth->verifyctx_init(ctx->pctx, ctx) <=0)
101 if (ctx->pctx->pmeth->signctx_init)
103 if (ctx->pctx->pmeth->signctx_init(ctx->pctx, ctx) <= 0)
134 if (ctx->pctx->pmeth->signctx)
147 r = tmp_ctx.pctx->pmeth->signctx(tmp_ctx.pctx,
161 if (ctx->pctx->pmeth->signctx(ctx->pctx, sigret, siglen, ctx) <= 0)
182 if (ctx->pctx->pmeth->verifyctx)
191 r = tmp_ctx.pctx->pmeth->verifyctx(tmp_ctx.pctx,
evp.h     [all...]
evp_locl.h 269 const EVP_PKEY_METHOD *pmeth; member in struct:evp_pkey_ctx_st
  /external/chromium_org/third_party/boringssl/src/crypto/evp/
evp_ctx.c 92 const EVP_PKEY_METHOD *pmeth; local
101 pmeth = evp_pkey_meth_find(id);
103 if (pmeth == NULL) {
118 ret->pmeth = pmeth;
125 if (pmeth->init) {
126 if (pmeth->init(ret) <= 0) {
147 if (ctx->pmeth && ctx->pmeth->cleanup) {
148 ctx->pmeth->cleanup(ctx)
    [all...]
digestsign.c 100 if (ctx->pctx->pmeth->verifyctx_init) {
101 if (ctx->pctx->pmeth->verifyctx_init(ctx->pctx, ctx) <= 0) {
109 if (ctx->pctx->pmeth->signctx_init) {
110 if (ctx->pctx->pmeth->signctx_init(ctx->pctx, ctx) <= 0) {
151 const int has_signctx = ctx->pctx->pmeth->signctx != NULL;
163 r = tmp_ctx.pctx->pmeth->signctx(tmp_ctx.pctx, out_sig, out_sig_len, &tmp_ctx);
176 if (ctx->pctx->pmeth->signctx(ctx->pctx, out_sig, out_sig_len, ctx) <= 0) {
195 const int has_verifyctx = ctx->pctx->pmeth->verifyctx != NULL;
202 r = tmp_ctx.pctx->pmeth->verifyctx(tmp_ctx.pctx, sig, sig_len, &tmp_ctx);
internal.h 167 const EVP_PKEY_METHOD *pmeth; member in struct:evp_pkey_ctx_st
  /external/openssl/include/openssl/
evp.h     [all...]
  /external/lldb/source/Interpreter/
ScriptInterpreterPython.cpp     [all...]

Completed in 155 milliseconds