/third_party/mbedtls/library/ |
H A D | psa_crypto_core.h | 113 struct key_data { struct
|
H A D | psa_crypto_slot_management.c | 248 uint8_t *key_data = NULL; in psa_load_persistent_key_into_slot() local
|
H A D | psa_crypto_storage.c | 233 uint8_t key_data[]; member 350 void psa_free_persistent_key_data(uint8_t *key_data, size_t key_data_length) in psa_free_persistent_key_data() argument 266 psa_parse_key_data_from_storage(const uint8_t *storage_data, size_t storage_data_length, uint8_t **key_data, size_t *key_data_length, psa_key_attributes_t *attr) psa_parse_key_data_from_storage() argument [all...] |
H A D | pk.c | 659 unsigned char *key_data = key_end; in import_pair_into_psa() local 750 unsigned char *key_data = NULL; in import_public_into_psa() local [all...] |
/third_party/node/src/crypto/ |
H A D | crypto_dsa.cc | 105 DoExport( std::shared_ptr<KeyObjectData> key_data, WebCryptoKeyFormat format, const DSAKeyExportConfig& params, ByteSource* out) DoExport() argument
|
H A D | crypto_aes.cc | 34 AES_Cipher( Environment* env, KeyObjectData* key_data, WebCryptoCipherMode cipher_mode, const AESCipherConfig& params, const ByteSource& in, ByteSource* out) AES_Cipher() argument 223 AES_CTR_Cipher2( KeyObjectData* key_data, WebCryptoCipherMode cipher_mode, const AESCipherConfig& params, const ByteSource& in, unsigned const char* counter, unsigned char* out) AES_CTR_Cipher2() argument 265 AES_CTR_Cipher( Environment* env, KeyObjectData* key_data, WebCryptoCipherMode cipher_mode, const AESCipherConfig& params, const ByteSource& in, ByteSource* out) AES_CTR_Cipher() argument 573 DoCipher( Environment* env, std::shared_ptr<KeyObjectData> key_data, WebCryptoCipherMode cipher_mode, const AESCipherConfig& params, const ByteSource& in, ByteSource* out) DoCipher() argument [all...] |
H A D | crypto_rsa.cc | 190 RSA_JWK_Export( KeyObjectData* key_data, const RSAKeyExportConfig& params, ByteSource* out) RSA_JWK_Export() argument 199 RSA_Cipher( Environment* env, KeyObjectData* key_data, const RSACipherConfig& params, const ByteSource& in, ByteSource* out) RSA_Cipher() argument 261 DoExport( std::shared_ptr<KeyObjectData> key_data, WebCryptoKeyFormat format, const RSAKeyExportConfig& params, ByteSource* out) DoExport() argument 342 DoCipher( Environment* env, std::shared_ptr<KeyObjectData> key_data, WebCryptoCipherMode cipher_mode, const RSACipherConfig& params, const ByteSource& in, ByteSource* out) DoCipher() argument [all...] |
H A D | crypto_x509.cc | 276 std::shared_ptr<KeyObjectData> key_data = in PublicKey() local
|
H A D | crypto_ec.cc | 627 EC_Raw_Export( KeyObjectData* key_data, const ECKeyExportConfig& params, ByteSource* out) EC_Raw_Export() argument 692 DoExport( std::shared_ptr<KeyObjectData> key_data, WebCryptoKeyFormat format, const ECKeyExportConfig& params, ByteSource* out) DoExport() argument [all...] |
H A D | crypto_dh.cc | 602 DoExport( std::shared_ptr<KeyObjectData> key_data, WebCryptoKeyFormat format, const DHKeyExportConfig& params, ByteSource* out) DoExport() argument
|
H A D | crypto_keys.cc | 443 MaybeLocal<Value> key_data = in ExportJWKSecretKey() local 483 ByteSource key_data = ByteSource::FromEncodedString(env, key.As<String>()); in ImportJWKSecretKey() local 1449 PKEY_SPKI_Export( KeyObjectData* key_data, ByteSource* out) PKEY_SPKI_Export() argument 1464 PKEY_PKCS8_Export( KeyObjectData* key_data, ByteSource* out) PKEY_PKCS8_Export() argument [all...] |
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_pipeline_cache.h | 113 const void *key_data; member 118 vk_pipeline_cache_object_init(struct vk_device *device, struct vk_pipeline_cache_object *object, const struct vk_pipeline_cache_object_ops *ops, const void *key_data, uint32_t key_size) vk_pipeline_cache_object_init() argument
|
H A D | vk_pipeline_cache.c | 65 raw_data_object_deserialize(struct vk_device *device, const void *key_data, size_t key_size, struct blob_reader *blob) raw_data_object_deserialize() argument 101 raw_data_object_create(struct vk_device *device, const void *key_data, size_t key_size, const void *data, size_t data_size) raw_data_object_create() argument 269 vk_pipeline_cache_object_deserialize(struct vk_pipeline_cache *cache, const void *key_data, uint32_t key_size, const void *data, size_t data_size, const struct vk_pipeline_cache_object_ops *ops) vk_pipeline_cache_object_deserialize() argument 306 vk_pipeline_cache_lookup_object(struct vk_pipeline_cache *cache, const void *key_data, size_t key_size, const struct vk_pipeline_cache_object_ops *ops, bool *cache_hit) vk_pipeline_cache_lookup_object() argument 446 vk_pipeline_cache_lookup_nir(struct vk_pipeline_cache *cache, const void *key_data, size_t key_size, const struct nir_shader_compiler_options *nir_options, bool *cache_hit, void *mem_ctx) vk_pipeline_cache_lookup_nir() argument 475 vk_pipeline_cache_add_nir(struct vk_pipeline_cache *cache, const void *key_data, size_t key_size, const nir_shader *nir) vk_pipeline_cache_add_nir() argument 551 const void *key_data = blob_read_bytes(&blob, key_size); vk_pipeline_cache_load() local [all...] |
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_pipeline_cache.c | 68 anv_shader_bin_create(struct anv_device *device, gl_shader_stage stage, const void *key_data, uint32_t key_size, const void *kernel_data, uint32_t kernel_size, const struct brw_stage_prog_data *prog_data_in, uint32_t prog_data_size, const struct brw_compile_stats *stats, uint32_t num_stats, const nir_xfb_info *xfb_info_in, const struct anv_pipeline_bind_map *bind_map) anv_shader_bin_create() argument 235 anv_shader_bin_deserialize(struct vk_device *vk_device, const void *key_data, size_t key_size, struct blob_reader *blob) anv_shader_bin_deserialize() argument 298 anv_device_search_for_kernel(struct anv_device *device, struct vk_pipeline_cache *cache, const void *key_data, uint32_t key_size, bool *user_cache_hit) anv_device_search_for_kernel() argument 322 anv_device_upload_kernel(struct anv_device *device, struct vk_pipeline_cache *cache, gl_shader_stage stage, const void *key_data, uint32_t key_size, const void *kernel_data, uint32_t kernel_size, const struct brw_stage_prog_data *prog_data, uint32_t prog_data_size, const struct brw_compile_stats *stats, uint32_t num_stats, const nir_xfb_info *xfb_info, const struct anv_pipeline_bind_map *bind_map) anv_device_upload_kernel() argument
|
/third_party/openssl/test/ |
H A D | bftest.c | 198 static unsigned char key_data[8] = variable
|
H A D | destest.c | 33 static unsigned char key_data[NUM_TESTS][8] = { variable
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap_tls.c | 23 u8 *key_data; member [all...] |
H A D | eap_peap.c | 57 u8 *key_data; member [all...] |
H A D | eap_fast.c | 55 u8 key_data[EAP_FAST_KEY_LEN]; member
|
H A D | eap_teap.c | 54 u8 key_data[EAP_TEAP_KEY_LEN]; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | eap_tls.c | 23 u8 *key_data; member [all...] |
/third_party/mbedtls/programs/psa/ |
H A D | key_ladder_demo.c | 159 uint8_t key_data[KEY_SIZE_BYTES]; in save_key() local 218 uint8_t key_data[KEY_SIZE_BYTES]; in import_key_from_file() local [all...] |
/third_party/curl/lib/vtls/ |
H A D | mbedtls.c | 504 const unsigned char *key_data = in mbed_connect_step1() local
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsdecrypt.c | 120 u8 *key_data; member
|
/third_party/protobuf/conformance/ |
H A D | binary_json_conformance_suite.cc | 1070 string key_data = in TestOverwriteMessageValueMap() local
|