/external/rust/crates/quiche/deps/boringssl/src/crypto/pem/ |
D | pem_info.c | 95 size_t len, int key_type) in parse_x509() 105 size_t len, int key_type) in parse_x509_aux() 115 size_t len, int key_type) in parse_crl() 125 size_t len, int key_type) in parse_key() 177 int key_type = EVP_PKEY_NONE; in STACK_OF() local
|
/external/boringssl/src/crypto/pem/ |
D | pem_info.c | 93 size_t len, int key_type) in parse_x509() 103 size_t len, int key_type) in parse_x509_aux() 113 size_t len, int key_type) in parse_crl() 123 size_t len, int key_type) in parse_key() 175 int key_type = EVP_PKEY_NONE; in STACK_OF() local
|
/external/webrtc/pc/test/ |
D | fake_rtc_certificate_generator.h | 186 const rtc::RTCCertificatePEM& get_pem(const rtc::KeyType& key_type) const { in get_pem() 197 const std::string& get_key(const rtc::KeyType& key_type) const { in get_key() 200 const std::string& get_cert(const rtc::KeyType& key_type) const { in get_cert() 221 rtc::KeyType key_type = in OnMessage() local
|
/external/protobuf/php/src/Google/Protobuf/Internal/ |
D | MapField.php | 53 private $key_type; variable in Google\\Protobuf\\Internal\\MapField 76 public function __construct($key_type, $value_type, $klass = null) 256 private function checkKey($key_type, &$key)
|
D | MapFieldIter.php | 60 public function __construct($container, $key_type)
|
/external/tensorflow/tensorflow/core/ops/ |
D | lookup_ops_test.cc | 36 auto set_types = [&op, &types](DataType key_type, DataType value_type) { in TEST() 66 auto set_types = [&op, &types](DataType key_type, DataType value_type) { in TEST()
|
/external/webrtc/rtc_base/ |
D | ssl_stream_adapter.cc | 128 bool SSLStreamAdapter::IsAcceptableCipher(int cipher, KeyType key_type) { in IsAcceptableCipher() 132 KeyType key_type) { in IsAcceptableCipher()
|
D | ssl_identity.cc | 111 KeyParams::KeyParams(KeyType key_type) { in KeyParams() 229 KeyType key_type) { in Create()
|
/external/python/cryptography/src/cryptography/hazmat/primitives/serialization/ |
D | ssh.py | 222 def load_public(self, key_type, data, backend): argument 286 def load_public(self, key_type, data, backend): argument 357 def load_public(self, key_type, data, backend): argument 407 def load_public(self, key_type, data, backend): argument 459 def _lookup_kformat(key_type): argument
|
/external/angle/third_party/abseil-cpp/absl/container/internal/ |
D | hash_policy_traits.h | 34 using key_type = typename Policy::key_type; member
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/ |
D | hash_policy_traits.h | 34 using key_type = typename Policy::key_type; member
|
/external/webrtc/third_party/abseil-cpp/absl/container/internal/ |
D | hash_policy_traits.h | 34 using key_type = typename Policy::key_type; member
|
/external/openscreen/third_party/abseil/src/absl/container/internal/ |
D | hash_policy_traits.h | 34 using key_type = typename Policy::key_type; member
|
/external/abseil-cpp/absl/container/internal/ |
D | hash_policy_traits.h | 34 using key_type = typename Policy::key_type; member
|
/external/libtextclassifier/abseil-cpp/absl/container/internal/ |
D | hash_policy_traits.h | 34 using key_type = typename Policy::key_type; member
|
/external/tensorflow/tensorflow/lite/experimental/resource/ |
D | static_hashtable.h | 36 explicit StaticHashtable(TfLiteType key_type, TfLiteType value_type) in StaticHashtable()
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | hashtable_ops_test.cc | 108 HashtableGraph(TfLiteType key_type, TfLiteType value_type) in HashtableGraph() 503 HashtableDefaultGraphTest(TfLiteType key_type, TfLiteType value_type, in HashtableDefaultGraphTest() 714 TfLiteType key_type, TfLiteType value_type, in InitHashtableResource() 785 HashtableFindOpModel(const TensorType key_type, const TensorType value_type, in HashtableFindOpModel() 864 HashtableImportOpModel(const TensorType key_type, const TensorType value_type, in HashtableImportOpModel() 943 HashtableSizeOpModel(const TensorType key_type, const TensorType value_type) { in HashtableSizeOpModel()
|
/external/protobuf/php/ext/google/protobuf/ |
D | type_check.c | 524 void check_map_field(const zend_class_entry* klass, PHP_PROTO_LONG key_type, in check_map_field() 599 PHP_PROTO_LONG key_type, value_type; in PHP_METHOD() local
|
/external/webrtc/sdk/android/src/jni/pc/ |
D | rtc_certificate.cc | 47 rtc::KeyType key_type = JavaToNativeKeyType(jni, j_key_type); in JNI_RtcCertificatePem_GenerateCertificate() local
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/ |
D | rx-grouped_observable.hpp | 34 typedef rxu::decay_t<K> key_type; typedef in rxcpp::dynamic_grouped_observable 131 typedef rxu::decay_t<K> key_type; typedef in rxcpp::grouped_observable
|
/external/llvm/include/llvm/ADT/ |
D | ImmutableMap.h | 28 typedef const T key_type; typedef 64 typedef typename ValInfo::key_type key_type; typedef 256 typedef typename ValInfo::key_type key_type; typedef
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | ImmutableMap.h | 30 using key_type = const T; member 66 using key_type = typename ValInfo::key_type; variable 261 using key_type = typename ValInfo::key_type; variable
|
/external/open-dice/src/ |
D | test_utils.cc | 57 const char* GetKeyTypeStr(dice::test::KeyType key_type) { in GetKeyTypeStr() 164 dice::test::KeyType key_type, uint8_t raw_public_key[33], in KeyFromRawKey() 588 void DumpState(CertificateType cert_type, KeyType key_type, const char* suffix, in DumpState() 619 CertificateType cert_type, KeyType key_type, in CreateFakeUdsCertificate()
|
/external/abseil-cpp/absl/container/ |
D | node_hash_set.h | 446 using key_type = T; member
|
/external/angle/third_party/abseil-cpp/absl/container/ |
D | node_hash_set.h | 453 using key_type = T; member
|