Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/library/
Dblock_cipher.c29 case MBEDTLS_BLOCK_CIPHER_ID_AES: in psa_key_type_from_block_cipher_id()
62 case MBEDTLS_BLOCK_CIPHER_ID_AES: in mbedtls_block_cipher_free()
85 ctx->id = (cipher_id == MBEDTLS_CIPHER_ID_AES) ? MBEDTLS_BLOCK_CIPHER_ID_AES : in mbedtls_block_cipher_setup()
102 case MBEDTLS_BLOCK_CIPHER_ID_AES: in mbedtls_block_cipher_setup()
148 case MBEDTLS_BLOCK_CIPHER_ID_AES: in mbedtls_block_cipher_setkey()
184 case MBEDTLS_BLOCK_CIPHER_ID_AES: in mbedtls_block_cipher_encrypt()
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dblock_cipher.h37 MBEDTLS_BLOCK_CIPHER_ID_AES, /**< The AES cipher. */ enumerator