Searched refs:mbedtls_cipher_info_get_key_bitlen (Results 1 – 11 of 11) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/programs/aes/ |
D | crypt_and_hash.c | 308 (int) mbedtls_cipher_info_get_key_bitlen(cipher_info), in main() 460 (int) mbedtls_cipher_info_get_key_bitlen(cipher_info), in main()
|
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/ |
D | cipher.h | 477 static inline size_t mbedtls_cipher_info_get_key_bitlen( in mbedtls_cipher_info_get_key_bitlen() function
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | pkcs5.c | 195 keylen = (int) mbedtls_cipher_info_get_key_bitlen(cipher_info) / 8; in mbedtls_pkcs5_pbes2_ext()
|
D | pkcs12.c | 175 keylen = (int) mbedtls_cipher_info_get_key_bitlen(cipher_info) / 8; in mbedtls_pkcs12_pbe_ext()
|
D | ssl_ticket.c | 247 key_bits = mbedtls_cipher_info_get_key_bitlen(cipher_info); in mbedtls_ssl_ticket_setup()
|
D | ssl_tls13_keys.c | 1010 key_enc, (int) mbedtls_cipher_info_get_key_bitlen(cipher_info), in mbedtls_ssl_tls13_populate_transform() 1017 key_dec, (int) mbedtls_cipher_info_get_key_bitlen(cipher_info), in mbedtls_ssl_tls13_populate_transform()
|
D | cipher.c | 126 mbedtls_cipher_info_get_key_bitlen(def->info) == (unsigned) key_bitlen && in mbedtls_cipher_info_from_values() 379 (int) mbedtls_cipher_info_get_key_bitlen(ctx->cipher_info) != key_bitlen) { in mbedtls_cipher_setkey()
|
D | ssl_ciphersuites.c | 1924 return mbedtls_cipher_info_get_key_bitlen(cipher_info); in mbedtls_ssl_ciphersuite_get_cipher_key_bitlen()
|
D | ssl_tls.c | 8943 keylen = mbedtls_cipher_info_get_key_bitlen(cipher_info) / 8; in ssl_tls12_populate_transform() 9149 (int) mbedtls_cipher_info_get_key_bitlen(cipher_info), in ssl_tls12_populate_transform() 9156 (int) mbedtls_cipher_info_get_key_bitlen(cipher_info), in ssl_tls12_populate_transform()
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_cipher.function | 32 key_bitlen = mbedtls_cipher_info_get_key_bitlen(info); 596 TEST_ASSERT(sizeof(key) * 8 >= mbedtls_cipher_info_get_key_bitlen(cipher_info)); 601 key, mbedtls_cipher_info_get_key_bitlen(cipher_info), 1233 keylen = mbedtls_cipher_info_get_key_bitlen(cipher_info);
|
/openthread-latest/third_party/mbedtls/repo/tests/src/test_helpers/ |
D | ssl_helpers.c | 1306 CHK(mbedtls_cipher_info_get_key_bitlen(cipher_info) % 8 == 0); in mbedtls_test_ssl_build_transforms()
|