/openthread-latest/third_party/mbedtls/repo/include/psa/ |
D | crypto_values.h | 797 #define PSA_ALG_IS_VENDOR_DEFINED(alg) \ argument 808 #define PSA_ALG_IS_HASH(alg) \ argument 819 #define PSA_ALG_IS_MAC(alg) \ argument 830 #define PSA_ALG_IS_CIPHER(alg) \ argument 842 #define PSA_ALG_IS_AEAD(alg) \ argument 854 #define PSA_ALG_IS_SIGN(alg) \ argument 866 #define PSA_ALG_IS_ASYMMETRIC_ENCRYPTION(alg) \ argument 877 #define PSA_ALG_IS_KEY_AGREEMENT(alg) \ argument 888 #define PSA_ALG_IS_KEY_DERIVATION(alg) \ argument 905 #define PSA_ALG_IS_KEY_DERIVATION_STRETCHING(alg) \ argument [all …]
|
D | crypto_sizes.h | 60 #define PSA_HASH_LENGTH(alg) \ argument 92 #define PSA_HASH_BLOCK_LENGTH(alg) \ argument 188 #define PSA_AEAD_TAG_LENGTH(key_type, key_bits, alg) \ argument 328 #define PSA_MAC_LENGTH(key_type, key_bits, alg) \ argument 360 #define PSA_AEAD_ENCRYPT_OUTPUT_SIZE(key_type, alg, plaintext_length) \ argument 413 #define PSA_AEAD_DECRYPT_OUTPUT_SIZE(key_type, alg, ciphertext_length) \ argument 465 #define PSA_AEAD_NONCE_LENGTH(key_type, alg) \ argument 517 #define PSA_AEAD_UPDATE_OUTPUT_SIZE(key_type, alg, input_length) \ argument 558 #define PSA_AEAD_FINISH_OUTPUT_SIZE(key_type, alg) \ argument 592 #define PSA_AEAD_VERIFY_OUTPUT_SIZE(key_type, alg) \ argument [all …]
|
D | crypto_extra.h | 388 #define PSA_ALG_IS_DSA(alg) \ argument 391 #define PSA_ALG_DSA_IS_DETERMINISTIC(alg) \ argument 393 #define PSA_ALG_IS_DETERMINISTIC_DSA(alg) \ argument 395 #define PSA_ALG_IS_RANDOMIZED_DSA(alg) \ argument 402 #define PSA_ALG_IS_VENDOR_HASH_AND_SIGN(alg) \ argument 583 #define PSA_ALG_IS_PAKE(alg) \ argument 1630 #define PSA_PAKE_OUTPUT_SIZE(alg, primitive, output_step) \ argument 1660 #define PSA_PAKE_INPUT_SIZE(alg, primitive, input_step) \ argument
|
/openthread-latest/third_party/mbedtls/repo/tests/src/drivers/ |
D | test_driver_signature.c | 45 psa_algorithm_t alg, in sign_hash() 113 psa_algorithm_t alg, in verify_hash() 179 psa_algorithm_t alg, in mbedtls_test_transparent_signature_sign_message() 235 psa_algorithm_t alg, in mbedtls_test_opaque_signature_sign_message() 259 psa_algorithm_t alg, in mbedtls_test_transparent_signature_verify_message() 302 psa_algorithm_t alg, in mbedtls_test_opaque_signature_verify_message() 323 psa_algorithm_t alg, in mbedtls_test_transparent_signature_sign_hash() 351 psa_algorithm_t alg, in mbedtls_test_opaque_signature_sign_hash() 371 psa_algorithm_t alg, in mbedtls_test_transparent_signature_verify_hash() 389 psa_algorithm_t alg, in mbedtls_test_opaque_signature_verify_hash()
|
D | test_driver_mac.c | 26 psa_algorithm_t alg, in mbedtls_test_transparent_mac_compute() 75 psa_algorithm_t alg) in mbedtls_test_transparent_mac_sign_setup() 112 psa_algorithm_t alg) in mbedtls_test_transparent_mac_verify_setup() 268 psa_algorithm_t alg, in mbedtls_test_opaque_mac_compute() 301 psa_algorithm_t alg) in mbedtls_test_opaque_mac_sign_setup() 325 psa_algorithm_t alg) in mbedtls_test_opaque_mac_verify_setup()
|
D | test_driver_cipher.c | 34 psa_algorithm_t alg, in mbedtls_test_transparent_cipher_encrypt() 87 psa_algorithm_t alg, in mbedtls_test_transparent_cipher_decrypt() 134 psa_algorithm_t alg) in mbedtls_test_transparent_cipher_encrypt_setup() 166 psa_algorithm_t alg) in mbedtls_test_transparent_cipher_decrypt_setup() 319 psa_algorithm_t alg, in mbedtls_test_opaque_cipher_encrypt() 341 psa_algorithm_t alg, in mbedtls_test_opaque_cipher_decrypt() 361 psa_algorithm_t alg) in mbedtls_test_opaque_cipher_encrypt_setup() 375 psa_algorithm_t alg) in mbedtls_test_opaque_cipher_decrypt_setup()
|
D | test_driver_asymmetric_encryption.c | 30 size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *input, in mbedtls_test_transparent_asymmetric_encrypt() 71 size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *input, in mbedtls_test_transparent_asymmetric_decrypt() 115 size_t key_length, psa_algorithm_t alg, const uint8_t *input, in mbedtls_test_opaque_asymmetric_encrypt() 149 size_t key_length, psa_algorithm_t alg, const uint8_t *input, in mbedtls_test_opaque_asymmetric_decrypt()
|
D | test_driver_key_agreement.c | 35 psa_algorithm_t alg, in mbedtls_test_transparent_key_agreement() 128 psa_algorithm_t alg, in mbedtls_test_opaque_key_agreement()
|
D | hash.c | 23 psa_algorithm_t alg, in mbedtls_test_transparent_hash_compute() 60 psa_algorithm_t alg) in mbedtls_test_transparent_hash_setup()
|
D | test_driver_aead.c | 28 psa_algorithm_t alg, in mbedtls_test_transparent_aead_encrypt() 84 psa_algorithm_t alg, in mbedtls_test_transparent_aead_decrypt() 141 psa_algorithm_t alg) in mbedtls_test_transparent_aead_encrypt_setup() 178 psa_algorithm_t alg) in mbedtls_test_transparent_aead_decrypt_setup()
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | psa_crypto_cipher.c | 30 psa_algorithm_t alg, in mbedtls_cipher_validate_values() 127 psa_algorithm_t alg, in mbedtls_cipher_values_from_psa() 259 psa_algorithm_t alg, in mbedtls_cipher_info_from_psa() 286 psa_algorithm_t alg, in psa_cipher_setup() 364 psa_algorithm_t alg) in mbedtls_psa_cipher_encrypt_setup() 375 psa_algorithm_t alg) in mbedtls_psa_cipher_decrypt_setup() 608 psa_algorithm_t alg, in mbedtls_psa_cipher_encrypt() 666 psa_algorithm_t alg, in mbedtls_psa_cipher_decrypt()
|
D | psa_crypto_driver_wrappers.h | 115 psa_algorithm_t alg, in psa_driver_wrapper_sign_message() 190 psa_algorithm_t alg, in psa_driver_wrapper_verify_message() 260 psa_algorithm_t alg, const uint8_t *hash, size_t hash_length, in psa_driver_wrapper_sign_hash() 364 psa_algorithm_t alg, const uint8_t *hash, size_t hash_length, in psa_driver_wrapper_verify_hash() 514 size_t key_buffer_size, psa_algorithm_t alg, in psa_driver_wrapper_sign_hash_start() 605 size_t key_buffer_size, psa_algorithm_t alg, in psa_driver_wrapper_verify_hash_start() 1073 psa_algorithm_t alg, in psa_driver_wrapper_cipher_encrypt() 1165 psa_algorithm_t alg, in psa_driver_wrapper_cipher_decrypt() 1247 psa_algorithm_t alg ) in psa_driver_wrapper_cipher_encrypt_setup() 1320 psa_algorithm_t alg ) in psa_driver_wrapper_cipher_decrypt_setup() [all …]
|
D | psa_crypto_rsa.c | 288 static psa_status_t psa_rsa_decode_md_type(psa_algorithm_t alg, in psa_rsa_decode_md_type() 320 psa_algorithm_t alg, const uint8_t *hash, size_t hash_length, in mbedtls_psa_rsa_sign_hash() 394 static int rsa_pss_expected_salt_len(psa_algorithm_t alg, in rsa_pss_expected_salt_len() 419 psa_algorithm_t alg, const uint8_t *hash, size_t hash_length, in mbedtls_psa_rsa_verify_hash() 500 static int psa_rsa_oaep_set_padding_mode(psa_algorithm_t alg, in psa_rsa_oaep_set_padding_mode() 519 psa_algorithm_t alg, in mbedtls_psa_asymmetric_encrypt() 613 psa_algorithm_t alg, in mbedtls_psa_asymmetric_decrypt()
|
D | psa_crypto_mac.c | 204 psa_algorithm_t alg) in mac_init() 275 psa_algorithm_t alg) in psa_mac_setup() 324 psa_algorithm_t alg) in mbedtls_psa_mac_sign_setup() 335 psa_algorithm_t alg) in mbedtls_psa_mac_verify_setup() 459 psa_algorithm_t alg, in mbedtls_psa_mac_compute()
|
D | psa_crypto_aead.c | 31 psa_algorithm_t alg) in psa_aead_setup() 120 psa_algorithm_t alg, in mbedtls_psa_aead_encrypt() 232 psa_algorithm_t alg, in mbedtls_psa_aead_decrypt() 326 psa_algorithm_t alg) in mbedtls_psa_aead_encrypt_setup() 347 psa_algorithm_t alg) in mbedtls_psa_aead_decrypt_setup()
|
D | psa_crypto_hash.c | 93 psa_algorithm_t alg) in mbedtls_psa_hash_setup() 434 psa_algorithm_t alg, in mbedtls_psa_hash_compute()
|
D | psa_crypto.c | 1011 psa_algorithm_t alg) in psa_key_policy_permits() 1095 psa_algorithm_t alg) in psa_get_and_lock_key_slot_with_policy() 1161 psa_algorithm_t alg) in psa_get_and_lock_transparent_key_slot_with_policy() 2293 psa_algorithm_t alg) in psa_hash_setup() 2426 psa_status_t psa_hash_compute(psa_algorithm_t alg, in psa_hash_compute() 2453 psa_status_t psa_hash_compare(psa_algorithm_t alg, in psa_hash_compare() 2534 psa_algorithm_t alg, in psa_mac_finalize_alg_and_key_validation() 2588 psa_algorithm_t alg, in psa_mac_setup() 2644 psa_algorithm_t alg) in psa_mac_sign_setup() 2651 psa_algorithm_t alg) in psa_mac_verify_setup() [all …]
|
D | psa_crypto_ecp.c | 368 psa_algorithm_t alg, const uint8_t *hash, size_t hash_length, in mbedtls_psa_ecdsa_sign_hash() 454 psa_algorithm_t alg, const uint8_t *hash, size_t hash_length, in mbedtls_psa_ecdsa_verify_hash() 524 psa_algorithm_t alg, const uint8_t *peer_key, size_t peer_key_length, in mbedtls_psa_key_agreement_ecdh()
|
D | pkcs7.c | 119 mbedtls_x509_buf *alg) in pkcs7_get_digest_algorithm() 135 mbedtls_x509_buf *alg) in pkcs7_get_digest_algorithm_set() 279 mbedtls_x509_buf *alg) in pkcs7_get_signer_info()
|
/openthread-latest/third_party/mbedtls/repo/tests/src/ |
D | psa_exercise_key.c | 122 psa_algorithm_t alg, in exercise_mac_key() 177 psa_algorithm_t alg, in exercise_cipher_key() 265 psa_algorithm_t alg, in exercise_aead_key() 327 psa_algorithm_t alg) in can_sign_or_verify_message() 340 psa_algorithm_t alg, in exercise_signature_key() 441 psa_algorithm_t alg, in exercise_asymmetric_encryption_key() 489 psa_algorithm_t alg, in mbedtls_test_psa_setup_key_derivation_wrap() 590 psa_algorithm_t alg, in exercise_key_derivation_key() 684 psa_algorithm_t alg, in mbedtls_test_psa_raw_key_agreement_with_self() 749 psa_algorithm_t alg, in exercise_raw_key_agreement_key() [all …]
|
/openthread-latest/third_party/mbedtls/repo/programs/psa/ |
D | aead_demo.c | 120 psa_algorithm_t *alg) in aead_prepare() 168 static void aead_info(psa_key_id_t key, psa_algorithm_t alg) in aead_info() 191 static int aead_encrypt(psa_key_id_t key, psa_algorithm_t alg, in aead_encrypt() 234 psa_algorithm_t alg; in aead_demo() local
|
D | crypto_examples.c | 85 psa_algorithm_t alg, in cipher_encrypt() 116 psa_algorithm_t alg, in cipher_decrypt() 153 const psa_algorithm_t alg = PSA_ALG_CBC_NO_PADDING; in cipher_example_encrypt_decrypt_aes_cbc_nopad_1_block() local 203 const psa_algorithm_t alg = PSA_ALG_CBC_PKCS7; in cipher_example_encrypt_decrypt_aes_cbc_pkcs7_multi() local 250 const psa_algorithm_t alg = PSA_ALG_CTR; in cipher_example_encrypt_decrypt_aes_ctr_multi() local
|
D | hmac_demo.c | 96 const psa_algorithm_t alg = PSA_ALG_HMAC(PSA_ALG_SHA_256); in hmac_demo() local
|
/openthread-latest/third_party/mbedtls/repo/3rdparty/p256-m/ |
D | p256-m_driver_entrypoints.c | 172 psa_algorithm_t alg, in p256_transparent_key_agreement() 207 psa_algorithm_t alg, in p256_transparent_sign_hash() 265 psa_algorithm_t alg, in p256_transparent_verify_hash()
|
/openthread-latest/third_party/mbedtls/repo/programs/hash/ |
D | md_hmac_demo.c | 93 const mbedtls_md_type_t alg = MBEDTLS_MD_SHA256; in hmac_demo() local
|