Home
last modified time | relevance | path

Searched defs:output_length (Results 1 – 6 of 6) sorted by relevance

/openthread-3.5.0/third_party/mbedtls/repo/tests/src/drivers/
Dtest_driver_cipher.c57 size_t *output_length ) in mbedtls_test_transparent_cipher_encrypt()
103 size_t *output_length ) in mbedtls_test_transparent_cipher_decrypt()
247 size_t *output_length) in mbedtls_test_transparent_cipher_update()
285 size_t *output_length) in mbedtls_test_transparent_cipher_finish()
326 uint8_t *output, size_t output_size, size_t *output_length) in mbedtls_test_opaque_cipher_encrypt()
347 uint8_t *output, size_t output_size, size_t *output_length) in mbedtls_test_opaque_cipher_decrypt()
413 size_t *output_length) in mbedtls_test_opaque_cipher_update()
428 size_t *output_length) in mbedtls_test_opaque_cipher_finish()
/openthread-3.5.0/third_party/mbedtls/repo/library/
Dpsa_crypto_cipher.c270 size_t *output_length ) in psa_cipher_update_ecb()
349 uint8_t *output, size_t output_size, size_t *output_length ) in mbedtls_psa_cipher_update()
398 uint8_t *output, size_t output_size, size_t *output_length ) in mbedtls_psa_cipher_finish()
457 size_t *output_length ) in mbedtls_psa_cipher_encrypt()
507 size_t *output_length ) in mbedtls_psa_cipher_decrypt()
Dpsa_crypto.c3086 size_t *output_length ) in psa_asymmetric_encrypt()
3200 size_t *output_length ) in psa_asymmetric_decrypt()
3491 size_t *output_length ) in psa_cipher_update()
3524 size_t *output_length ) in psa_cipher_finish()
3582 size_t *output_length ) in psa_cipher_encrypt()
3655 size_t *output_length ) in psa_cipher_decrypt()
3937 size_t output_length ) in psa_key_derivation_hkdf_read()
4123 size_t output_length ) in psa_key_derivation_tls12_prf_read()
4174 size_t output_length ) in psa_key_derivation_output_bytes()
4961 size_t *output_length ) in psa_raw_key_agreement()
[all …]
Dpsa_crypto_driver_wrappers.c787 size_t *output_length ) in psa_driver_wrapper_cipher_encrypt()
875 size_t *output_length ) in psa_driver_wrapper_cipher_decrypt()
1134 size_t *output_length ) in psa_driver_wrapper_cipher_update()
1178 size_t *output_length ) in psa_driver_wrapper_cipher_finish()
/openthread-3.5.0/third_party/mbedtls/repo/tests/src/
Dfake_external_rng_for_test.c43 uint8_t *output, size_t output_size, size_t *output_length ) in mbedtls_psa_external_get_random()
Dpsa_exercise_key.c553 size_t output_length; in mbedtls_test_psa_raw_key_agreement_with_self() local