Home
last modified time | relevance | path

Searched defs:key (Results 1576 - 1600 of 3574) sorted by relevance

1...<<61626364656667686970>>...143

/third_party/mbedtls/programs/pkey/
H A Dgen_key.c122 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 Dkey_app_writer.c92 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 Daria.c347 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 Dpkcs5.c140 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 Dpkcs12.c158 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 Dpem.c75 static int pem_pbkdf1(unsigned char *key, size_t keylen, in pem_pbkdf1() argument
[all...]
H A Ddes.c324 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 Decdh.c418 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 Dmd.c969 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 Dpsa_crypto_slot_management.c54 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 Dpsa_crypto_storage.c40 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 Dtest_driver_key_management.c128 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 D7zAes.cpp115 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 Dcrypto_struct.h309 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 Dunit-class_parser.cpp89 bool key(std::string& val) in key() function in __anon4149::SaxEventLogger
[all...]
H A Dunit-cbor.cpp70 bool key(std::string& /*unused*/) in key() function in __anon4147::SaxCountdown
H A Dunit-bson.cpp695 bool key(std::string& /*unused*/) in key() function in __anon4146::SaxCountdown
/third_party/json/tests/thirdparty/fifo_map/
H A Dfifo_map.hpp79 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 Dheapdump.c96 static void Key(const char* key) in Key() argument
102 static void KeyUint(unsigned int key) in KeyUint() argument
H A Dtracker.c65 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 Ddevice.c63 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 Deglconfig.h156 _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 Dfreedreno_bo.c46 lookup_bo(struct hash_table *tbl, uint32_t key) in lookup_bo() argument
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_hash.c300 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 Dradv_shader_args.c536 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

Completed in 25 milliseconds

1...<<61626364656667686970>>...143