Home
last modified time | relevance | path

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

123

/third_party/mbedtls/include/psa/
Dcrypto_sizes.h167 #define PSA_AEAD_TAG_LENGTH(key_type, key_bits, alg) \ argument
266 #define PSA_MAC_LENGTH(key_type, key_bits, alg) \ argument
298 #define PSA_AEAD_ENCRYPT_OUTPUT_SIZE(key_type, alg, plaintext_length) \ argument
351 #define PSA_AEAD_DECRYPT_OUTPUT_SIZE(key_type, alg, ciphertext_length) \ argument
403 #define PSA_AEAD_NONCE_LENGTH(key_type, alg) \ argument
455 #define PSA_AEAD_UPDATE_OUTPUT_SIZE(key_type, alg, input_length) \ argument
496 #define PSA_AEAD_FINISH_OUTPUT_SIZE(key_type, alg) \ argument
530 #define PSA_AEAD_VERIFY_OUTPUT_SIZE(key_type, alg) \ argument
584 #define PSA_SIGN_OUTPUT_SIZE(key_type, key_bits, alg) \ argument
629 #define PSA_ASYMMETRIC_ENCRYPT_OUTPUT_SIZE(key_type, key_bits, alg) \ argument
[all …]
/third_party/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)
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dhash_policy_traits.h34 using key_type = typename Policy::key_type; member
Dnode_hash_policy_test.cc31 using key_type = int; typedef
Draw_hash_set_benchmark.cc40 using key_type = int64_t; typedef
81 using key_type = std::string; typedef in absl::container_internal::__anon9498524a0111::StringPolicy
/third_party/mbedtls/tests/src/drivers/
Dtest_driver_key_management.c107 const psa_key_type_t key_type, in mbedtls_test_opaque_size_function()
514 psa_key_type_t key_type = psa_get_key_type( attributes ); in mbedtls_test_transparent_export_public_key() local
566 psa_key_type_t key_type = psa_get_key_type( attributes ); in mbedtls_test_opaque_export_public_key() local
/third_party/node/deps/nghttp2/lib/
Dnghttp2_map.h40 typedef int32_t key_type; typedef
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dnode_hash_set.h446 using key_type = T; member
Dflat_hash_set.h456 using key_type = T; member
Dflat_hash_map.h556 using key_type = K; member
/third_party/skia/third_party/externals/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
DPriorityWorklist.h59 using key_type = T; variable
DSetVector.h43 using key_type = T; variable
/third_party/mbedtls/tests/include/test/
Dpsa_crypto_helpers.h223 #define MBEDTLS_TEST_PSA_SKIP_IF_ALT_AES_192( key_type, key_bits ) \ argument
/third_party/mbedtls/library/
Dpsa_crypto_cipher.c36 psa_key_type_t key_type, in mbedtls_cipher_info_from_psa()
141 psa_key_type_t key_type = attributes->core.type; in psa_cipher_setup() local
/third_party/protobuf/php/ext/google/protobuf/
Dmap.c53 upb_fieldtype_t key_type; member
135 upb_fieldtype_t key_type = upb_fielddef_type(key_f); in MapField_GetUpbMap() local
201 zend_long key_type, val_type; in PHP_METHOD() local
/third_party/protobuf/src/google/protobuf/compiler/
Dparser.h505 FieldDescriptorProto::Type key_type; member
/third_party/gstreamer/gstplugins_good/ext/gtk/
Dgtkgstbasewidget.c293 const gchar *key_type = in gtk_gst_base_widget_key_event() local
381 const gchar *key_type = in gtk_gst_base_widget_button_event() local
/third_party/mbedtls/programs/psa/
Dkey_ladder_demo.c365 psa_key_type_t key_type; in wrap_data() local
447 psa_key_type_t key_type; in unwrap_data() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/
Dwpa_evp_key.c141 int key_type; in GET_EVP_PKEY() local
/third_party/python/Lib/
Dtracemalloc.py477 def _group_by(self, key_type, cumulative): argument
528 def statistics(self, key_type, cumulative=False): argument
538 def compare_to(self, old_snapshot, key_type, cumulative=False): argument
/third_party/json/include/nlohmann/
Dordered_map.hpp23 using key_type = Key; typedef
/third_party/openssl/apps/
Dpkeyutl.c116 int keysize = -1, pkey_op = EVP_PKEY_OP_SIGN, key_type = KEY_PRIVKEY; in pkeyutl_main() local
524 const char *keyfile, int keyform, int key_type, in init_ctx()
Drsautl.c81 char rsa_mode = RSA_VERIFY, key_type = KEY_PRIVKEY; in rsautl_main() local

123