Home
last modified time | relevance | path

Searched defs:cipherTextLen (Results 1 – 2 of 2) sorted by relevance

/foundation/distributedhardware/devicemanager/ext/mini/utils/src/cipher/
Dencrypt_utils.cpp105 int32_t cipherTextLen, int32_t *outLen) in MbedtlsEncrypt()
115 int32_t EncryptUtils::MbedtlsDecrypt(const uint8_t *cipherText, int32_t cipherTextLen, uint8_t *pla… in MbedtlsDecrypt()
/foundation/communication/dsoftbus/adapter/common/mbedtls/
Dsoftbus_adapter_crypto.c47 uint32_t plainTextSize, unsigned char *cipherText, uint32_t cipherTextLen) in MbedAesGcmEncrypt()