Searched defs:nonceLen (Results 1 – 2 of 2) sorted by relevance
63 uint32_t nonceLen; member
677 uint32_t nonceLen = isCcm ? HKS_AES_CCM_NONCE_LEN : HKS_AES_GCM_NONCE_LEN; in UpdateNonceForAesAeMode() local780 …const struct HksBlob *inData, const uint32_t nonceLen, struct HksBlob *outData, struct HksBlob tag) in AppendNonceWhenNeeded()