/third_party/mbedtls/programs/pkey/ |
H A D | gen_key.c | 122 static int write_private_key(mbedtls_pk_context *key, const char *output_file) in write_private_key() argument 229 mbedtls_pk_context key; in main() local [all...] |
H A D | key_app_writer.c | 92 static int write_public_key(mbedtls_pk_context *key, const char *output_file) in write_public_key() argument 134 static int write_private_key(mbedtls_pk_context *key, const char *output_file) in write_private_key() argument 255 mbedtls_pk_context key; main() local [all...] |
/third_party/mbedtls/library/ |
H A D | aria.c | 347 mbedtls_aria_setkey_enc(mbedtls_aria_context *ctx, const unsigned char *key, unsigned int keybits) mbedtls_aria_setkey_enc() argument 409 mbedtls_aria_setkey_dec(mbedtls_aria_context *ctx, const unsigned char *key, unsigned int keybits) mbedtls_aria_setkey_dec() argument [all...] |
H A D | pkcs5.c | 140 unsigned char key[32], iv[32]; in mbedtls_pkcs5_pbes2_ext() local 463 unsigned char key[64]; in mbedtls_pkcs5_self_test() local
|
H A D | pkcs12.c | 158 unsigned char key[32]; in mbedtls_pkcs12_pbe_ext() local 76 pkcs12_pbe_derive_key_iv(mbedtls_asn1_buf *pbe_params, mbedtls_md_type_t md_type, const unsigned char *pwd, size_t pwdlen, unsigned char *key, size_t keylen, unsigned char *iv, size_t ivlen) pkcs12_pbe_derive_key_iv() argument
|
H A D | pem.c | 75 static int pem_pbkdf1(unsigned char *key, size_t keylen, in pem_pbkdf1() argument [all...] |
H A D | des.c | 324 void mbedtls_des_key_set_parity(unsigned char key[MBEDTLS_DES_KEY_SIZE]) in mbedtls_des_key_set_parity() argument 336 int mbedtls_des_key_check_key_parity(const unsigned char key[MBEDTLS_DES_KEY_SIZE]) in mbedtls_des_key_check_key_parity() argument 393 int mbedtls_des_key_check_weak(const unsigned char key[MBEDTLS_DES_KEY_SIZE]) in mbedtls_des_key_check_weak() argument 407 void mbedtls_des_setkey(uint32_t SK[32], const unsigned char key[MBEDTLS_DES_KEY_SIZ argument 476 mbedtls_des_setkey_enc(mbedtls_des_context *ctx, const unsigned char key[MBEDTLS_DES_KEY_SIZE]) mbedtls_des_setkey_enc() argument 486 mbedtls_des_setkey_dec(mbedtls_des_context *ctx, const unsigned char key[MBEDTLS_DES_KEY_SIZE]) mbedtls_des_setkey_dec() argument 500 des3_set2key(uint32_t esk[96], uint32_t dsk[96], const unsigned char key[MBEDTLS_DES_KEY_SIZE*2]) des3_set2key() argument 552 des3_set3key(uint32_t esk[96], uint32_t dsk[96], const unsigned char key[24]) des3_set3key() argument [all...] |
H A D | ecdh.c | 418 ecdh_get_params_internal(mbedtls_ecdh_context_mbed *ctx, const mbedtls_ecp_keypair *key, mbedtls_ecdh_side side) ecdh_get_params_internal() argument 445 mbedtls_ecdh_get_params(mbedtls_ecdh_context *ctx, const mbedtls_ecp_keypair *key, mbedtls_ecdh_side side) mbedtls_ecdh_get_params() argument [all...] |
H A D | md.c | 969 int mbedtls_md_hmac_starts(mbedtls_md_context_t *ctx, const unsigned char *key, size_t keylen) in mbedtls_md_hmac_starts() argument 1072 mbedtls_md_hmac(const mbedtls_md_info_t *md_info, const unsigned char *key, size_t keylen, const unsigned char *input, size_t ilen, unsigned char *output) mbedtls_md_hmac() argument
|
H A D | psa_crypto_slot_management.c | 54 int psa_is_valid_key_id(mbedtls_svc_key_id_t key, int vendor_ok) in psa_is_valid_key_id() argument 106 psa_get_and_lock_key_slot_in_memory( mbedtls_svc_key_id_t key, psa_key_slot_t **p_slot) psa_get_and_lock_key_slot_in_memory() argument 361 psa_get_and_lock_key_slot(mbedtls_svc_key_id_t key, psa_key_slot_t **p_slot) psa_get_and_lock_key_slot() argument 546 psa_open_key(mbedtls_svc_key_id_t key, psa_key_handle_t *handle) psa_open_key() argument 615 psa_purge_key(mbedtls_svc_key_id_t key) psa_purge_key() argument [all...] |
H A D | psa_crypto_storage.c | 40 static psa_storage_uid_t psa_its_identifier_of_slot(mbedtls_svc_key_id_t key) in psa_its_identifier_of_slot() argument 76 psa_crypto_storage_load( const mbedtls_svc_key_id_t key, uint8_t *data, size_t data_size) psa_crypto_storage_load() argument 97 psa_is_key_present_in_storage(const mbedtls_svc_key_id_t key) psa_is_key_present_in_storage() argument 128 psa_crypto_storage_store(const mbedtls_svc_key_id_t key, const uint8_t *data, size_t data_length) psa_crypto_storage_store() argument 166 psa_destroy_persistent_key(const mbedtls_svc_key_id_t key) psa_destroy_persistent_key() argument 201 psa_crypto_storage_get_data_length( const mbedtls_svc_key_id_t key, size_t *data_length) psa_crypto_storage_get_data_length() argument 362 mbedtls_svc_key_id_t key = attr->id; psa_load_persistent_key() local [all...] |
/third_party/mbedtls/tests/src/drivers/ |
H A D | test_driver_key_management.c | 128 mbedtls_test_opaque_wrap_key( const uint8_t *key, size_t key_length, uint8_t *wrapped_key_buffer, size_t wrapped_key_buffer_size, size_t *wrapped_key_buffer_length) mbedtls_test_opaque_wrap_key() argument 191 mbedtls_test_transparent_generate_key( const psa_key_attributes_t *attributes, uint8_t *key, size_t key_size, size_t *key_length) mbedtls_test_transparent_generate_key() argument 253 mbedtls_test_opaque_generate_key( const psa_key_attributes_t *attributes, uint8_t *key, size_t key_size, size_t *key_length) mbedtls_test_opaque_generate_key() argument 445 mbedtls_test_opaque_export_key( const psa_key_attributes_t *attributes, const uint8_t *key, size_t key_length, uint8_t *data, size_t data_size, size_t *data_length) mbedtls_test_opaque_export_key() argument 608 mbedtls_test_opaque_export_public_key( const psa_key_attributes_t *attributes, const uint8_t *key, size_t key_length, uint8_t *data, size_t data_size, size_t *data_length) mbedtls_test_opaque_export_public_key() argument [all...] |
/third_party/lzma/CPP/7zip/Crypto/ |
H A D | 7zAes.cpp | 115 bool CKeyInfoCache::GetKey(CKeyInfo &key)
in GetKey() argument 132 void CKeyInfoCache::FindAndAdd(const CKeyInfo &key)
in FindAndAdd() argument 147 void CKeyInfoCache::Add(const CKeyInfo &key)
in Add() argument
|
/third_party/mbedtls/include/psa/ |
H A D | crypto_struct.h | 309 psa_set_key_id(psa_key_attributes_t *attributes, mbedtls_svc_key_id_t key) psa_set_key_id() argument [all...] |
/third_party/json/tests/src/ |
H A D | unit-class_parser.cpp | 89 bool key(std::string& val) in key() function in __anon4149::SaxEventLogger [all...] |
H A D | unit-cbor.cpp | 70 bool key(std::string& /*unused*/) in key() function in __anon4147::SaxCountdown
|
H A D | unit-bson.cpp | 695 bool key(std::string& /*unused*/) in key() function in __anon4146::SaxCountdown
|
/third_party/json/tests/thirdparty/fifo_map/ |
H A D | fifo_map.hpp | 79 void add_key(const Key& key) in add_key() argument 84 void remove_key(const Key& key) in remove_key() argument 157 T& at(const Key& key) in at() argument 169 T& operator[](const Key& key) in operator []() argument 176 operator [](Key&& key) operator []() argument 383 erase(const key_type& key) erase() argument 415 find(const Key& key) find() argument 427 equal_range(const Key& key) equal_range() argument 439 lower_bound(const Key& key) lower_bound() argument 451 upper_bound(const Key& key) upper_bound() argument [all...] |
/third_party/jerryscript/jerry-core/ext/ |
H A D | heapdump.c | 96 static void Key(const char* key) in Key() argument 102 static void KeyUint(unsigned int key) in KeyUint() argument
|
H A D | tracker.c | 65 void StoragePut(Storage* storage, size_t key, size_t value) in StoragePut() argument 79 size_t StorageGet(Storage* storage, size_t key) in StorageGet() argument 84 void StorageReset(Storage* storage, size_t key, void(*reset_fn)(IStorageItem*)) in StorageReset() argument [all...] |
/third_party/mesa3d/src/drm-shim/ |
H A D | device.c | 63 uint_key_hash(const void *key) in uint_key_hash() argument 386 void *key = (void *)(uintptr_t)new_handle; in drm_shim_bo_get_handle() local
|
/third_party/mesa3d/src/egl/main/ |
H A D | eglconfig.h | 156 _eglSetConfigKey(_EGLConfig *conf, EGLint key, EGLint val) in _eglSetConfigKey() argument 168 _eglGetConfigKey(const _EGLConfig *conf, EGLint key) in _eglGetConfigKey() argument
|
/third_party/mesa3d/src/freedreno/drm/ |
H A D | freedreno_bo.c | 46 lookup_bo(struct hash_table *tbl, uint32_t key) in lookup_bo() argument
|
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/ |
H A D | cso_hash.c | 300 bool cso_hash_contains(struct cso_hash *hash, unsigned key) in cso_hash_contains() argument 173 cso_hash_insert(struct cso_hash *hash, unsigned key, void *data) cso_hash_insert() argument [all...] |
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_shader_args.c | 536 radv_declare_shader_args(enum amd_gfx_level gfx_level, const struct radv_pipeline_key *key, in radv_declare_shader_args() argument 903 radv_declare_ps_epilog_args(enum amd_gfx_level gfx_level, const struct radv_ps_epilog_key *key, in radv_declare_ps_epilog_args() argument
|