Home
last modified time | relevance | path

Searched refs:psa_key_bits_t (Results 1 - 3 of 3) sorted by relevance

/third_party/mbedtls/include/psa/
H A 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()
/third_party/mbedtls/library/
H A Dpsa_crypto_rsa.c127 *bits = (psa_key_bits_t) PSA_BYTES_TO_BITS(mbedtls_rsa_get_len(rsa)); in mbedtls_psa_rsa_import_key()
H A Dpsa_crypto.c2102 slot->attr.bits = (psa_key_bits_t) bits; in psa_import_key()
6378 slot->attr.bits = (psa_key_bits_t) bits; in psa_generate_derived_key_internal()

Completed in 13 milliseconds