Home
last modified time | relevance | path

Searched refs:update_output_len (Results 1 – 3 of 3) sorted by relevance

/trusted-services/components/service/crypto/test/service/extension/cipher/
A Dcipher_service_scenarios.cpp95 size_t update_output_len = 0; in encryptDecryptRoundtrip() local
102 &ciphertext[output_byte_count], output_space, &update_output_len); in encryptDecryptRoundtrip()
106 output_byte_count += update_output_len; in encryptDecryptRoundtrip()
134 size_t update_output_len = 0; in encryptDecryptRoundtrip() local
141 &decrypted_plaintext[output_byte_count], output_space, &update_output_len); in encryptDecryptRoundtrip()
145 output_byte_count += update_output_len; in encryptDecryptRoundtrip()
/trusted-services/components/service/crypto/client/psa/
A Dpsa_cipher.c122 size_t update_output_len = 0; in multi_cipher_update() local
130 &output[bytes_output], output_size - bytes_output, &update_output_len); in multi_cipher_update()
136 bytes_output += update_output_len; in multi_cipher_update()
A Dpsa_aead.c192 size_t update_output_len = 0; in multi_aead_update() local
200 &output[bytes_output], output_size - bytes_output, &update_output_len); in multi_aead_update()
205 bytes_output += update_output_len; in multi_aead_update()

Completed in 7 milliseconds