/openthread-latest/third_party/mbedtls/repo/tests/src/drivers/ |
D | test_driver_mac.c | 71 mbedtls_transparent_test_driver_mac_operation_t *operation, in mbedtls_test_transparent_mac_sign_setup() 108 mbedtls_transparent_test_driver_mac_operation_t *operation, in mbedtls_test_transparent_mac_verify_setup() 145 mbedtls_transparent_test_driver_mac_operation_t *operation, in mbedtls_test_transparent_mac_update() 176 mbedtls_transparent_test_driver_mac_operation_t *operation, in mbedtls_test_transparent_mac_sign_finish() 209 mbedtls_transparent_test_driver_mac_operation_t *operation, in mbedtls_test_transparent_mac_verify_finish() 240 mbedtls_transparent_test_driver_mac_operation_t *operation) in mbedtls_test_transparent_mac_abort() 297 mbedtls_opaque_test_driver_mac_operation_t *operation, in mbedtls_test_opaque_mac_sign_setup() 321 mbedtls_opaque_test_driver_mac_operation_t *operation, in mbedtls_test_opaque_mac_verify_setup() 345 mbedtls_opaque_test_driver_mac_operation_t *operation, in mbedtls_test_opaque_mac_update() 365 mbedtls_opaque_test_driver_mac_operation_t *operation, in mbedtls_test_opaque_mac_sign_finish() [all …]
|
D | test_driver_pake.c | 25 mbedtls_transparent_test_driver_pake_operation_t *operation, in mbedtls_test_transparent_pake_setup() 55 mbedtls_transparent_test_driver_pake_operation_t *operation, in mbedtls_test_transparent_pake_output() 105 mbedtls_transparent_test_driver_pake_operation_t *operation, in mbedtls_test_transparent_pake_input() 140 mbedtls_transparent_test_driver_pake_operation_t *operation, in mbedtls_test_transparent_pake_get_implicit_key() 172 mbedtls_transparent_test_driver_pake_operation_t *operation) in mbedtls_test_transparent_pake_abort()
|
D | test_driver_cipher.c | 131 mbedtls_transparent_test_driver_cipher_operation_t *operation, in mbedtls_test_transparent_cipher_encrypt_setup() 163 mbedtls_transparent_test_driver_cipher_operation_t *operation, in mbedtls_test_transparent_cipher_decrypt_setup() 189 mbedtls_transparent_test_driver_cipher_operation_t *operation) in mbedtls_test_transparent_cipher_abort() 210 mbedtls_transparent_test_driver_cipher_operation_t *operation, in mbedtls_test_transparent_cipher_set_iv() 236 mbedtls_transparent_test_driver_cipher_operation_t *operation, in mbedtls_test_transparent_cipher_update() 277 mbedtls_transparent_test_driver_cipher_operation_t *operation, in mbedtls_test_transparent_cipher_finish() 358 mbedtls_opaque_test_driver_cipher_operation_t *operation, in mbedtls_test_opaque_cipher_encrypt_setup() 372 mbedtls_opaque_test_driver_cipher_operation_t *operation, in mbedtls_test_opaque_cipher_decrypt_setup() 386 mbedtls_opaque_test_driver_cipher_operation_t *operation) in mbedtls_test_opaque_cipher_abort() 393 mbedtls_opaque_test_driver_cipher_operation_t *operation, in mbedtls_test_opaque_cipher_set_iv() [all …]
|
D | test_driver_aead.c | 138 mbedtls_transparent_test_driver_aead_operation_t *operation, in mbedtls_test_transparent_aead_encrypt_setup() 175 mbedtls_transparent_test_driver_aead_operation_t *operation, in mbedtls_test_transparent_aead_decrypt_setup() 211 mbedtls_transparent_test_driver_aead_operation_t *operation, in mbedtls_test_transparent_aead_set_nonce() 240 mbedtls_transparent_test_driver_aead_operation_t *operation, in mbedtls_test_transparent_aead_set_lengths() 271 mbedtls_transparent_test_driver_aead_operation_t *operation, in mbedtls_test_transparent_aead_update_ad() 300 mbedtls_transparent_test_driver_aead_operation_t *operation, in mbedtls_test_transparent_aead_update() 338 mbedtls_transparent_test_driver_aead_operation_t *operation, in mbedtls_test_transparent_aead_finish() 379 mbedtls_transparent_test_driver_aead_operation_t *operation, in mbedtls_test_transparent_aead_verify() 438 mbedtls_transparent_test_driver_aead_operation_t *operation) in mbedtls_test_transparent_aead_abort()
|
D | hash.c | 59 mbedtls_transparent_test_driver_hash_operation_t *operation, in mbedtls_test_transparent_hash_setup() 114 mbedtls_transparent_test_driver_hash_operation_t *operation, in mbedtls_test_transparent_hash_update() 144 mbedtls_transparent_test_driver_hash_operation_t *operation, in mbedtls_test_transparent_hash_finish() 176 mbedtls_transparent_test_driver_hash_operation_t *operation) in mbedtls_test_transparent_hash_abort()
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | psa_crypto_pake.c | 128 static psa_status_t psa_pake_ecjpake_setup(mbedtls_psa_pake_operation_t *operation) in psa_pake_ecjpake_setup() 155 psa_status_t mbedtls_psa_pake_setup(mbedtls_psa_pake_operation_t *operation, in mbedtls_psa_pake_setup() 283 mbedtls_psa_pake_operation_t *operation, in mbedtls_psa_pake_output_internal() 391 psa_status_t mbedtls_psa_pake_output(mbedtls_psa_pake_operation_t *operation, in mbedtls_psa_pake_output() 404 mbedtls_psa_pake_operation_t *operation, in mbedtls_psa_pake_input_internal() 510 psa_status_t mbedtls_psa_pake_input(mbedtls_psa_pake_operation_t *operation, in mbedtls_psa_pake_input() 522 mbedtls_psa_pake_operation_t *operation, in mbedtls_psa_pake_get_implicit_key() 548 psa_status_t mbedtls_psa_pake_abort(mbedtls_psa_pake_operation_t *operation) in mbedtls_psa_pake_abort()
|
D | psa_crypto_mac.c | 157 static psa_status_t cmac_setup(mbedtls_psa_mac_operation_t *operation, in cmac_setup() 203 mbedtls_psa_mac_operation_t *operation, in mac_init() 234 psa_status_t mbedtls_psa_mac_abort(mbedtls_psa_mac_operation_t *operation) in mbedtls_psa_mac_abort() 271 static psa_status_t psa_mac_setup(mbedtls_psa_mac_operation_t *operation, in psa_mac_setup() 320 mbedtls_psa_mac_operation_t *operation, in mbedtls_psa_mac_sign_setup() 331 mbedtls_psa_mac_operation_t *operation, in mbedtls_psa_mac_verify_setup() 342 mbedtls_psa_mac_operation_t *operation, in mbedtls_psa_mac_update() 373 mbedtls_psa_mac_operation_t *operation, in psa_mac_finish_internal() 404 mbedtls_psa_mac_operation_t *operation, in mbedtls_psa_mac_sign_finish() 424 mbedtls_psa_mac_operation_t *operation, in mbedtls_psa_mac_verify_finish() [all …]
|
D | psa_crypto_hash.c | 22 mbedtls_psa_hash_operation_t *operation) in mbedtls_psa_hash_abort() 92 mbedtls_psa_hash_operation_t *operation, in mbedtls_psa_hash_setup() 262 mbedtls_psa_hash_operation_t *operation, in mbedtls_psa_hash_update() 341 mbedtls_psa_hash_operation_t *operation, in mbedtls_psa_hash_finish() 441 mbedtls_psa_hash_operation_t operation = MBEDTLS_PSA_HASH_OPERATION_INIT; in mbedtls_psa_hash_compute() local
|
D | psa_crypto_aead.c | 27 mbedtls_psa_aead_operation_t *operation, in psa_aead_setup() 127 mbedtls_psa_aead_operation_t operation = MBEDTLS_PSA_AEAD_OPERATION_INIT; in mbedtls_psa_aead_encrypt() local 239 mbedtls_psa_aead_operation_t operation = MBEDTLS_PSA_AEAD_OPERATION_INIT; in mbedtls_psa_aead_decrypt() local 322 mbedtls_psa_aead_operation_t *operation, in mbedtls_psa_aead_encrypt_setup() 343 mbedtls_psa_aead_operation_t *operation, in mbedtls_psa_aead_decrypt_setup() 363 mbedtls_psa_aead_operation_t *operation, in mbedtls_psa_aead_set_nonce() 421 mbedtls_psa_aead_operation_t *operation, in mbedtls_psa_aead_set_lengths() 445 mbedtls_psa_aead_operation_t *operation, in mbedtls_psa_aead_update_ad() 485 mbedtls_psa_aead_operation_t *operation, in mbedtls_psa_aead_update() 550 mbedtls_psa_aead_operation_t *operation, in mbedtls_psa_aead_finish() [all …]
|
D | psa_crypto_driver_wrappers.h | 463 psa_sign_hash_interruptible_operation_t *operation ) in psa_driver_wrapper_sign_hash_get_num_ops() 487 psa_verify_hash_interruptible_operation_t *operation ) in psa_driver_wrapper_verify_hash_get_num_ops() 512 psa_sign_hash_interruptible_operation_t *operation, in psa_driver_wrapper_sign_hash_start() 557 psa_sign_hash_interruptible_operation_t *operation, in psa_driver_wrapper_sign_hash_complete() 584 psa_sign_hash_interruptible_operation_t *operation ) in psa_driver_wrapper_sign_hash_abort() 603 psa_verify_hash_interruptible_operation_t *operation, in psa_driver_wrapper_verify_hash_start() 650 psa_verify_hash_interruptible_operation_t *operation ) in psa_driver_wrapper_verify_hash_complete() 671 psa_verify_hash_interruptible_operation_t *operation ) in psa_driver_wrapper_verify_hash_abort() 1244 psa_cipher_operation_t *operation, in psa_driver_wrapper_cipher_encrypt_setup() 1317 psa_cipher_operation_t *operation, in psa_driver_wrapper_cipher_decrypt_setup() [all …]
|
D | psa_crypto_cipher.c | 283 mbedtls_psa_cipher_operation_t *operation, in psa_cipher_setup() 361 mbedtls_psa_cipher_operation_t *operation, in mbedtls_psa_cipher_encrypt_setup() 372 mbedtls_psa_cipher_operation_t *operation, in mbedtls_psa_cipher_decrypt_setup() 383 mbedtls_psa_cipher_operation_t *operation, in mbedtls_psa_cipher_set_iv() 500 mbedtls_psa_cipher_operation_t *operation, in mbedtls_psa_cipher_update() 553 mbedtls_psa_cipher_operation_t *operation, in mbedtls_psa_cipher_finish() 591 mbedtls_psa_cipher_operation_t *operation) in mbedtls_psa_cipher_abort() 618 mbedtls_psa_cipher_operation_t operation = MBEDTLS_PSA_CIPHER_OPERATION_INIT; in mbedtls_psa_cipher_encrypt() local 674 mbedtls_psa_cipher_operation_t operation = MBEDTLS_PSA_CIPHER_OPERATION_INIT; in mbedtls_psa_cipher_decrypt() local
|
D | psa_crypto.c | 2279 psa_status_t psa_hash_abort(psa_hash_operation_t *operation) in psa_hash_abort() 2292 psa_status_t psa_hash_setup(psa_hash_operation_t *operation, in psa_hash_setup() 2322 psa_status_t psa_hash_update(psa_hash_operation_t *operation, in psa_hash_update() 2352 static psa_status_t psa_hash_finish_internal(psa_hash_operation_t *operation, in psa_hash_finish_internal() 2371 psa_status_t psa_hash_finish(psa_hash_operation_t *operation, in psa_hash_finish() 2389 psa_status_t psa_hash_verify(psa_hash_operation_t *operation, in psa_hash_verify() 2518 psa_status_t psa_mac_abort(psa_mac_operation_t *operation) in psa_mac_abort() 2586 static psa_status_t psa_mac_setup(psa_mac_operation_t *operation, in psa_mac_setup() 2642 psa_status_t psa_mac_sign_setup(psa_mac_operation_t *operation, in psa_mac_sign_setup() 2649 psa_status_t psa_mac_verify_setup(psa_mac_operation_t *operation, in psa_mac_verify_setup() [all …]
|
D | cipher_wrap.c | 163 static int aes_crypt_ecb_wrap(void *ctx, mbedtls_operation_t operation, in aes_crypt_ecb_wrap() 170 static int aes_crypt_cbc_wrap(void *ctx, mbedtls_operation_t operation, size_t length, in aes_crypt_cbc_wrap() 179 static int aes_crypt_cfb128_wrap(void *ctx, mbedtls_operation_t operation, in aes_crypt_cfb128_wrap() 208 static int aes_crypt_xts_wrap(void *ctx, mbedtls_operation_t operation, in aes_crypt_xts_wrap() 777 static int camellia_crypt_ecb_wrap(void *ctx, mbedtls_operation_t operation, in camellia_crypt_ecb_wrap() 785 static int camellia_crypt_cbc_wrap(void *ctx, mbedtls_operation_t operation, in camellia_crypt_cbc_wrap() 795 static int camellia_crypt_cfb128_wrap(void *ctx, mbedtls_operation_t operation, in camellia_crypt_cfb128_wrap() 1194 static int aria_crypt_ecb_wrap(void *ctx, mbedtls_operation_t operation, in aria_crypt_ecb_wrap() 1203 static int aria_crypt_cbc_wrap(void *ctx, mbedtls_operation_t operation, in aria_crypt_cbc_wrap() 1213 static int aria_crypt_cfb128_wrap(void *ctx, mbedtls_operation_t operation, in aria_crypt_cfb128_wrap() [all …]
|
D | ssl_cookie.c | 190 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; in mbedtls_ssl_cookie_write() local 279 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; in mbedtls_ssl_cookie_check() local
|
D | ssl_msg.c | 93 psa_hash_operation_t operation = PSA_HASH_OPERATION_INIT; in mbedtls_ct_hmac() local 1044 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; in mbedtls_ssl_encrypt_buf() local 1377 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; in mbedtls_ssl_encrypt_buf() local 1721 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; in mbedtls_ssl_decrypt_buf() local
|
D | ssl_tls13_keys.c | 151 psa_key_derivation_operation_t operation = in mbedtls_ssl_tls13_hkdf_expand_label() local 349 psa_key_derivation_operation_t operation = in mbedtls_ssl_tls13_evolve_secret() local
|
D | cipher.c | 305 const mbedtls_operation_t operation) in mbedtls_cipher_setkey()
|
/openthread-latest/third_party/mbedtls/repo/programs/psa/ |
D | crypto_examples.c | 49 static psa_status_t cipher_operation(psa_cipher_operation_t *operation, in cipher_operation() 96 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT; in cipher_encrypt() local 127 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT; in cipher_decrypt() local
|
D | key_ladder_demo.c | 267 psa_key_derivation_operation_t operation = PSA_KEY_DERIVATION_OPERATION_INIT; in derive_key_ladder() local 316 psa_key_derivation_operation_t operation = PSA_KEY_DERIVATION_OPERATION_INIT; in derive_wrapping_key() local
|
/openthread-latest/third_party/mbedtls/repo/tests/src/ |
D | psa_exercise_key.c | 125 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; in exercise_mac_key() local 180 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT; in exercise_cipher_key() local 487 psa_key_derivation_operation_t *operation, in mbedtls_test_psa_setup_key_derivation_wrap() 593 psa_key_derivation_operation_t operation = PSA_KEY_DERIVATION_OPERATION_INIT; in exercise_key_derivation_key() local 630 psa_key_derivation_operation_t *operation, in mbedtls_test_psa_key_agreement_with_self() 771 psa_key_derivation_operation_t operation = PSA_KEY_DERIVATION_OPERATION_INIT; in exercise_key_agreement_key() local
|
D | psa_crypto_stubs.c | 57 psa_status_t psa_hash_abort(psa_hash_operation_t *operation) in psa_hash_abort()
|
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/ |
D | ctr_drbg.h | 163 psa_cipher_operation_t operation; member
|
/openthread-latest/third_party/mbedtls/repo/tests/src/test_helpers/ |
D | ssl_helpers.c | 1617 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; in mbedtls_test_ssl_prepare_record_mac() local
|