Home
last modified time | relevance | path

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

/mbedtls-development/library/
A Dpsa_crypto_cipher.c483 size_t olength, accumulated_length; in cipher_encrypt() local
503 &olength ); in cipher_encrypt()
507 accumulated_length += olength; in cipher_encrypt()
510 output_size - accumulated_length, &olength ); in cipher_encrypt()
514 *output_length = accumulated_length + olength; in cipher_encrypt()
536 size_t olength, accumulated_length; in cipher_decrypt() local
552 output, output_size, &olength ); in cipher_decrypt()
556 accumulated_length = olength; in cipher_decrypt()
559 output_size - accumulated_length, &olength ); in cipher_decrypt()
563 *output_length = accumulated_length + olength; in cipher_decrypt()

Completed in 3 milliseconds