Lines Matching defs:target_operation
184 mbedtls_psa_hash_operation_t *target_operation)
191 mbedtls_md5_clone(&target_operation->ctx.md5,
197 mbedtls_ripemd160_clone(&target_operation->ctx.ripemd160,
203 mbedtls_sha1_clone(&target_operation->ctx.sha1,
209 mbedtls_sha256_clone(&target_operation->ctx.sha256,
215 mbedtls_sha256_clone(&target_operation->ctx.sha256,
221 mbedtls_sha512_clone(&target_operation->ctx.sha512,
227 mbedtls_sha512_clone(&target_operation->ctx.sha512,
247 mbedtls_sha3_clone(&target_operation->ctx.sha3,
253 (void) target_operation;
257 target_operation->alg = source_operation->alg;