Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/include/psa/
Dcrypto_struct.h258 typedef uint16_t psa_key_bits_t; typedef
261 #define PSA_KEY_BITS_TOO_LARGE ((psa_key_bits_t) -1)
275 psa_key_bits_t MBEDTLS_PRIVATE(bits);
411 attributes->MBEDTLS_PRIVATE(bits) = (psa_key_bits_t) bits; in psa_set_key_bits()
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_persistent_key.function105 (psa_key_bits_t) expected_key_bits);
Dtest_suite_psa_crypto_se_driver_hal.function1205 psa_key_bits_t bits = bits_arg;
/openthread-latest/third_party/mbedtls/repo/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.c2102 slot->attr.bits = (psa_key_bits_t) bits; in psa_import_key()
6382 slot->attr.bits = (psa_key_bits_t) bits; in psa_generate_derived_key_internal()
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dmbed-crypto-storage-specification.md327 * bits (2 bytes): `psa_key_bits_t` value.
418 * bits (2 bytes): `psa_key_bits_t` value.