Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_private.h37 #define NSTACKX_CIPHER_AES_GCM NBITS(CIPHER_AES_GCM)
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_mbedtls.h32 CIPHER_AES_GCM = 0, enumerator
H A Dnstackx_openssl.h33 CIPHER_AES_GCM = 0, enumerator
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/
H A Dnstackx_openssl.c58 } else if (cryptPara->cipherType == CIPHER_AES_GCM) { in InitEncryptCtx()
155 } else if (cryptPara->cipherType == CIPHER_AES_GCM) { in InitDecryptCtx()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_file_manager.c1041 fileList->cryptPara.cipherType = CIPHER_AES_GCM; in SetCryptPara()