Home
last modified time | relevance | path

Searched refs:cipher_info (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dcrypto_mbedtls.c507 const mbedtls_cipher_info_t *cipher_info, in crypto_init_cipher_ctx() argument
514 ret = mbedtls_cipher_setup(ctx, cipher_info); in crypto_init_cipher_ctx()
524 …ret = mbedtls_cipher_set_iv(ctx, iv, cipher_info->MBEDTLS_PRIVATE(iv_size) << MBEDTLS_IV_SIZE_SHIF… in crypto_init_cipher_ctx()
572 const mbedtls_cipher_info_t *cipher_info; in crypto_cipher_init() local
584 cipher_info = mbedtls_cipher_info_from_type(cipher_type); in crypto_cipher_init()
585 if (cipher_info == NULL) { in crypto_cipher_init()
590 if (crypto_init_cipher_ctx(&ctx->ctx_enc, cipher_info, iv, key, in crypto_cipher_init()
595 if (crypto_init_cipher_ctx(&ctx->ctx_dec, cipher_info, iv, key, in crypto_cipher_init()
870 const mbedtls_cipher_info_t *cipher_info; in omac1_aes_vector() local
889 cipher_info = mbedtls_cipher_info_from_type(cipher_type); in omac1_aes_vector()
[all …]
/hal_espressif-latest/components/mbedtls/port/mbedtls_rom/
Dmbedtls_rom_osi.h385 …*_mbedtls_cipher_setup)( mbedtls_cipher_context_t *ctx, const mbedtls_cipher_info_t *cipher_info );
631 …rom_mbedtls_cipher_setup)(mbedtls_cipher_context_t *ctx, const mbedtls_cipher_info_t *cipher_info);
641 …int (*_rom_mbedtls_cipher_cmac)(const mbedtls_cipher_info_t *cipher_info, const unsigned char *key…