Searched refs:AesGcmEncryptVec (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/ |
H A D | nstackx_openssl.h | 73 NSTACKX_EXPORT uint32_t AesGcmEncryptVec(AesVec *vec, uint32_t vecNum, CryptPara *cryptPara,
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/ |
H A D | nstackx_openssl.c | 96 uint32_t AesGcmEncryptVec(AesVec *vec, uint32_t vecNum, CryptPara *cryptPara, uint8_t *outBuf, in AesGcmEncryptVec() function 146 return AesGcmEncryptVec(&vec, 1, cryptPara, outBuf, outLen); in AesGcmEncrypt()
|