Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
H A Dprocessing_aes.c268 char *out_ptr = out; in reveal_ae_data() local
279 if (!out_ptr) in reveal_ae_data()
283 TEE_MemMove(out_ptr, ctx->out_data[n].data, in reveal_ae_data()
285 out_ptr += ctx->out_data[n].size; in reveal_ae_data()
/optee_os/lib/libmbedtls/mbedtls/library/
H A Doid.c1078 unsigned char *out_ptr = oid->p; in mbedtls_oid_from_numeric_string() local
1118 ret = oid_subidentifier_encode_into(&out_ptr, out_bound, in mbedtls_oid_from_numeric_string()
1138 ret = oid_subidentifier_encode_into(&out_ptr, out_bound, val); in mbedtls_oid_from_numeric_string()
1144 encoded_len = (size_t) (out_ptr - oid->p); in mbedtls_oid_from_numeric_string()
/optee_os/core/drivers/
H A Dstm32_rng.c405 uint8_t *out_ptr = out; in stm32_rng_read() local
430 rc = read_available(rng_base, out_ptr, &sz); in stm32_rng_read()
446 out_ptr += sz; in stm32_rng_read()