Home
last modified time | relevance | path

Searched refs:identities (Results 1 – 25 of 32) sorted by relevance

12

/third_party/gstreamer/gstreamer/tests/benchmarks/
Dmass-elements.c34 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/
Dsecurity.pyx.pxi45 identities = []
51 identities.append(<bytes>(property.value))
53 return identities if identities else None
/third_party/grpc/test/core/tsi/alts/fake_handshaker/
Dhandshaker.proto74 // (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/
Dhandshaker.proto74 // (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/
Dhandshaker.proto84 // (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/
Dhostapd.eap_user33 # 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/
Dhostapd.eap_user33 # 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/
Dcode_signing_test.dart110 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/
Dcode_signing.dart87 /// 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/
Dextensions_srvr.c1052 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/
DCODE_OF_CONDUCT.md8 * Respect people, their identities, their culture, and their work.
/third_party/boringssl/src/ssl/
Dt1_lib.cc1916 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/
Dauthz_policy.proto22 // Optional. A list of peer identities to match for authorization. The principals
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/
Dserver.pyx.pxi228 identities = peer_identities(query_call)
230 return identities
/third_party/boost/libs/icl/doc/
Dexamples.qbk367 interval map absorbs identities.
/third_party/flutter/skia/site/user/
Dbuild.md240 identities can be found by typing `security find-identity` on the command line. The name of the
/third_party/skia/site/docs/user/
Dbuild.md279 A list of identities can be found by typing `security find-identity` on the
/third_party/node/deps/npm/node_modules/sshpk/
DREADME.md574 ## Certificate identities
/third_party/boost/libs/numeric/conversion/doc/
Ddefinitions.qbk237 Let [*`v=prev(next(V))`] and [*`v=next(prev(V))`] be identities that relate a numeric
/third_party/python/Doc/reference/
Dexpressions.rst1407 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
Ddatamodel.rst100 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/
Dindex.rst1771 don't know the actual identities of these parameters, so it would be premature
/third_party/python/Doc/library/
Ddecimal.rst1708 The :mod:`decimal` module makes it possible to restore the identities by
/third_party/node/doc/api/
Dtls.md150 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/
DARMInstrThumb2.td3206 // Alternate cases for PKHBT where identities eliminate some nodes.
3235 // Alternate cases for PKHTB where identities eliminate some nodes. Note that

12