/aosp_15_r20/external/mbedtls/library/ |
H A D | psa_crypto_aead.c | 128 uint8_t *ciphertext, size_t ciphertext_size, size_t *ciphertext_length) in mbedtls_psa_aead_encrypt() 217 size_t ciphertext_length, in psa_aead_unpadded_locate_tag() 239 const uint8_t *ciphertext, size_t ciphertext_length, in mbedtls_psa_aead_decrypt() 557 size_t *ciphertext_length, in mbedtls_psa_aead_finish()
|
H A D | psa_crypto_driver_wrappers.h | 1694 uint8_t *ciphertext, size_t ciphertext_size, size_t *ciphertext_length ) in psa_driver_wrapper_aead_encrypt() 1745 const uint8_t *ciphertext, size_t ciphertext_length, in psa_driver_wrapper_aead_decrypt() 2037 size_t *ciphertext_length, in psa_driver_wrapper_aead_finish()
|
H A D | psa_crypto.c | 4532 size_t *ciphertext_length) in psa_aead_encrypt() 4584 size_t ciphertext_length, in psa_aead_decrypt() 5049 size_t *ciphertext_length, in psa_aead_finish()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | psa_crypto_aead.c | 124 uint8_t *ciphertext, size_t ciphertext_size, size_t *ciphertext_length) in mbedtls_psa_aead_encrypt() 213 size_t ciphertext_length, in psa_aead_unpadded_locate_tag() 235 const uint8_t *ciphertext, size_t ciphertext_length, in mbedtls_psa_aead_decrypt() 553 size_t *ciphertext_length, in mbedtls_psa_aead_finish()
|
H A D | psa_crypto_driver_wrappers.h | 1720 uint8_t *ciphertext, size_t ciphertext_size, size_t *ciphertext_length ) in psa_driver_wrapper_aead_encrypt() 1771 const uint8_t *ciphertext, size_t ciphertext_length, in psa_driver_wrapper_aead_decrypt() 2063 size_t *ciphertext_length, in psa_driver_wrapper_aead_finish()
|
H A D | psa_crypto.c | 4738 size_t *ciphertext_length) in psa_aead_encrypt() 4801 size_t ciphertext_length, in psa_aead_decrypt() 5315 size_t *ciphertext_length, in psa_aead_finish()
|
/aosp_15_r20/external/mbedtls/tests/src/drivers/ |
H A D | test_driver_aead.c | 32 uint8_t *ciphertext, size_t ciphertext_size, size_t *ciphertext_length) in mbedtls_test_transparent_aead_encrypt() 87 const uint8_t *ciphertext, size_t ciphertext_length, in mbedtls_test_transparent_aead_decrypt() 341 size_t *ciphertext_length, in mbedtls_test_transparent_aead_finish()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/src/drivers/ |
H A D | test_driver_aead.c | 32 uint8_t *ciphertext, size_t ciphertext_size, size_t *ciphertext_length) in mbedtls_test_transparent_aead_encrypt() 87 const uint8_t *ciphertext, size_t ciphertext_length, in mbedtls_test_transparent_aead_decrypt() 341 size_t *ciphertext_length, in mbedtls_test_transparent_aead_finish()
|
/aosp_15_r20/external/mbedtls/tests/src/ |
H A D | psa_exercise_key.c | 154 size_t ciphertext_length = sizeof(ciphertext); in exercise_cipher_key() local 228 size_t ciphertext_length = sizeof(ciphertext); in exercise_aead_key() local 367 size_t ciphertext_length = sizeof(ciphertext); in exercise_asymmetric_encryption_key() local
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/src/ |
H A D | psa_exercise_key.c | 187 size_t ciphertext_length = sizeof(ciphertext); in exercise_cipher_key() local 274 size_t ciphertext_length = sizeof(ciphertext); in exercise_aead_key() local 448 size_t ciphertext_length = sizeof(ciphertext); in exercise_asymmetric_encryption_key() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/tsi/alts/crypt/ |
D | aes_gcm.cc | 320 size_t ciphertext_length = ciphertext_vec.iov_len; in gsec_aes_gcm_aead_crypter_encrypt_iovec() local 479 size_t ciphertext_length = 0; in gsec_aes_gcm_aead_crypter_decrypt_iovec() local
|
/aosp_15_r20/external/grpc-grpc/src/core/tsi/alts/crypt/ |
H A D | aes_gcm.cc | 386 size_t ciphertext_length = ciphertext_vec.iov_len; in gsec_aes_gcm_aead_crypter_encrypt_iovec() local 545 size_t ciphertext_length = 0; in gsec_aes_gcm_aead_crypter_decrypt_iovec() local
|
/aosp_15_r20/external/mbedtls/include/psa/ |
H A D | crypto_sizes.h | 403 #define PSA_AEAD_DECRYPT_OUTPUT_SIZE(key_type, alg, ciphertext_length) \ argument 427 #define PSA_AEAD_DECRYPT_OUTPUT_MAX_SIZE(ciphertext_length) \ argument
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/psa/ |
H A D | crypto_sizes.h | 413 #define PSA_AEAD_DECRYPT_OUTPUT_SIZE(key_type, alg, ciphertext_length) \ argument 437 #define PSA_AEAD_DECRYPT_OUTPUT_MAX_SIZE(ciphertext_length) \ argument
|
/aosp_15_r20/external/grpc-grpc/test/core/tsi/alts/crypt/ |
H A D | aes_gcm_test.cc | 334 size_t ciphertext_length = ciphertext_and_tag_lengths[ind]; in gsec_test_multiple_random_encrypt_decrypt() local
|