Home
last modified time | relevance | path

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

/optee_os/core/tee/
H A Dtee_svc_cryp.c4104 void *nonce_bbuf = NULL; in syscall_authenc_init()
4118 res = bb_memdup_user(nonce, nonce_len, &nonce_bbuf); in syscall_authenc_init()
4123 key->key_size, nonce_bbuf, nonce_len, tag_len, in syscall_authenc_update_aad()
4092 void *nonce_bbuf = NULL; syscall_authenc_init() local