Home
last modified time | relevance | path

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

/openthread-3.7.0/third_party/mbedtls/repo/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
/openthread-3.7.0/third_party/mbedtls/repo/programs/psa/
Dcrypto_examples.c150 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
Daead_demo.c125 size_t key_bits; in aead_prepare() local
173 size_t key_bits = psa_get_key_bits(&attr); in aead_info() local
/openthread-3.7.0/third_party/mbedtls/repo/library/
Dpsa_crypto_cipher.c129 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
Dpsa_crypto_driver_wrappers_no_static.c92 size_t key_bits = psa_get_key_bits(attributes); in psa_driver_wrapper_get_key_buffer_size() local
Dssl_ciphersuites.c1909 size_t key_bits; in mbedtls_ssl_ciphersuite_get_cipher_key_bitlen() local
Dssl_ticket.c220 size_t key_bits; in mbedtls_ssl_ticket_setup() local
Dpsa_crypto_aead.c36 size_t key_bits = attributes->bits; in psa_aead_setup() local
Dssl_tls13_keys.c944 size_t key_bits; in mbedtls_ssl_tls13_populate_transform() local
1100 size_t key_bits; in ssl_tls13_get_cipher_key_info() local
Dpk.c872 size_t key_bits; in copy_from_psa() local
Dpk_wrap.c703 size_t key_bits = 0; in ecdsa_sign_psa() local
Dssl_tls.c8822 size_t key_bits; in ssl_tls12_populate_transform() local
Dpsa_crypto.c2540 size_t key_bits = psa_get_key_bits(attributes); in psa_mac_finalize_alg_and_key_validation() local
/openthread-3.7.0/third_party/mbedtls/repo/tests/include/test/
Dpsa_crypto_helpers.h259 #define MBEDTLS_TEST_PSA_SKIP_IF_ALT_AES_192(key_type, key_bits) \ argument
/openthread-3.7.0/third_party/mbedtls/repo/programs/cipher/
Dcipher_aead_demo.c162 int key_bits = mbedtls_cipher_get_key_bitlen(ctx); in aead_info() local
/openthread-3.7.0/third_party/mbedtls/repo/tests/src/
Dpsa_exercise_key.c635 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
/openthread-3.7.0/third_party/mbedtls/repo/tests/src/drivers/
Dtest_driver_key_management.c101 const size_t key_bits) in mbedtls_test_opaque_size_function()
/openthread-3.7.0/third_party/mbedtls/repo/tests/src/test_helpers/
Dssl_helpers.c1135 size_t *key_bits, size_t *iv_len) in mbedtls_test_ssl_cipher_info_from_type()
1259 size_t key_bits = 0; in mbedtls_test_ssl_build_transforms() local