Searched refs:PSA_BYTES_TO_BITS (Results 1 – 15 of 15) sorted by relevance
/mbedtls-latest/library/ |
D | psa_crypto_rsa.c | 85 bits = PSA_BYTES_TO_BITS(mbedtls_rsa_get_len(*p_rsa)); in mbedtls_psa_rsa_load_representation() 127 *bits = (psa_key_bits_t) PSA_BYTES_TO_BITS(mbedtls_rsa_get_len(rsa)); in mbedtls_psa_rsa_import_key()
|
D | psa_crypto_ffdh.c | 250 *bits = PSA_BYTES_TO_BITS(data_length); in mbedtls_psa_ffdh_import_key()
|
D | ssl_cookie.c | 128 psa_set_key_bits(&attributes, PSA_BYTES_TO_BITS(COOKIE_MD_OUTLEN)); in mbedtls_ssl_cookie_setup()
|
D | psa_crypto_ecp.c | 130 curve_bits = PSA_BYTES_TO_BITS(curve_bytes); in mbedtls_psa_ecp_load_representation()
|
D | psa_crypto.c | 761 *bits = PSA_BYTES_TO_BITS(data_length); in psa_import_key_into_slot() 779 if (psa_is_dh_key_size_valid(PSA_BYTES_TO_BITS(data_length)) == 0) { in psa_import_key_into_slot() 5508 psa_set_key_bits(&attributes, PSA_BYTES_TO_BITS(hmac_key_length)); 6009 psa_set_key_bits(&attributes, PSA_BYTES_TO_BITS(pbkdf2->password_length)); 7250 psa_set_key_bits(&attributes, PSA_BYTES_TO_BITS(sizeof(zeros)));
|
D | psa_crypto_driver_wrappers.h | 826 PSA_BYTES_TO_BITS( data_length ) ); in psa_driver_wrapper_get_key_buffer_size_from_key_data()
|
/mbedtls-latest/programs/psa/ |
D | key_ladder_demo.c | 195 psa_set_key_bits(&attributes, PSA_BYTES_TO_BITS(KEY_SIZE_BYTES)); in generate() 274 psa_set_key_bits(&attributes, PSA_BYTES_TO_BITS(KEY_SIZE_BYTES)); in derive_key_ladder()
|
/mbedtls-latest/tests/suites/ |
D | test_suite_psa_crypto_se_driver_hal.function | 117 if (data_length == PSA_BYTES_TO_BITS(521)) { 122 if (data_length == PSA_BYTES_TO_BITS(255)) { 127 return PSA_BYTES_TO_BITS(data_length); 202 *bits = PSA_BYTES_TO_BITS(data_length); 343 *bits = PSA_BYTES_TO_BITS(data_length); 966 PSA_BYTES_TO_BITS(sizeof(key_material)));
|
D | test_suite_psa_crypto_slot_management.function | 382 size_t bits1 = PSA_BYTES_TO_BITS(sizeof(material1)); 808 PSA_BYTES_TO_BITS(sizeof(material)));
|
D | test_suite_psa_crypto_metadata.function | 392 PSA_KEY_TYPE_HMAC, PSA_BYTES_TO_BITS(length));
|
D | test_suite_psa_crypto_driver_wrappers.function | 1811 PSA_MAC_LENGTH(key_type, PSA_BYTES_TO_BITS(key_data->len), alg); 1885 PSA_MAC_LENGTH(key_type, PSA_BYTES_TO_BITS(key_data->len), alg);
|
D | test_suite_psa_crypto.function | 1675 PSA_BYTES_TO_BITS(byte_size)); 3685 PSA_MAC_LENGTH(key_type, PSA_BYTES_TO_BITS(key_data->len), alg); 9201 psa_set_key_bits(&attributes4, PSA_BYTES_TO_BITS(requested_capacity)); 9484 psa_set_key_bits(&derived_attributes, PSA_BYTES_TO_BITS(bytes1)); 9492 psa_set_key_bits(&derived_attributes, PSA_BYTES_TO_BITS(bytes2));
|
/mbedtls-latest/include/psa/ |
D | crypto_sizes.h | 41 #define PSA_BYTES_TO_BITS(bytes) ((bytes) * 8u) macro
|
/mbedtls-latest/tests/src/drivers/ |
D | test_driver_key_management.c | 375 *bits = PSA_BYTES_TO_BITS(data_length); in mbedtls_test_opaque_import_key()
|
/mbedtls-latest/scripts/data_files/driver_templates/ |
D | psa_crypto_driver_wrappers.h.jinja | 719 PSA_BYTES_TO_BITS( data_length ) );
|