HomeSort by: relevance | last modified time | path
    Searched defs:selector (Results 1 - 25 of 81) sorted by relevancy

1 2 3 4

  /src/external/ibm-public/postfix/dist/src/dns/
dns_strrecord.c 93 uint8_t selector = *ip++; local
98 vstring_sprintf_append(buf, "%d %d %d ", usage, selector, mtype);
  /src/external/mpl/bind/dist/lib/dns/rdata/generic/
tlsa_52.h 25 uint8_t selector; member in struct:dns_rdata_tlsa
  /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
tlsa_52.h 26 uint8_t selector; member in struct:dns_rdata_tlsa
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
objc.h 53 ObjcSelector* selector; member in struct:ObjcFuncDeclaration
  /src/crypto/external/apache2/openssl/dist/crypto/asn1/
tasn_utl.c 26 * Given an ASN1_ITEM CHOICE type return the selector value
45 * Given an ASN1_ITEM CHOICE type set the selector value, return old value.
220 * Handle ANY DEFINED BY template, find the selector, look up the relevant
230 long selector; local
240 /* Get the selector field */
255 selector = OBJ_obj2nid((ASN1_OBJECT *)*sfld);
257 selector = ASN1_INTEGER_get((ASN1_INTEGER *)*sfld);
260 if (adb->adb_cb != NULL && adb->adb_cb(&selector) == 0) {
273 if (atbl->value == selector)
  /src/crypto/external/bsd/openssl/dist/crypto/asn1/
tasn_utl.c 26 * Given an ASN1_ITEM CHOICE type return the selector value
45 * Given an ASN1_ITEM CHOICE type set the selector value, return old value.
218 * Handle ANY DEFINED BY template, find the selector, look up the relevant
228 long selector; local
238 /* Get the selector field */
253 selector = OBJ_obj2nid((ASN1_OBJECT *)*sfld);
255 selector = ASN1_INTEGER_get((ASN1_INTEGER *)*sfld);
258 if (adb->adb_cb != NULL && adb->adb_cb(&selector) == 0) {
271 if (atbl->value == selector)
  /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
tasn_utl.c 26 * Given an ASN1_ITEM CHOICE type return the selector value
36 * Given an ASN1_ITEM CHOICE type set the selector value, return old value.
187 * Handle ANY DEFINED BY template, find the selector, look up the relevant
196 long selector; local
205 /* Get the selector field */
220 selector = OBJ_obj2nid((ASN1_OBJECT *)*sfld);
222 selector = ASN1_INTEGER_get((ASN1_INTEGER *)*sfld);
225 if (adb->adb_cb != NULL && adb->adb_cb(&selector) == 0) {
238 if (atbl->value == selector)
  /src/external/gpl3/gcc/dist/libobjc/
thr.c 87 SEL selector; member in struct:__objc_thread_start_state
99 SEL selector = istate->selector; local
120 if ((imp = (id (*) (id, SEL, id))objc_msg_lookup (object, selector)))
121 (*imp) (object, selector, argument);
125 _objc_abort ("objc_thread_detach called with bad selector.\n");
147 if fails. Thread is started by sending message with selector to
150 objc_thread_detach (SEL selector, id object, id argument)
161 istate->selector = selector;
    [all...]
  /src/external/gpl3/gcc.old/dist/libobjc/
thr.c 87 SEL selector; member in struct:__objc_thread_start_state
99 SEL selector = istate->selector; local
120 if ((imp = (id (*) (id, SEL, id))objc_msg_lookup (object, selector)))
121 (*imp) (object, selector, argument);
125 _objc_abort ("objc_thread_detach called with bad selector.\n");
147 if fails. Thread is started by sending message with selector to
150 objc_thread_detach (SEL selector, id object, id argument)
161 istate->selector = selector;
    [all...]
  /src/crypto/external/apache2/openssl/dist/fuzz/
slh-dsa.c 95 * This function maps a selector value to a specific SLH-DSA algorithm
100 * @param selector A random selector value used to determine the key type.
107 static const char *select_keytype(uint8_t selector, uint32_t *keysize)
115 * So use our random selector value to get one of them by computing
119 choice = (selector % 12) + 1460;
155 * @brief Generates two SLH-DSA key pairs based on consumed selector values.
157 * This function extracts two selector values from the provided buffer,
161 * @param buf Pointer to a buffer containing selector values. The buffer
171 uint8_t selector = 0 local
208 uint8_t selector = 0; local
314 uint8_t selector = 0; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/include/internal/
dane.h 45 uint8_t selector; member in struct:danetls_record_st
  /src/crypto/external/bsd/openssl/dist/include/internal/
dane.h 45 uint8_t selector; member in struct:danetls_record_st
  /src/crypto/external/bsd/openssl.old/dist/include/internal/
dane.h 44 uint8_t selector; member in struct:danetls_record_st
  /src/external/bsd/wpa/dist/src/ap/
wpa_auth_ie.c 624 u32 selector; local
665 selector = RSN_AUTH_KEY_MGMT_UNSPEC_802_1X;
669 selector = RSN_AUTH_KEY_MGMT_802_1X_SUITE_B_192;
671 selector = RSN_AUTH_KEY_MGMT_802_1X_SUITE_B;
675 selector = RSN_AUTH_KEY_MGMT_FT_FILS_SHA384;
677 selector = RSN_AUTH_KEY_MGMT_FT_FILS_SHA256;
680 selector = RSN_AUTH_KEY_MGMT_FILS_SHA384;
682 selector = RSN_AUTH_KEY_MGMT_FILS_SHA256;
687 selector = RSN_AUTH_KEY_MGMT_FT_802_1X_SHA384;
690 selector = RSN_AUTH_KEY_MGMT_FT_802_1X
1221 u32 cipher, suite, selector, mask; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
cp-objcp-common.cc 93 and SELECTOR encodes how to compute whether the feature is available. */
98 cp_feature_selector selector; member in struct:cp_feature_info
165 const auto res = info->selector.has_feature ();
  /src/crypto/external/apache2/openssl/dist/test/
danetest.c 244 static uint8_t selector; local
249 { &selector, "selector", checked_uint8 },
268 ret = SSL_dane_tlsa_add(ssl, usage, selector, mtype, data, len);
  /src/crypto/external/bsd/openssl/dist/test/
danetest.c 246 static uint8_t selector; local
251 { &selector, "selector", checked_uint8 },
268 ret = SSL_dane_tlsa_add(ssl, usage, selector, mtype, data, len);
  /src/crypto/external/bsd/openssl.old/dist/test/
danetest.c 249 static uint8_t selector; local
254 { &selector, "selector", checked_uint8 },
271 ret = SSL_dane_tlsa_add(ssl, usage, selector, mtype, data, len);
  /src/external/apache2/llvm/dist/clang/lib/AST/
Mangle.cpp 339 auto selector = MD->getSelector(); local
341 numArgs = selector.getNumArgs(),
344 if (auto name = selector.getIdentifierInfoForSlot(slotIndex))
348 // That's after each slot except that a unary selector doesn't
  /src/external/ibm-public/postfix/dist/src/tls/
tls_dane.c 34 /* TLS_TLSA *tlsa_prepend(tlsa, usage, selector, mtype, data, len)
37 /* uint8_t selector;
143 /* .IP selector
144 /* DANE TLSA selector field.
330 TLS_TLSA *tlsa_prepend(TLS_TLSA *tlsa, uint8_t usage, uint8_t selector,
338 head->selector = selector;
509 uint8_t selector; local
530 selector = *ip++;
544 usage, selector, mtype, data, dlen)
764 uint8_t selector = DNS_TLSA_SELECTOR_FULL_CERTIFICATE; local
774 uint8_t selector = DNS_TLSA_SELECTOR_SUBJECTPUBLICKEYINFO; local
    [all...]
  /src/external/bsd/libc++/dist/libcxxrt/src/
exception.cc 71 int selector,
77 ucb->barrier_cache.bitpattern[1] = static_cast<uint32_t>(selector);
84 ex->handlerSwitchValue = selector;
95 unsigned long *selector,
99 *selector = ucb->barrier_cache.bitpattern[1];
105 *selector = ex->handlerSwitchValue;
963 * The selector argument is used to return the selector that is passed in the
970 unsigned long *selector,
989 *selector = filter
1100 unsigned long selector = 0; variable
    [all...]
  /src/external/bsd/wpa/dist/src/common/
wpa_common.c 3439 u32 selector; local
3453 selector = RSN_SELECTOR_GET(p);
3457 if (left >= 2 && selector == WPA_OUI_TYPE && p[0] == 1 && p[1] == 0) {
3465 if (selector == OSEN_IE_VENDOR_TYPE) {
3471 if (left >= PMKID_LEN && selector == RSN_KEY_DATA_PMKID) {
3477 if (left >= 2 && selector == RSN_KEY_DATA_KEYID) {
3483 if (left > 2 && selector == RSN_KEY_DATA_GROUPKEY) {
3490 if (left >= ETH_ALEN && selector == RSN_KEY_DATA_MAC_ADDR) {
3497 if (left > 2 && selector == RSN_KEY_DATA_IGTK) {
3505 if (left > 2 && selector == RSN_KEY_DATA_BIGTK)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-c.cc 1365 wide_int selector = wi::to_wide (arg2);
1366 selector = wi::umod_trunc (selector, nunits);
1367 arg2 = wide_int_to_tree (TREE_TYPE (arg2), selector);
1535 wide_int selector = wi::to_wide (arg2);
1536 selector = wi::umod_trunc (selector, 2);
1537 arg2 = wide_int_to_tree (TREE_TYPE (arg2), selector);
1559 wide_int selector = wi::zero(32);
1560 arg2 = wide_int_to_tree (TREE_TYPE (arg2), selector);
1364 wide_int selector = wi::to_wide (arg2); local
1534 wide_int selector = wi::to_wide (arg2); local
1558 wide_int selector = wi::zero(32); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/objc/
objc-gnu-runtime-abi-01.cc 205 /* Declare type of selector-objects that represent an operation name. */
612 /* Selector type - will eventually change to `int'. */
624 identifier_node that represent the selector. LOC is the location of
625 the @selector. */
637 /* When we do a lookup for @selector () we have no idea of the
651 selector is used. */
660 /* Build a tree expression to send OBJECT the operation SELECTOR,
670 tree lookup_object, tree selector,
709 /* Param list + 2 slots for object and selector. */
716 tv->quick_push (selector);
747 tree selector = local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-c.cc 1363 wide_int selector = wi::to_wide (arg2);
1364 selector = wi::umod_trunc (selector, nunits);
1365 arg2 = wide_int_to_tree (TREE_TYPE (arg2), selector);
1533 wide_int selector = wi::to_wide (arg2);
1534 selector = wi::umod_trunc (selector, 2);
1535 arg2 = wide_int_to_tree (TREE_TYPE (arg2), selector);
1557 wide_int selector = wi::zero(32);
1558 arg2 = wide_int_to_tree (TREE_TYPE (arg2), selector);
1362 wide_int selector = wi::to_wide (arg2); local
1532 wide_int selector = wi::to_wide (arg2); local
1556 wide_int selector = wi::zero(32); local
    [all...]

Completed in 35 milliseconds

1 2 3 4