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

  /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 101 milliseconds