Home
last modified time | relevance | path

Searched defs:key_bits (Results 1 – 25 of 25) sorted by relevance

/trusted-firmware-m-3.7.0/interface/include/psa/
Dcrypto_sizes.h188 #define PSA_AEAD_TAG_LENGTH(key_type, key_bits, alg) \ argument
328 #define PSA_MAC_LENGTH(key_type, key_bits, alg) \ argument
646 #define PSA_SIGN_OUTPUT_SIZE(key_type, key_bits, alg) \ argument
699 #define PSA_ASYMMETRIC_ENCRYPT_OUTPUT_SIZE(key_type, key_bits, alg) \ argument
738 #define PSA_ASYMMETRIC_DECRYPT_OUTPUT_SIZE(key_type, key_bits, alg) \ argument
777 #define PSA_KEY_EXPORT_RSA_PUBLIC_KEY_MAX_SIZE(key_bits) \ argument
802 #define PSA_KEY_EXPORT_RSA_KEY_PAIR_MAX_SIZE(key_bits) \ argument
821 #define PSA_KEY_EXPORT_DSA_PUBLIC_KEY_MAX_SIZE(key_bits) \ argument
840 #define PSA_KEY_EXPORT_DSA_KEY_PAIR_MAX_SIZE(key_bits) \ argument
853 #define PSA_KEY_EXPORT_ECC_PUBLIC_KEY_MAX_SIZE(key_bits) \ argument
[all …]
Dcrypto_compat.h220 #define PSA_KEY_DOMAIN_PARAMETERS_SIZE(key_type, key_bits) \ argument
/trusted-firmware-m-3.7.0/platform/ext/target/arm/rse/common/
Dcrypto_keys.c27 psa_key_bits_t *key_bits, in tfm_plat_get_huk()
52 psa_key_bits_t *key_bits, in tfm_plat_get_iak()
157 psa_key_bits_t *key_bits, in tfm_plat_get_dak_seed()
184 psa_key_bits_t *key_bits, in tfm_plat_get_rot_cdi()
210 psa_key_bits_t *key_bits, in tfm_plat_get_host_s_rotpk()
229 psa_key_bits_t *key_bits, in tfm_plat_get_host_ns_rotpk()
248 psa_key_bits_t *key_bits, in tfm_plat_get_host_cca_rotpk()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/psa_driver_api/src/
Dcc3xx_internal_aes.c53 size_t key_bits, in aes_setkey()
94 size_t key_bits) in cc3xx_aes_setkey_enc()
102 size_t key_bits) in cc3xx_aes_setkey_dec()
Dcc3xx_psa_key_generation.c71 psa_key_bits_t key_bits = psa_get_key_bits(attributes); in cc3xx_internal_gen_ecc_wstr_keypair() local
148 psa_key_bits_t key_bits = psa_get_key_bits(attributes); in cc3xx_internal_gen_rsa_keypair() local
374 psa_key_bits_t key_bits = psa_get_key_bits(attributes); in cc3xx_export_public_key() local
Dcc3xx_internal_ccm.c40 size_t key_bits, in ccm_setkey()
626 psa_key_bits_t key_bits = psa_get_key_bits(attributes); in cc3xx_encrypt_ccm() local
657 psa_key_bits_t key_bits = psa_get_key_bits(attributes); in cc3xx_decrypt_ccm() local
709 size_t key_bits) in cc3xx_ccm_setkey_enc()
717 size_t key_bits) in cc3xx_ccm_setkey_dec()
Dcc3xx_internal_gcm.c51 size_t key_bits, in gcm_setkey()
540 psa_key_bits_t key_bits = psa_get_key_bits(attributes); in cc3xx_gcm_encrypt() local
576 psa_key_bits_t key_bits = psa_get_key_bits(attributes); in cc3xx_gcm_decrypt() local
622 size_t key_bits) in cc3xx_gcm_setkey_enc()
630 size_t key_bits) in cc3xx_gcm_setkey_dec()
Dcc3xx_psa_key_agreement.c36 psa_key_bits_t key_bits = psa_get_key_bits(attributes); in cc3xx_key_agreement() local
Dcc3xx_psa_asymmetric_signature.c73 psa_key_type_t key_bits = psa_get_key_bits(attributes); in cc3xx_internal_ecdsa_verify() local
145 psa_key_type_t key_bits = psa_get_key_bits(attributes); in cc3xx_internal_ecdsa_sign() local
329 psa_key_type_t key_bits = psa_get_key_bits(attributes); in cc3xx_internal_rsa_sign() local
Dcc3xx_internal_ecc_util.c258 psa_key_bits_t key_bits, in cc3xx_ecc_psa_domain_to_cc_domain()
Dcc3xx_psa_asymmetric_encryption.c235 size_t key_bits = psa_get_key_bits(attributes); in cc3xx_asymmetric_encrypt() local
Dcc3xx_psa_cipher.c82 size_t key_bits = psa_get_key_bits(attributes); in cipher_setup() local
Dcc3xx_internal_chacha20_poly1305.c428 psa_key_bits_t key_bits = psa_get_key_bits(attributes); in cc3xx_decrypt_chacha20_poly1305() local
Dcc3xx_psa_aead.c103 size_t key_bits = psa_get_key_bits(attributes); in aead_setup() local
/trusted-firmware-m-3.7.0/platform/ext/accelerator/cc312/cc312-rom/psa_driver_api/src/
Dcc3xx_psa_key_generation.c45 psa_key_bits_t key_bits = psa_get_key_bits(attributes); in cc3xx_generate_key() local
106 psa_key_bits_t key_bits = psa_get_key_bits(attributes); in cc3xx_export_public_key() local
Dcc3xx_psa_asymmetric_signature.c217 psa_key_bits_t key_bits = psa_get_key_bits(attributes); in cc3xx_sign_hash() local
284 psa_key_bits_t key_bits = psa_get_key_bits(attributes); in cc3xx_verify_hash() local
342 psa_key_bits_t key_bits = psa_get_key_bits(attributes); in cc3xx_sign_message() local
402 psa_key_bits_t key_bits = psa_get_key_bits(attributes); in cc3xx_verify_message() local
Dcc3xx_misc.c22 cc3xx_ec_curve_id_t cc3xx_to_curve_id(psa_ecc_family_t psa_ecc_family, psa_key_bits_t key_bits) in cc3xx_to_curve_id()
Dcc3xx_psa_key_agreement.c50 psa_key_bits_t key_bits = psa_get_key_bits(attributes); in cc3xx_key_agreement() local
Dcc3xx_psa_mac.c269 size_t key_bits = psa_get_key_bits(attributes); in mac_setup() local
442 size_t key_bits = psa_get_key_bits(attributes); in cc3xx_mac_compute() local
Dcc3xx_internal_cipher.c221 size_t key_bits = 0; in cc3xx_internal_cipher_setup_init() local
Dcc3xx_psa_aead.c62 size_t key_bits; in aead_crypt() local
/trusted-firmware-m-3.7.0/platform/ext/common/template/
Dcrypto_keys.c30 psa_key_bits_t *key_bits, in tfm_plat_get_huk()
56 psa_key_bits_t *key_bits, in tfm_plat_get_iak()
/trusted-firmware-m-3.7.0/platform/ext/target/arm/mps4/corstone315/
Dcrypto_keys.c26 psa_key_bits_t *key_bits, in tfm_plat_get_huk()
51 psa_key_bits_t *key_bits, in tfm_plat_get_iak()
/trusted-firmware-m-3.7.0/platform/ext/accelerator/cc312/cc312-rom/psa_driver_api/include/
Dcc3xx_crypto_primitives_private.h114 size_t key_bits; /*!< Size in bits of the key used on this context */ member
/trusted-firmware-m-3.7.0/secure_fw/partitions/crypto/psa_driver_api/
Dtfm_builtin_key_loader.c215 psa_key_bits_t key_bits; in tfm_builtin_key_loader_init() local