Home
last modified time | relevance | path

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

/mbedtls-development/library/
A Dcipher.c1279 psa_cipher_operation_t cipher_op = PSA_CIPHER_OPERATION_INIT; in mbedtls_cipher_crypt() local
1284 status = psa_cipher_decrypt_setup( &cipher_op, in mbedtls_cipher_crypt()
1290 status = psa_cipher_encrypt_setup( &cipher_op, in mbedtls_cipher_crypt()
1306 status = psa_cipher_set_iv( &cipher_op, iv, iv_len ); in mbedtls_cipher_crypt()
1311 status = psa_cipher_update( &cipher_op, in mbedtls_cipher_crypt()
1317 status = psa_cipher_finish( &cipher_op, in mbedtls_cipher_crypt()

Completed in 5 milliseconds