Home
last modified time | relevance | path

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

/base/security/huks/frameworks/crypto_lite/cipher/src/
Dcipher_aes.c60 static char *MallocDecodeData(const char *text, size_t *olen) in MallocDecodeData() function
162 char* ivBuf = MallocDecodeData(iv->ivBuf, &ivBufLen); in InitAesCryptContext()
211 data->text = MallocDecodeData(text, &textLen); in InitAesCryptDataText()
233 data->key = MallocDecodeData(key, &keyLen); in InitAesData()