Home
last modified time | relevance | path

Searched defs:key_type (Results 1 – 25 of 175) sorted by relevance

1234567

/external/rust/crates/quiche/deps/boringssl/src/crypto/pem/
Dpem_info.c95 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/
Dpem_info.c93 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/
Dfake_rtc_certificate_generator.h186 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/
DMapField.php53 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)
DMapFieldIter.php60 public function __construct($container, $key_type)
/external/tensorflow/tensorflow/core/ops/
Dlookup_ops_test.cc36 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/
Dssl_stream_adapter.cc128 bool SSLStreamAdapter::IsAcceptableCipher(int cipher, KeyType key_type) { in IsAcceptableCipher()
132 KeyType key_type) { in IsAcceptableCipher()
Dssl_identity.cc111 KeyParams::KeyParams(KeyType key_type) { in KeyParams()
229 KeyType key_type) { in Create()
/external/python/cryptography/src/cryptography/hazmat/primitives/serialization/
Dssh.py222 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/
Dhash_policy_traits.h34 using key_type = typename Policy::key_type; member
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Dhash_policy_traits.h34 using key_type = typename Policy::key_type; member
/external/webrtc/third_party/abseil-cpp/absl/container/internal/
Dhash_policy_traits.h34 using key_type = typename Policy::key_type; member
/external/openscreen/third_party/abseil/src/absl/container/internal/
Dhash_policy_traits.h34 using key_type = typename Policy::key_type; member
/external/abseil-cpp/absl/container/internal/
Dhash_policy_traits.h34 using key_type = typename Policy::key_type; member
/external/libtextclassifier/abseil-cpp/absl/container/internal/
Dhash_policy_traits.h34 using key_type = typename Policy::key_type; member
/external/tensorflow/tensorflow/lite/experimental/resource/
Dstatic_hashtable.h36 explicit StaticHashtable(TfLiteType key_type, TfLiteType value_type) in StaticHashtable()
/external/tensorflow/tensorflow/lite/kernels/
Dhashtable_ops_test.cc108 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/
Dtype_check.c524 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/
Drtc_certificate.cc47 rtc::KeyType key_type = JavaToNativeKeyType(jni, j_key_type); in JNI_RtcCertificatePem_GenerateCertificate() local
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-grouped_observable.hpp34 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/
DImmutableMap.h28 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/
DImmutableMap.h30 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/
Dtest_utils.cc57 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/
Dnode_hash_set.h446 using key_type = T; member
/external/angle/third_party/abseil-cpp/absl/container/
Dnode_hash_set.h453 using key_type = T; member

1234567