Home
last modified time | relevance | path

Searched refs:key2 (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/mbedtls/port/aes/
Desp_aes_xts.c59 const unsigned char **key2, in esp_aes_xts_decode_keys() argument
74 *key2 = &key[half_keybytes]; in esp_aes_xts_decode_keys()
84 const unsigned char *key1, *key2; in esp_aes_xts_setkey_enc() local
88 &key2, &key2bits ); in esp_aes_xts_setkey_enc()
94 ret = esp_aes_setkey( &ctx->tweak, key2, key2bits ); in esp_aes_xts_setkey_enc()
108 const unsigned char *key1, *key2; in esp_aes_xts_setkey_dec() local
112 &key2, &key2bits ); in esp_aes_xts_setkey_dec()
118 ret = esp_aes_setkey( &ctx->tweak, key2, key2bits ); 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.rst173 Encryption key2 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()