Home
last modified time | relevance | path

Searched refs:meths (Results 1 - 25 of 73) sorted by relevance

123

/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dextensions_cust.c86 custom_ext_method *meth = exts->meths; in custom_ext_find()
106 custom_ext_method *meth = exts->meths; in custom_ext_init()
185 meth = exts->meths + i; in custom_ext_add()
257 custom_ext_method *methsrc = src->meths; in custom_exts_copy_flags()
279 dst->meths = in custom_exts_copy()
280 OPENSSL_memdup(src->meths, in custom_exts_copy()
281 sizeof(*src->meths) * src->meths_count); in custom_exts_copy()
282 if (dst->meths == NULL) in custom_exts_copy()
287 custom_ext_method *methsrc = src->meths + i; in custom_exts_copy()
288 custom_ext_method *methdst = dst->meths in custom_exts_copy()
[all...]
H A Dextensions.c492 custom_ext_methods *meths, RAW_EXTENSION *rawexlist, in verify_extension()
510 if (meths != NULL) { in verify_extension()
520 meth = custom_ext_find(meths, role, type, &offset); in verify_extension()
491 verify_extension(SSL *s, unsigned int context, unsigned int type, custom_ext_methods *meths, RAW_EXTENSION *rawexlist, RAW_EXTENSION **found) verify_extension() argument
/third_party/openssl/ssl/statem/
H A Dextensions_cust.c86 custom_ext_method *meth = exts->meths; in custom_ext_find()
106 custom_ext_method *meth = exts->meths; in custom_ext_init()
185 meth = exts->meths + i; in custom_ext_add()
257 custom_ext_method *methsrc = src->meths; in custom_exts_copy_flags()
279 dst->meths = in custom_exts_copy()
280 OPENSSL_memdup(src->meths, in custom_exts_copy()
281 sizeof(*src->meths) * src->meths_count); in custom_exts_copy()
282 if (dst->meths == NULL) in custom_exts_copy()
287 custom_ext_method *methsrc = src->meths + i; in custom_exts_copy()
288 custom_ext_method *methdst = dst->meths in custom_exts_copy()
[all...]
H A Dextensions.c464 custom_ext_methods *meths, RAW_EXTENSION *rawexlist, in verify_extension()
482 if (meths != NULL) { in verify_extension()
492 meth = custom_ext_find(meths, role, type, &offset); in verify_extension()
463 verify_extension(SSL *s, unsigned int context, unsigned int type, custom_ext_methods *meths, RAW_EXTENSION *rawexlist, RAW_EXTENSION **found) verify_extension() argument
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DICUJDKCompare.java594 static MorC[] getMorCArray(Method[] meths) { in getMorCArray() argument
595 MorC[] result = new MorC[meths.length]; in getMorCArray()
596 for (int i = 0 ; i < meths.length; ++i) { in getMorCArray()
597 result[i] = new MorC(meths[i]); in getMorCArray()
602 private Map getMethodMap(MorC[] meths) { in getMethodMap() argument
604 for (int i = 0; i < meths.length; ++i) { in getMethodMap()
605 MorC m = meths[i]; in getMethodMap()
/third_party/libwebsockets/minimal-examples/dbus-server/minimal-dbus-server/
H A Dmain.c202 } meths[] = { variable
215 struct lws_dbus_methods *mp = meths; in server_message_handler()
225 for (n = 0; n < LWS_ARRAY_SIZE(meths); n++) { in server_message_handler()
/third_party/libwebsockets/lib/roles/cgi/
H A Dcgi-server.c177 static const unsigned char meths[] = { in lws_cgi() local
201 for (m = 0; m < (int)LWS_ARRAY_SIZE(meths); m++) in lws_cgi()
202 if (lws_hdr_total_length(wsi, meths[m]) >= in lws_cgi()
204 uritok = meths[m]; in lws_cgi()
215 if (m < (int)LWS_ARRAY_SIZE(meths) - 1) { in lws_cgi()
/third_party/libwebsockets/minimal-examples/dbus-server/minimal-dbus-ws-proxy/
H A Dprotocol_lws_minimal_dbus_ws_proxy.c378 } meths[] = { variable
389 struct lws_dbus_methods *mp = meths; in server_message_handler()
401 for (n = 0; n < LWS_ARRAY_SIZE(meths); n++) { in server_message_handler()
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha.c310 const PROV_CIPHER_HW_AES_HMAC_SHA *meths, in base_init()
316 &meths->base, provctx); in base_init()
309 base_init(void *provctx, PROV_AES_HMAC_SHA_CTX *ctx, const PROV_CIPHER_HW_AES_HMAC_SHA *meths, size_t kbits, size_t blkbits, size_t ivbits, uint64_t flags) base_init() argument
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha.c310 const PROV_CIPHER_HW_AES_HMAC_SHA *meths, in base_init()
316 &meths->base, provctx); in base_init()
309 base_init(void *provctx, PROV_AES_HMAC_SHA_CTX *ctx, const PROV_CIPHER_HW_AES_HMAC_SHA *meths, size_t kbits, size_t blkbits, size_t ivbits, uint64_t flags) base_init() argument
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_ciph.c1987 *meths) in STACK_OF()
1989 return meths; in STACK_OF()
2005 *meths) in STACK_OF()
2008 ssl_comp_methods = meths; in STACK_OF()
H A Dssl_local.h2056 custom_ext_method *meths; member
2854 void custom_ext_init(custom_ext_methods *meths);
/third_party/openssl/ssl/
H A Dssl_ciph.c1986 *meths) in STACK_OF()
1988 return meths; in STACK_OF()
2004 *meths) in STACK_OF()
2007 ssl_comp_methods = meths; in STACK_OF()
H A Dssl_local.h2000 custom_ext_method *meths; member
2798 void custom_ext_init(custom_ext_methods *meths);
/third_party/python/Lib/test/
H A Dtest_urllib2.py468 for meths in meth_spec:
472 h = MockHandlerSubclass(meths)
618 for meths, handler_order in [([("http_open", "return self")], 500),
623 h = MockHandlerSubclass(meths)
/third_party/openssl/ohos_lite/include/openssl/
H A Dssl.h2085 *meths);
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dssl.h2244 *meths);
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dssl.h2244 *meths);
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dssl.h2244 *meths);
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dssl.h2244 *meths);
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dssl.h2244 *meths);
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Dssl.h2244 *meths);
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
H A Dssl.h2244 *meths);
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Dssl.h2244 *meths);
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
H A Dssl.h2244 *meths);

Completed in 84 milliseconds

123