Home
last modified time | relevance | path

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

/third_party/mbedtls/include/psa/
Dcrypto_struct.h288 typedef uint16_t psa_key_bits_t; typedef
291 #define PSA_KEY_BITS_TOO_LARGE ( ( psa_key_bits_t ) -1 )
325 psa_key_bits_t MBEDTLS_PRIVATE(bits);
480 attributes->MBEDTLS_PRIVATE(core).MBEDTLS_PRIVATE(bits) = (psa_key_bits_t) bits; in psa_set_key_bits()
/third_party/mbedtls/library/
Dpsa_crypto_rsa.c150 *bits = (psa_key_bits_t) PSA_BYTES_TO_BITS( mbedtls_rsa_get_len( rsa ) ); in mbedtls_psa_rsa_import_key()
Dpsa_crypto.c1937 slot->attr.bits = (psa_key_bits_t) bits; in psa_import_key()
4793 slot->attr.bits = (psa_key_bits_t) bits; in psa_generate_derived_key_internal()
/third_party/mbedtls/tests/suites/
Dtest_suite_psa_crypto_persistent_key.function101 (psa_key_bits_t) expected_key_bits );
Dtest_suite_psa_crypto_se_driver_hal.function1193 psa_key_bits_t bits = bits_arg;
/third_party/mbedtls/docs/architecture/
Dmbed-crypto-storage-specification.md307 * bits (2 bytes): `psa_key_bits_t` value.