Home
last modified time | relevance | path

Searched defs:key_data (Results 1 - 25 of 99) sorted by relevance

1234

/third_party/mbedtls/library/
H A Dpsa_crypto_core.h113 struct key_data { struct
H A Dpsa_crypto_slot_management.c248 uint8_t *key_data = NULL; in psa_load_persistent_key_into_slot() local
H A Dpsa_crypto_storage.c233 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 Dpk.c659 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 Dcrypto_dsa.cc105 DoExport( std::shared_ptr<KeyObjectData> key_data, WebCryptoKeyFormat format, const DSAKeyExportConfig& params, ByteSource* out) DoExport() argument
H A Dcrypto_aes.cc34 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 Dcrypto_rsa.cc190 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 Dcrypto_x509.cc276 std::shared_ptr<KeyObjectData> key_data = in PublicKey() local
H A Dcrypto_ec.cc627 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 Dcrypto_dh.cc602 DoExport( std::shared_ptr<KeyObjectData> key_data, WebCryptoKeyFormat format, const DHKeyExportConfig& params, ByteSource* out) DoExport() argument
H A Dcrypto_keys.cc443 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 Dvk_pipeline_cache.h113 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 Dvk_pipeline_cache.c65 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 Danv_pipeline_cache.c68 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 Dbftest.c198 static unsigned char key_data[8] = variable
H A Ddestest.c33 static unsigned char key_data[NUM_TESTS][8] = { variable
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_tls.c23 u8 *key_data; member
[all...]
H A Deap_peap.c57 u8 *key_data; member
[all...]
H A Deap_fast.c55 u8 key_data[EAP_FAST_KEY_LEN]; member
H A Deap_teap.c54 u8 key_data[EAP_TEAP_KEY_LEN]; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_tls.c23 u8 *key_data; member
[all...]
/third_party/mbedtls/programs/psa/
H A Dkey_ladder_demo.c159 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 Dmbedtls.c504 const unsigned char *key_data = in mbed_connect_step1() local
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsdecrypt.c120 u8 *key_data; member
/third_party/protobuf/conformance/
H A Dbinary_json_conformance_suite.cc1070 string key_data = in TestOverwriteMessageValueMap() local

Completed in 32 milliseconds

1234