HomeSort by relevance Sort by last modified time
    Searched full:pmeth (Results 1 - 6 of 6) 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
  /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 'P' not implemented}} \
26 - (void) Pmeth {}
protocol-implementing-class-methods.m 6 - (int) PMeth;
25 - (int) PMeth{ return 0; }

Completed in 375 milliseconds