Searched refs:mbedtls_cipher_info_t (Results 1 – 4 of 4) sorted by relevance
266 typedef struct mbedtls_cipher_info_t { struct307 } mbedtls_cipher_info_t; typedef318 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 …]
197 int mbedtls_cipher_cmac(const mbedtls_cipher_info_t *cipher_info,
136 const mbedtls_cipher_info_t *cipher_info = NULL; in runIt_cmacProfiling()207 const mbedtls_cipher_info_t *cipher_info = NULL; in runIt_cmac()
349 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()