Searched refs:encKey (Results 1 – 1 of 1) sorted by relevance
503 AES_KEY encKey; in CC_CommonAesEcbEncrypt() local513 rc = AES_set_encrypt_key(pKey, (keySize*BITS_WITHIN_BYTE), &encKey); in CC_CommonAesEcbEncrypt()521 AES_ecb_encrypt(pDataIn, pEncBuff, &encKey, AES_ENCRYPT); in CC_CommonAesEcbEncrypt()