Lines Matching refs:mbedtls_psa_cipher_operation_t
156 mbedtls_psa_cipher_operation_t *operation, in cipher_setup()
232 mbedtls_psa_cipher_operation_t *operation, in cipher_encrypt_setup()
243 mbedtls_psa_cipher_operation_t *operation, in cipher_decrypt_setup()
253 static psa_status_t cipher_set_iv( mbedtls_psa_cipher_operation_t *operation, in cipher_set_iv()
368 static psa_status_t cipher_update( mbedtls_psa_cipher_operation_t *operation, in cipher_update()
420 static psa_status_t cipher_finish( mbedtls_psa_cipher_operation_t *operation, in cipher_finish()
459 static psa_status_t cipher_abort( mbedtls_psa_cipher_operation_t *operation ) in cipher_abort()
482 mbedtls_psa_cipher_operation_t operation = MBEDTLS_PSA_CIPHER_OPERATION_INIT; in cipher_encrypt()
535 mbedtls_psa_cipher_operation_t operation = MBEDTLS_PSA_CIPHER_OPERATION_INIT; in cipher_decrypt()
576 mbedtls_psa_cipher_operation_t *operation, in mbedtls_psa_cipher_encrypt_setup()
586 mbedtls_psa_cipher_operation_t *operation, in mbedtls_psa_cipher_decrypt_setup()
595 psa_status_t mbedtls_psa_cipher_set_iv( mbedtls_psa_cipher_operation_t *operation, in mbedtls_psa_cipher_set_iv()
602 psa_status_t mbedtls_psa_cipher_update( mbedtls_psa_cipher_operation_t *operation, in mbedtls_psa_cipher_update()
613 psa_status_t mbedtls_psa_cipher_finish( mbedtls_psa_cipher_operation_t *operation, in mbedtls_psa_cipher_finish()
621 psa_status_t mbedtls_psa_cipher_abort( mbedtls_psa_cipher_operation_t *operation ) in mbedtls_psa_cipher_abort()
663 mbedtls_psa_cipher_operation_t *operation, in mbedtls_transparent_test_driver_cipher_encrypt_setup()
673 mbedtls_psa_cipher_operation_t *operation, in mbedtls_transparent_test_driver_cipher_decrypt_setup()
683 mbedtls_psa_cipher_operation_t *operation, in mbedtls_transparent_test_driver_cipher_set_iv()
690 mbedtls_psa_cipher_operation_t *operation, in mbedtls_transparent_test_driver_cipher_update()
699 mbedtls_psa_cipher_operation_t *operation, in mbedtls_transparent_test_driver_cipher_finish()
706 mbedtls_psa_cipher_operation_t *operation ) in mbedtls_transparent_test_driver_cipher_abort()