Home
last modified time | relevance | path

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

1234

/external/boringssl/src/crypto/pem/
Dpem_info.c96 size_t len, int key_type) in parse_x509()
106 size_t len, int key_type) in parse_x509_aux()
116 size_t len, int key_type) in parse_crl()
126 size_t len, int key_type) in parse_key()
178 int key_type = EVP_PKEY_NONE; in STACK_OF() local
/external/webrtc/talk/app/webrtc/
Ddtlsidentitystore.cc59 WorkerTask(DtlsIdentityStoreImpl* store, rtc::KeyType key_type) in WorkerTask()
142 rtc::KeyType key_type, in RequestIdentity()
170 rtc::KeyType key_type, in GenerateIdentity()
209 rtc::KeyType key_type, rtc::scoped_ptr<rtc::SSLIdentity> identity) { in OnIdentityGenerated()
Ddtlsidentitystore.h79 rtc::KeyType key_type, in RequestIdentity()
/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/python/cryptography/src/cryptography/hazmat/primitives/serialization/
Dssh.py54 def _load_ssh_rsa_public_key(key_type, decoded_data, backend): argument
64 def _load_ssh_dss_public_key(key_type, decoded_data, backend): argument
/external/tensorflow/tensorflow/lite/experimental/resource/
Dstatic_hashtable.h36 explicit StaticHashtable(TfLiteType key_type, TfLiteType value_type) in StaticHashtable()
Dstatic_hashtable.cc83 LookupInterface* CreateStaticHashtable(TfLiteType key_type, in CreateStaticHashtable()
/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/tensorflow/tensorflow/lite/experimental/kernels/
Dhashtable_ops_test.cc115 HashtableGraph(TfLiteType key_type, TfLiteType value_type) in HashtableGraph()
513 HashtableDefaultGraphTest(TfLiteType key_type, TfLiteType value_type, in HashtableDefaultGraphTest()
726 TfLiteType key_type, TfLiteType value_type, in InitHashtableResource()
785 HashtableFindOpModel(const TensorType key_type, const TensorType value_type, in HashtableFindOpModel()
863 HashtableImportOpModel(const TensorType key_type, const TensorType value_type, in HashtableImportOpModel()
941 HashtableSizeOpModel(const TensorType key_type, const TensorType value_type) { in HashtableSizeOpModel()
/external/openssh/
Dkey.h42 #define key_type sshkey_type macro
/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/webrtc/webrtc/base/
Dsslstreamadapter.cc90 KeyType key_type) { in GetDefaultSslCipherForTest()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DImmutableMap.h31 using key_type = const T; member
67 using key_type = typename ValInfo::key_type; variable
262 using key_type = typename ValInfo::key_type; variable
DPriorityWorklist.h60 using key_type = T; variable
/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
DPriorityWorklist.h56 typedef T key_type; typedef
/external/grpc-grpc/src/php/ext/grpc/
Dcall.c125 int key_type; in create_metadata_array() local
311 int key_type; in PHP_METHOD() local
/external/webrtc/talk/app/webrtc/test/
Dfakedtlsidentitystore.h116 rtc::KeyType key_type, in RequestIdentity()
/external/clang/test/CodeGenCXX/
Ddebug-info-use-after-free.cpp195 typedef void key_type; typedef in __gnu_cxx::hashtable
221 typedef typename _Ht::key_type key_type; typedef in __gnu_cxx::hash_map
/external/iw/
Devent.c161 static const char * key_type_str(enum nl80211_key_type key_type) in key_type_str()
194 enum nl80211_key_type key_type = in parse_mic_failure() local
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dreactor_op_queue.hpp32 typedef Descriptor key_type; typedef in asio::detail::reactor_op_queue
/external/protobuf/src/google/protobuf/compiler/
Dparser.h504 FieldDescriptorProto::Type key_type; member
/external/tensorflow/tensorflow/core/graph/
Dedgeset.h37 typedef const Edge* key_type; typedef
/external/python/pybind11/include/pybind11/
Dpytypes.h476 using key_type = typename Policy::key_type; variable
525 using key_type = object; member
531 using key_type = const char *; member
537 using key_type = object; member
551 using key_type = size_t; member
568 using key_type = size_t; member
585 using key_type = size_t; member

1234