Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/interface/include/mbedtls/
Dcipher.h266 typedef struct mbedtls_cipher_info_t { struct
307 } mbedtls_cipher_info_t; typedef
318 const mbedtls_cipher_info_t *MBEDTLS_PRIVATE(cipher_info);
396 const mbedtls_cipher_info_t *mbedtls_cipher_info_from_string(const char *cipher_name);
408 const mbedtls_cipher_info_t *mbedtls_cipher_info_from_type(const mbedtls_cipher_type_t cipher_type);
424 const mbedtls_cipher_info_t *mbedtls_cipher_info_from_values(const mbedtls_cipher_id_t cipher_id,
438 const mbedtls_cipher_info_t *info) in mbedtls_cipher_info_get_type()
457 const mbedtls_cipher_info_t *info) in mbedtls_cipher_info_get_mode()
478 const mbedtls_cipher_info_t *info) in mbedtls_cipher_info_get_key_bitlen()
499 const mbedtls_cipher_info_t *info) in mbedtls_cipher_info_get_name()
[all …]
Dcmac.h197 int mbedtls_cipher_cmac(const mbedtls_cipher_info_t *cipher_info,
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/tests/
Drun_integration_mac.c136 const mbedtls_cipher_info_t *cipher_info = NULL; in runIt_cmacProfiling()
207 const mbedtls_cipher_info_t *cipher_info = NULL; in runIt_cmac()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/
Dcmac_alt.c349 int mbedtls_cipher_cmac( const mbedtls_cipher_info_t *cipher_info, in mbedtls_cipher_cmac()
401 …const mbedtls_cipher_info_t *cipher_info = mbedtls_cipher_info_from_type(MBEDTLS_CIPHER_AES_128_EC… in mbedtls_aes_cmac_prf_128()