Home
last modified time | relevance | path

Searched refs:key1 (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/mbedtls/port/aes/
Desp_aes_xts.c57 const unsigned char **key1, in esp_aes_xts_decode_keys() argument
73 *key1 = &key[0]; in esp_aes_xts_decode_keys()
84 const unsigned char *key1, *key2; in esp_aes_xts_setkey_enc() local
87 ret = esp_aes_xts_decode_keys( key, keybits, &key1, &key1bits, in esp_aes_xts_setkey_enc()
100 return esp_aes_setkey( &ctx->crypt, key1, key1bits ); in esp_aes_xts_setkey_enc()
108 const unsigned char *key1, *key2; in esp_aes_xts_setkey_dec() local
111 ret = esp_aes_xts_decode_keys( key, keybits, &key1, &key1bits, in esp_aes_xts_setkey_dec()
124 return esp_aes_setkey( &ctx->crypt, key1, key1bits ); in esp_aes_xts_setkey_dec()
/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dcrypto.h1103 int crypto_key_compare(struct crypto_key *key1, struct crypto_key *key2);
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/
Dburn-key-digest-cmd.rst169 Encryption key1 or user data
Dburn-key-cmd.rst304 Encryption key1 or user data
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dcrypto_mbedtls-ec.c466 int crypto_key_compare(struct crypto_key *key1, struct crypto_key *key2) in crypto_key_compare() argument
476 …if (mbedtls_pk_check_pair((mbedtls_pk_context *)key1, (mbedtls_pk_context *)key2, mbedtls_ctr_drbg… in crypto_key_compare()