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

  /external/chromium_org/third_party/boringssl/src/crypto/evp/
digestsign.c 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 209 int (*verifyctx)(EVP_PKEY_CTX *ctx, const unsigned char *sig, int siglen, member in struct:evp_pkey_method_st
  /external/openssl/crypto/evp/
m_sigver.c 182 if (ctx->pctx->pmeth->verifyctx)
191 r = tmp_ctx.pctx->pmeth->verifyctx(tmp_ctx.pctx,
pmeth_lib.c 228 pmeth->verifyctx = 0;
276 dst->verifyctx = src->verifyctx;
554 int (*verifyctx)(EVP_PKEY_CTX *ctx, const unsigned char *sig,int siglen,
558 pmeth->verifyctx = verifyctx;
evp_locl.h 325 int (*verifyctx)(EVP_PKEY_CTX *ctx, const unsigned char *sig,int siglen, member in struct:evp_pkey_method_st
evp.h     [all...]
  /external/openssl/include/openssl/
evp.h     [all...]

Completed in 471 milliseconds