Home
last modified time | relevance | path

Searched refs:PSA_MAX_KEY_BITS (Results 1 - 5 of 5) sorted by relevance

/third_party/mbedtls/include/psa/
H A Dcrypto_struct.h267 #define PSA_MAX_KEY_BITS 0xfff8 macro
408 if (bits > PSA_MAX_KEY_BITS) { in psa_set_key_bits()
/third_party/mbedtls/library/
H A Dpsa_crypto_storage.h26 #define PSA_CRYPTO_MAX_STORAGE_SIZE (PSA_BITS_TO_BYTES(PSA_MAX_KEY_BITS))
H A Dpsa_crypto_driver_wrappers.c723 *bits = PSA_MAX_KEY_BITS + 1; in psa_driver_wrapper_import_key()
730 if ((*bits) > PSA_MAX_KEY_BITS) in psa_driver_wrapper_import_key()
H A Dpsa_crypto.c1712 if (psa_get_key_bits(attributes) > PSA_MAX_KEY_BITS) { in psa_validate_key_attributes()
2110 if (bits > PSA_MAX_KEY_BITS) { in psa_import_key()
/third_party/mbedtls/tests/src/
H A Dpsa_exercise_key.c95 TEST_ASSERT(bits <= PSA_MAX_KEY_BITS); in check_key_attributes_sanity()

Completed in 23 milliseconds