Lines Matching refs:mbedtls_cipher_info_t
266 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()
519 const mbedtls_cipher_info_t *info) in mbedtls_cipher_info_get_iv_size()
539 const mbedtls_cipher_info_t *info) in mbedtls_cipher_info_get_block_size()
558 const mbedtls_cipher_info_t *info) in mbedtls_cipher_info_has_variable_key_bitlen()
577 const mbedtls_cipher_info_t *info) in mbedtls_cipher_info_has_variable_iv_size()
632 const mbedtls_cipher_info_t *cipher_info);
663 const mbedtls_cipher_info_t *cipher_info,