/third_party/gstreamer/gstreamer/tests/benchmarks/ |
D | mass-elements.c | 34 guint i, buffers = BUFFER_COUNT, identities = IDENTITY_COUNT; in main() local 41 identities = atoi (argv[1]); in main() 51 src_name, buffers, identities, sink_name); in main() 68 for (i = 0; i < identities; i++) { in main() 82 GST_TIME_ARGS (end - start), identities); in main()
|
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | security.pyx.pxi | 45 identities = [] 51 identities.append(<bytes>(property.value)) 53 return identities if identities else None
|
/third_party/grpc/test/core/tsi/alts/fake_handshaker/ |
D | handshaker.proto | 74 // (Optional) Describes which server identities are acceptable by the client. 75 // If target identities are provided and none of them matches the peer 105 // (Optional) A list of local identities supported by the server, if 115 // Handshake parameters (record protocols and local identities supported by 118 // identities. Since protobuf does not support enum as key to the map, the key
|
/third_party/grpc/src/core/tsi/alts/handshaker/proto/ |
D | handshaker.proto | 74 // (Optional) Describes which server identities are acceptable by the client. 75 // If target identities are provided and none of them matches the peer 105 // (Optional) A list of local identities supported by the server, if 115 // Handshake parameters (record protocols and local identities supported by 118 // identities. Since protobuf does not support enum as key to the map, the key
|
/third_party/grpc/src/proto/grpc/gcp/ |
D | handshaker.proto | 84 // (Optional) Describes which server identities are acceptable by the client. 85 // If target identities are provided and none of them matches the peer 118 // (Optional) A list of local identities supported by the server, if 128 // Handshake parameters (record protocols and local identities supported by 131 // identities. Since protobuf does not support enum as key to the map, the key
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
D | hostapd.eap_user | 33 # method is using known prefix in identities (e.g., EAP-SIM and EAP-AKA). This 34 # is only allowed for phase 1 identities. 82 # Wildcard for all other identities
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
D | hostapd.eap_user | 33 # method is using known prefix in identities (e.g., EAP-SIM and EAP-AKA). This 34 # is only allowed for phase 1 identities. 82 # Wildcard for all other identities
|
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/ios/ |
D | code_signing_test.dart | 110 1 valid identities found''', 171 1 valid identities found''', 239 3 valid identities found''', 314 3 valid identities found''', 383 3 valid identities found''', 454 3 valid identities found''', 547 3 valid identities found''',
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/ios/ |
D | code_signing.dart | 87 /// signing identities in the user's keychain prompting a choice if multiple 91 /// signing identities. 189 // The user has no valid code signing identities.
|
/third_party/openssl/ssl/statem/ |
D | extensions_srvr.c | 1052 PACKET identities, binders, binder; in tls_parse_ctos_psk() local 1066 if (!PACKET_get_length_prefixed_2(pkt, &identities)) { in tls_parse_ctos_psk() 1073 for (id = 0; PACKET_remaining(&identities) != 0; id++) { in tls_parse_ctos_psk() 1078 if (!PACKET_get_length_prefixed_2(&identities, &identity) in tls_parse_ctos_psk() 1079 || !PACKET_get_net_4(&identities, &ticket_agel)) { in tls_parse_ctos_psk()
|
/third_party/flutter/flutter/ |
D | CODE_OF_CONDUCT.md | 8 * Respect people, their identities, their culture, and their work.
|
/third_party/boringssl/src/ssl/ |
D | t1_lib.cc | 1916 CBS identities, binders; in ssl_ext_pre_shared_key_parse_clienthello() local 1917 if (!CBS_get_u16_length_prefixed(contents, &identities) || in ssl_ext_pre_shared_key_parse_clienthello() 1918 !CBS_get_u16_length_prefixed(&identities, out_ticket) || in ssl_ext_pre_shared_key_parse_clienthello() 1919 !CBS_get_u32(&identities, out_obfuscated_ticket_age) || in ssl_ext_pre_shared_key_parse_clienthello() 1932 while (CBS_len(&identities) != 0) { in ssl_ext_pre_shared_key_parse_clienthello() 1935 if (!CBS_get_u16_length_prefixed(&identities, &unused_ticket) || in ssl_ext_pre_shared_key_parse_clienthello() 1936 !CBS_get_u32(&identities, &unused_obfuscated_ticket_age)) { in ssl_ext_pre_shared_key_parse_clienthello()
|
/third_party/grpc/src/proto/grpc/auth/v1/ |
D | authz_policy.proto | 22 // Optional. A list of peer identities to match for authorization. The principals
|
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/ |
D | server.pyx.pxi | 228 identities = peer_identities(query_call) 230 return identities
|
/third_party/boost/libs/icl/doc/ |
D | examples.qbk | 367 interval map absorbs identities.
|
/third_party/flutter/skia/site/user/ |
D | build.md | 240 identities can be found by typing `security find-identity` on the command line. The name of the
|
/third_party/skia/site/docs/user/ |
D | build.md | 279 A list of identities can be found by typing `security find-identity` on the
|
/third_party/node/deps/npm/node_modules/sshpk/ |
D | README.md | 574 ## Certificate identities
|
/third_party/boost/libs/numeric/conversion/doc/ |
D | definitions.qbk | 237 Let [*`v=prev(next(V))`] and [*`v=next(prev(V))`] be identities that relate a numeric
|
/third_party/python/Doc/reference/ |
D | expressions.rst | 1407 different identities results in inequality. A motivation for this default 1416 identities are always unequal, may be in contrast to what types will need that
|
D | datamodel.rst | 100 container, we imply the values, not the identities of the contained objects; 101 however, when we talk about the mutability of a container, only the identities
|
/third_party/boost/libs/parameter/doc/ |
D | index.rst | 1771 don't know the actual identities of these parameters, so it would be premature
|
/third_party/python/Doc/library/ |
D | decimal.rst | 1708 The :mod:`decimal` module makes it possible to restore the identities by
|
/third_party/node/doc/api/ |
D | tls.md | 150 According to the [RFC 4279][], PSK identities up to 128 bytes in length and
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 3206 // Alternate cases for PKHBT where identities eliminate some nodes. 3235 // Alternate cases for PKHTB where identities eliminate some nodes. Note that
|