Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/adapter/common/openssl/
H A Dsoftbus_adapter_crypto.c123 static int32_t SslAesGcmEncrypt(const AesGcmCipherKey *cipherkey, const unsigned char *plainText, in SslAesGcmEncrypt() function
405 int32_t result = SslAesGcmEncrypt(cipherKey, input, inLen, encryptData, outLen); in SoftBusEncryptData()
427 int32_t result = SslAesGcmEncrypt(cipherKey, input, inLen, encryptData, outLen); in SoftBusEncryptDataWithSeq()