Searched refs:backend (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-2.7.6/components/wpa_supplicant/src/utils/ |
D | ext_password.c | 28 const struct ext_password_backend *backend; member 33 struct ext_password_data * ext_password_init(const char *backend, in ext_password_init() argument 44 if (os_strcmp(backends[i]->name, backend) == 0) { in ext_password_init() 45 data->backend = backends[i]; in ext_password_init() 50 if (!data->backend) { in ext_password_init() 55 data->priv = data->backend->init(params); in ext_password_init() 67 if (data && data->backend && data->priv) in ext_password_deinit() 68 data->backend->deinit(data->priv); in ext_password_deinit() 78 return data->backend->get(data->priv, name); in ext_password_get()
|
D | ext_password.h | 16 struct ext_password_data * ext_password_init(const char *backend,
|
/hal_espressif-2.7.6/components/esp32s2/test/ |
D | gen_digital_signature_tests.py | 90 backend=default_backend()) 134 cipher = Cipher(algorithms.AES(aes_key), modes.CBC(iv), backend=default_backend())
|
/hal_espressif-2.7.6/tools/esp_prov/security/ |
D | security1.py | 127 h = hashes.Hash(hashes.SHA256(), backend=default_backend()) 134 … cipher = Cipher(algorithms.AES(sharedK), modes.CTR(device_random), backend=default_backend())
|
/hal_espressif-2.7.6/components/asio/ |
D | Kconfig | 14 … The ASIO support multiple backend TLS libraries. Currently the mbedTLS with a thin ESP-OpenSSL
|
/hal_espressif-2.7.6/components/nvs_flash/nvs_partition_generator/ |
D | nvs_partition_gen.py | 145 backend = default_backend() 149 cipher = Cipher(algorithms.AES(encr_key), modes.XTS(tweak), backend=backend) 783 backend = default_backend() 786 cipher = Cipher(algorithms.AES(decr_key), modes.XTS(tweak), backend=backend)
|
/hal_espressif-2.7.6/examples/protocols/mqtt/ssl_ds/ |
D | configure_ds.py | 71 return serialization.load_pem_private_key(key, password=password, backend=default_backend()) 152 cipher = Cipher(algorithms.AES(aes_key), modes.CBC(iv), backend=default_backend())
|
/hal_espressif-2.7.6/components/esp-tls/ |
D | Kconfig | 6 … The ESP-TLS APIs support multiple backend TLS libraries. Currently mbedTLS and WolfSSL are
|