Home
last modified time | relevance | path

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

/optee_os/lib/libutee/include/
H A Dtee_internal_api.h395 size_t nonceLen, uint32_t tagLen, size_t AADLen,
398 uint32_t nonceLen, uint32_t tagLen,
/optee_os/lib/libutee/
H A Dtee_api_operations.c1581 size_t nonceLen, uint32_t tagLen, size_t AADLen, in TEE_AEInit() argument
1617 res = _utee_authenc_init(operation->state, nonce, nonceLen, tagLen / 8, in TEE_AEInit()
1635 uint32_t nonceLen, uint32_t tagLen, in __GP11_TEE_AEInit() argument
1638 return TEE_AEInit(operation, nonce, nonceLen, tagLen, AADLen, in __GP11_TEE_AEInit()