Home
last modified time | relevance | path

Searched refs:PSA_BYTES_TO_BITS (Results 1 – 7 of 7) sorted by relevance

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/psa_driver_api/src/
Dcc3xx_psa_entropy.c87 *estimate_bits = PSA_BYTES_TO_BITS(estimate_bytes); in cc3xx_get_entropy()
Dcc3xx_internal_drbg_util.c89 size_t hash_bits = PSA_BYTES_TO_BITS(hash_len); in cc3xx_hmac_drbg_init_with_params()
Dcc3xx_psa_cipher.c84 if (PSA_BYTES_TO_BITS(key_length) != key_bits) { in cipher_setup()
Dcc3xx_internal_gcm.c466 key_buffer, PSA_BYTES_TO_BITS(key_buffer_size), in gcm_crypt_and_tag()
Dcc3xx_psa_aead.c105 if (PSA_BYTES_TO_BITS(key_length) != key_bits) { in aead_setup()
/trusted-firmware-m-3.4.0/secure_fw/partitions/protected_storage/crypto/
Dps_crypto_interface.c70 psa_set_key_bits(&attributes, PSA_BYTES_TO_BITS(PS_KEY_LEN_BYTES)); in ps_crypto_setkey()
/trusted-firmware-m-3.4.0/interface/include/psa/
Dcrypto_sizes.h34 #define PSA_BYTES_TO_BITS(bytes) ((bytes) * 8) macro