Home
last modified time | relevance | path

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

/optee_examples/
A D.gitignore15 out/
A DMakefile3 OUTPUT_DIR := $(CURDIR)/out
/optee_examples/hotp/ta/
A Dhotp_ta.c44 uint8_t *out, uint32_t *outlen) in hmac_sha1() argument
54 if (!in || !out || !outlen) in hmac_sha1()
103 res = TEE_MACComputeFinal(op_handle, NULL, 0, out, outlen); in hmac_sha1()
/optee_examples/acipher/ta/
A Dacipher_ta.c94 goto out; in cmd_enc()
104 out: in cmd_enc()
/optee_examples/aes/host/
A Dmain.c139 void cipher_buffer(struct test_ctx *ctx, char *in, char *out, size_t sz) in cipher_buffer() argument
151 op.params[1].tmpref.buffer = out; in cipher_buffer()

Completed in 6 milliseconds