Home
last modified time | relevance | path

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

/optee_os/lib/libutee/
H A Dtee_api_operations.c1581 size_t nonceLen, uint32_t tagLen, size_t AADLen, in TEE_AEInit() argument
1611 if (tagLen < 96 || tagLen > 128 || (tagLen % 8 != 0)) { in TEE_AEInit()
1617 res = _utee_authenc_init(operation->state, nonce, nonceLen, tagLen / 8, in TEE_AEInit()
1622 operation->info.digestLength = 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()
1813 size_t *tagLen) in TEE_AEEncryptFinal() argument
1827 __utee_check_inout_annotation(tagLen, sizeof(*tagLen)); in TEE_AEEncryptFinal()
1855 if (*tagLen < operation->info.digestLength) { in TEE_AEEncryptFinal()
1856 *tagLen = operation->info.digestLength; in TEE_AEEncryptFinal()
[all …]
/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,
415 size_t *tagLen);
419 void *tag, uint32_t *tagLen);
424 size_t tagLen);
428 void *tag, uint32_t tagLen);