Searched refs:CIPHER_AES_GCM (Results 1 – 5 of 5) sorted by relevance
37 #define NSTACKX_CIPHER_AES_GCM NBITS(CIPHER_AES_GCM)
32 CIPHER_AES_GCM = 0, enumerator
33 CIPHER_AES_GCM = 0, enumerator
58 } else if (cryptPara->cipherType == CIPHER_AES_GCM) { in InitEncryptCtx()155 } else if (cryptPara->cipherType == CIPHER_AES_GCM) { in InitDecryptCtx()
1041 fileList->cryptPara.cipherType = CIPHER_AES_GCM; in SetCryptPara()