Home
last modified time | relevance | path

Searched refs:psa_key_bits_t (Results 1 – 6 of 6) sorted by relevance

/mbedtls-latest/include/psa/
Dcrypto_struct.h284 typedef uint16_t psa_key_bits_t; typedef
287 #define PSA_KEY_BITS_TOO_LARGE ((psa_key_bits_t) -1)
301 psa_key_bits_t MBEDTLS_PRIVATE(bits);
437 attributes->MBEDTLS_PRIVATE(bits) = (psa_key_bits_t) bits; in psa_set_key_bits()
/mbedtls-latest/tests/suites/
Dtest_suite_psa_crypto_persistent_key.function105 (psa_key_bits_t) expected_key_bits);
Dtest_suite_psa_crypto_se_driver_hal.function1220 psa_key_bits_t bits = bits_arg;
/mbedtls-latest/library/
Dpsa_crypto_rsa.c127 *bits = (psa_key_bits_t) PSA_BYTES_TO_BITS(mbedtls_rsa_get_len(rsa)); in mbedtls_psa_rsa_import_key()
Dpsa_crypto.c2150 slot->attr.bits = (psa_key_bits_t) bits;
6440 slot->attr.bits = (psa_key_bits_t) bits;
/mbedtls-latest/docs/architecture/
Dmbed-crypto-storage-specification.md327 * bits (2 bytes): `psa_key_bits_t` value.
418 * bits (2 bytes): `psa_key_bits_t` value.