Lines Matching refs:out
36 goto out; in ck_create_object()
43 goto out; in ck_create_object()
57 goto out; in ck_create_object()
66 goto out; in ck_create_object()
72 out: in ck_create_object()
166 CK_BYTE_PTR out, in ck_encdecrypt_update() argument
200 if (out && out_len && *out_len) { in ck_encdecrypt_update()
201 out_shm = ckteec_register_shm(out, *out_len, CKTEEC_SHM_OUT); in ck_encdecrypt_update()
220 if (rv == CKR_BUFFER_TOO_SMALL && out_size && !out) in ck_encdecrypt_update()
240 CK_BYTE_PTR out, in ck_encdecrypt_oneshot() argument
272 if (out && out_len && *out_len) { in ck_encdecrypt_oneshot()
273 out_shm = ckteec_register_shm(out, *out_len, CKTEEC_SHM_OUT); in ck_encdecrypt_oneshot()
291 if (rv == CKR_BUFFER_TOO_SMALL && out_size && !out) in ck_encdecrypt_oneshot()
309 CK_BYTE_PTR out, in ck_encdecrypt_final() argument
333 if (out && out_len && *out_len) { in ck_encdecrypt_final()
334 out_shm = ckteec_register_shm(out, *out_len, CKTEEC_SHM_OUT); in ck_encdecrypt_final()
352 if (rv == CKR_BUFFER_TOO_SMALL && out_size && !out) in ck_encdecrypt_final()