Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dblock_cipher.h40 } mbedtls_block_cipher_id_t; typedef
53 mbedtls_block_cipher_id_t MBEDTLS_PRIVATE(id);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dblock_cipher.c25 static psa_key_type_t psa_key_type_from_block_cipher_id(mbedtls_block_cipher_id_t cipher_id) in psa_key_type_from_block_cipher_id()