/aosp_15_r20/external/mbedtls/include/psa/ |
H A D | crypto_sizes.h | 188 #define PSA_AEAD_TAG_LENGTH(key_type, key_bits, alg) \ argument 318 #define PSA_MAC_LENGTH(key_type, key_bits, alg) \ argument 636 #define PSA_SIGN_OUTPUT_SIZE(key_type, key_bits, alg) \ argument 689 #define PSA_ASYMMETRIC_ENCRYPT_OUTPUT_SIZE(key_type, key_bits, alg) \ argument 728 #define PSA_ASYMMETRIC_DECRYPT_OUTPUT_SIZE(key_type, key_bits, alg) \ argument 767 #define PSA_KEY_EXPORT_RSA_PUBLIC_KEY_MAX_SIZE(key_bits) \ argument 792 #define PSA_KEY_EXPORT_RSA_KEY_PAIR_MAX_SIZE(key_bits) \ argument 811 #define PSA_KEY_EXPORT_DSA_PUBLIC_KEY_MAX_SIZE(key_bits) \ argument 830 #define PSA_KEY_EXPORT_DSA_KEY_PAIR_MAX_SIZE(key_bits) \ argument 843 #define PSA_KEY_EXPORT_ECC_PUBLIC_KEY_MAX_SIZE(key_bits) \ argument [all …]
|
H A D | crypto_extra.h | 548 #define PSA_KEY_DOMAIN_PARAMETERS_SIZE(key_type, key_bits) \ argument 553 #define PSA_DH_KEY_DOMAIN_PARAMETERS_SIZE(key_bits) \ argument 555 #define PSA_DSA_KEY_DOMAIN_PARAMETERS_SIZE(key_bits) \ argument
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/psa/ |
H A D | crypto_sizes.h | 188 #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 …]
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/tools/cert_create/src/ |
D | key.c | 48 static int key_create_rsa(key_t *key, int key_bits) in key_create_rsa() 102 static int key_create_ecdsa(key_t *key, int key_bits, const char *curve) in key_create_ecdsa() 114 static int key_create_ecdsa_nist(key_t *key, int key_bits) in key_create_ecdsa_nist() 124 static int key_create_ecdsa_brainpool_r(key_t *key, int key_bits) in key_create_ecdsa_brainpool_r() 129 static int key_create_ecdsa_brainpool_t(key_t *key, int key_bits) in key_create_ecdsa_brainpool_t() 134 static int key_create_ecdsa(key_t *key, int key_bits, const int curve_id) in key_create_ecdsa() 161 static int key_create_ecdsa_nist(key_t *key, int key_bits) in key_create_ecdsa_nist() 172 static int key_create_ecdsa_brainpool_r(key_t *key, int key_bits) in key_create_ecdsa_brainpool_r() 177 static int key_create_ecdsa_brainpool_t(key_t *key, int key_bits) in key_create_ecdsa_brainpool_t() 197 int key_create(key_t *key, int type, int key_bits) in key_create()
|
/aosp_15_r20/external/arm-trusted-firmware/tools/cert_create/src/ |
H A D | key.c | 41 static int key_create_rsa(key_t *key, int key_bits) in key_create_rsa() 82 static int key_create_ecdsa(key_t *key, int key_bits) in key_create_ecdsa() 117 int key_create(key_t *key, int type, int key_bits) in key_create()
|
/aosp_15_r20/bootable/recovery/minui/ |
H A D | events.cpp | 302 unsigned long key_bits[BITS_TO_LONGS(KEY_MAX)]; // NOLINT in ev_sync_key_state() local 331 unsigned long key_bits[BITS_TO_LONGS(KEY_MAX)]; // NOLINT in ev_iterate_available_keys() local 368 unsigned long key_bits[BITS_TO_LONGS(KEY_MAX)] = {}; // NOLINT in ev_iterate_touch_inputs() local
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/psa/ |
H A D | crypto_examples.c | 150 key_bits = 256, in cipher_example_encrypt_decrypt_aes_cbc_nopad_1_block() enumerator 198 key_bits = 256, in cipher_example_encrypt_decrypt_aes_cbc_pkcs7_multi() enumerator 246 key_bits = 256, in cipher_example_encrypt_decrypt_aes_ctr_multi() enumerator
|
H A D | aead_demo.c | 125 size_t key_bits; in aead_prepare() local 173 size_t key_bits = psa_get_key_bits(&attr); in aead_info() local
|
/aosp_15_r20/external/mbedtls/programs/psa/ |
H A D | crypto_examples.c | 150 key_bits = 256, in cipher_example_encrypt_decrypt_aes_cbc_nopad_1_block() enumerator 198 key_bits = 256, in cipher_example_encrypt_decrypt_aes_cbc_pkcs7_multi() enumerator 246 key_bits = 256, in cipher_example_encrypt_decrypt_aes_ctr_multi() enumerator
|
H A D | aead_demo.c | 125 size_t key_bits; in aead_prepare() local 173 size_t key_bits = psa_get_key_bits(&attr); in aead_info() local
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | psa_crypto_cipher.c | 129 size_t *key_bits, in mbedtls_cipher_values_from_psa() 261 size_t key_bits, in mbedtls_cipher_info_from_psa() 290 size_t key_bits; in psa_cipher_setup() local
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/util/fipstools/cavp/ |
D | cavp_keywrap_test.cc | 40 size_t key_bits = key.size() * 8; in AESKeyWrap() local 68 const size_t key_bits = key.size() * 8; in AESKeyWrapWithPadding() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/util/fipstools/cavp/ |
D | cavp_keywrap_test.cc | 40 size_t key_bits = key.size() * 8; in AESKeyWrap() local 68 const size_t key_bits = key.size() * 8; in AESKeyWrapWithPadding() local
|
/aosp_15_r20/external/mesa3d/src/amd/vulkan/radix_sort/ |
H A D | radix_sort_vk_devaddr.h | 52 uint32_t key_bits; member 76 uint32_t key_bits; member
|
H A D | radix_sort_vk.h | 297 uint32_t key_bits; member 357 uint32_t key_bits; member
|
H A D | radix_sort_vk.c | 577 uint32_t const key_bits = MIN_MACRO(uint32_t, info->key_bits, keyval_bits); in radix_sort_vk_sort_devaddr() local 906 uint32_t const key_bits = MIN_MACRO(uint32_t, info->key_bits, keyval_bits); in radix_sort_vk_sort_indirect_devaddr() local
|
/aosp_15_r20/external/tpm2-tss/src/tss2-esys/ |
H A D | esys_crypto_gcrypt.c | 902 TPMI_AES_KEY_BITS key_bits, in iesys_cryptogcry_sym_aes_init() 989 TPMI_AES_KEY_BITS key_bits, in iesys_cryptogcry_sym_aes_encrypt() 1038 TPMI_AES_KEY_BITS key_bits, in iesys_cryptogcry_sym_aes_decrypt()
|
H A D | esys_crypto_ossl.c | 949 TPMI_AES_KEY_BITS key_bits, in iesys_cryptossl_sym_aes_encrypt() 1037 TPMI_AES_KEY_BITS key_bits, in iesys_cryptossl_sym_aes_decrypt()
|
H A D | esys_crypto_bssl.c | 938 TPMI_AES_KEY_BITS key_bits, in iesys_cryptbssl_sym_aes_encrypt() 1023 TPMI_AES_KEY_BITS key_bits, in iesys_cryptbssl_sym_aes_decrypt()
|
/aosp_15_r20/external/mbedtls/tests/src/ |
H A D | psa_exercise_key.c | 494 size_t key_bits; in mbedtls_test_psa_key_agreement_with_self() local 534 size_t key_bits; in mbedtls_test_psa_raw_key_agreement_with_self() local 628 size_t key_bits = psa_get_key_bits(&attributes); in exercise_key_agreement_key() local
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/src/ |
H A D | psa_exercise_key.c | 635 size_t key_bits; in mbedtls_test_psa_key_agreement_with_self() local 690 size_t key_bits; in mbedtls_test_psa_raw_key_agreement_with_self() local 806 size_t key_bits = psa_get_key_bits(&attributes); in exercise_key_agreement_key() local
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | psa_crypto_cipher.c | 25 size_t key_bits, in mbedtls_cipher_info_from_psa() 160 size_t key_bits; in psa_cipher_setup() local
|
/aosp_15_r20/external/boringssl/src/crypto/cipher_extra/ |
H A D | e_aesgcmsiv.c | 72 const size_t key_bits = key_len * 8; in aead_aes_gcm_siv_asm_init() local 550 const size_t key_bits = key_len * 8; in aead_aes_gcm_siv_init() local
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/cipher_extra/ |
H A D | e_aesgcmsiv.c | 72 const size_t key_bits = key_len * 8; in aead_aes_gcm_siv_asm_init() local 550 const size_t key_bits = key_len * 8; in aead_aes_gcm_siv_init() local
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/lib/psa/ |
D | delegated_attestation.c | 14 uint32_t key_bits, in rse_delegated_attest_get_delegated_key()
|