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

  /external/boringssl/src/crypto/evp/
evp_ctx.c 88 const EVP_PKEY_METHOD *pmeth; local
97 pmeth = evp_pkey_meth_find(id);
99 if (pmeth == NULL) {
114 ret->pmeth = pmeth;
121 if (pmeth->init) {
122 if (pmeth->init(ret) <= 0) {
144 if (ctx->pmeth && ctx->pmeth->cleanup) {
145 ctx->pmeth->cleanup(ctx)
    [all...]
internal.h 215 const EVP_PKEY_METHOD *pmeth; member in struct:evp_pkey_ctx_st

Completed in 387 milliseconds