Searched refs:cipher_update (Results 1 – 1 of 1) sorted by relevance
/mbedtls-development/library/ |
A D | psa_crypto_cipher.c | 368 static psa_status_t cipher_update( mbedtls_psa_cipher_operation_t *operation, in cipher_update() function 500 status = cipher_update( &operation, input, input_length, in cipher_encrypt() 550 status = cipher_update( &operation, input + operation.iv_length, in cipher_decrypt() 609 return( cipher_update( operation, input, input_length, in mbedtls_psa_cipher_update() 694 return( cipher_update( operation, input, input_length, in mbedtls_transparent_test_driver_cipher_update()
|
Completed in 4 milliseconds