Home
last modified time | relevance | path

Searched refs:mbedtls_cipher_info_get_key_bitlen (Results 1 – 5 of 5) sorted by relevance

/third_party/mbedtls/programs/aes/
Dcrypt_and_hash.c351 (int) mbedtls_cipher_info_get_key_bitlen( cipher_info ), in main()
524 (int) mbedtls_cipher_info_get_key_bitlen( cipher_info ), in main()
/third_party/mbedtls/library/
Dssl_ticket.c148 if( mbedtls_cipher_info_get_key_bitlen( cipher_info ) > 8 * MAX_KEY_BYTES ) in mbedtls_ssl_ticket_setup()
Dssl_tls.c817 keylen = mbedtls_cipher_info_get_key_bitlen( cipher_info ) / 8; in ssl_tls12_populate_transform()
1061 (int) mbedtls_cipher_info_get_key_bitlen( cipher_info ), in ssl_tls12_populate_transform()
1069 (int) mbedtls_cipher_info_get_key_bitlen( cipher_info ), in ssl_tls12_populate_transform()
/third_party/mbedtls/include/mbedtls/
Dcipher.h481 static inline size_t mbedtls_cipher_info_get_key_bitlen( in mbedtls_cipher_info_get_key_bitlen() function
/third_party/mbedtls/tests/suites/
Dtest_suite_cipher.function35 key_bitlen = mbedtls_cipher_info_get_key_bitlen( info );