Home
last modified time | relevance | path

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

1234

/third_party/mbedtls/include/psa/
Dcrypto_sizes.h188 #define PSA_AEAD_TAG_LENGTH(key_type, key_bits, alg) \ argument
328 #define PSA_MAC_LENGTH(key_type, key_bits, alg) \ argument
360 #define PSA_AEAD_ENCRYPT_OUTPUT_SIZE(key_type, alg, plaintext_length) \ argument
413 #define PSA_AEAD_DECRYPT_OUTPUT_SIZE(key_type, alg, ciphertext_length) \ argument
465 #define PSA_AEAD_NONCE_LENGTH(key_type, alg) \ argument
517 #define PSA_AEAD_UPDATE_OUTPUT_SIZE(key_type, alg, input_length) \ argument
558 #define PSA_AEAD_FINISH_OUTPUT_SIZE(key_type, alg) \ argument
592 #define PSA_AEAD_VERIFY_OUTPUT_SIZE(key_type, alg) \ argument
646 #define PSA_SIGN_OUTPUT_SIZE(key_type, key_bits, alg) \ argument
699 #define PSA_ASYMMETRIC_ENCRYPT_OUTPUT_SIZE(key_type, key_bits, alg) \ argument
[all …]
Dcrypto_compat.h220 #define PSA_KEY_DOMAIN_PARAMETERS_SIZE(key_type, key_bits) \ argument
/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/mbedtls/library/
Dpsa_crypto_cipher.c31 psa_key_type_t key_type) in mbedtls_cipher_validate_values()
128 psa_key_type_t key_type, in mbedtls_cipher_values_from_psa()
260 psa_key_type_t key_type, in mbedtls_cipher_info_from_psa()
292 psa_key_type_t key_type = attributes->type; in psa_cipher_setup() local
Dpsa_crypto_driver_wrappers_no_static.c91 psa_key_type_t key_type = psa_get_key_type(attributes); in psa_driver_wrapper_get_key_buffer_size() local
Dssl_ciphersuites.c1907 psa_key_type_t key_type; in mbedtls_ssl_ciphersuite_get_cipher_key_bitlen() local
/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
/third_party/mbedtls/tests/src/drivers/
Dtest_driver_key_management.c100 const psa_key_type_t key_type, in mbedtls_test_opaque_size_function()
552 psa_key_type_t key_type = psa_get_key_type(attributes); in mbedtls_test_transparent_export_public_key() local
615 psa_key_type_t key_type = psa_get_key_type(attributes); in mbedtls_test_opaque_export_public_key() local
/third_party/mbedtls/programs/psa/
Daead_demo.c138 psa_key_type_t key_type; in aead_prepare() local
184 psa_key_type_t key_type = psa_get_key_type(&attr); in aead_info() local
Dkey_ladder_demo.c354 psa_key_type_t key_type; in wrap_data() local
441 psa_key_type_t key_type; in unwrap_data() local
/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
/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/mbedtls/tests/include/test/
Dpsa_crypto_helpers.h259 #define MBEDTLS_TEST_PSA_SKIP_IF_ALT_AES_192(key_type, key_bits) \ argument
/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/node/deps/openssl/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
/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

1234