Home
last modified time | relevance | path

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

/openthread-2.7.6/third_party/mbedtls/repo/library/
Dcipher.c1224 psa_cipher_operation_t cipher_op = PSA_CIPHER_OPERATION_INIT; in mbedtls_cipher_crypt() local
1229 status = psa_cipher_decrypt_setup( &cipher_op, in mbedtls_cipher_crypt()
1235 status = psa_cipher_encrypt_setup( &cipher_op, in mbedtls_cipher_crypt()
1249 status = psa_cipher_set_iv( &cipher_op, iv, iv_len ); in mbedtls_cipher_crypt()
1253 status = psa_cipher_update( &cipher_op, in mbedtls_cipher_crypt()
1259 status = psa_cipher_finish( &cipher_op, in mbedtls_cipher_crypt()