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

  /external/chromium_org/third_party/openssl/openssl/crypto/evp/
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_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_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/openssl/crypto/evp/
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_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_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/clang/test/SemaObjC/
no-protocol-option-tests.m 5 - PMeth;
13 @interface C -PMeth; @end
18 @interface super - PMeth; @end
20 - PMeth; // expected-note {{method 'PMeth' declared here}}
22 @implementation J @end // expected-warning {{method definition for 'PMeth' not found}}
method-undef-extension-warn-1.m 7 - (void)Pmeth;
23 - (void)Pmeth {}
method-undef-category-warn-1.m 7 - (void) Pmeth; // expected-note {{method 'Pmeth' declared here}}
15 @implementation MyClass1(CAT) // expected-warning {{method 'Pmeth' in protocol not implemented}} \
26 - (void) Pmeth {}
protocol-implementing-class-methods.m 6 - (int) PMeth;
25 - (int) PMeth{ return 0; }
  /dalvik/vm/native/
InternalNative.cpp 112 const DalvikNativeMethod* pMeth = pClass->methodInfo;
114 if (pMeth->name == NULL)
117 if (dvmCompareNameDescriptorAndMethod(pMeth->name,
118 pMeth->signature, method) == 0)
122 // className, methodName, methodSignature, pMeth->fnPtr);
123 return pMeth->fnPtr;
126 pMeth++;
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
evp.h     [all...]
  /external/openssl/include/openssl/
evp.h     [all...]
  /external/chromium_org/third_party/openssl/openssl/patches/
aead_support.patch 294 @@ -1243,6 +1243,109 @@ void EVP_PKEY_meth_set_ctrl(EVP_PKEY_METHOD *pmeth,
  /external/chromium_org/third_party/openssl/patches.chromium/
0007-chacha.patch     [all...]

Completed in 313 milliseconds