Searched refs:encrypt (Results 1 – 3 of 3) sorted by relevance
162 bool encrypt, compress; in fpgamgr_set_cdratio_cdwidth() local172 encrypt = (rbf_data[ENCRYPTION_OFFSET] >> 2) & 3; in fpgamgr_set_cdratio_cdwidth()173 encrypt = encrypt != 0; in fpgamgr_set_cdratio_cdwidth()180 debug("read from rbf header: encrypt=%d compress=%d\n", encrypt, compress); in fpgamgr_set_cdratio_cdwidth()202 if (!compress && !encrypt) { in fpgamgr_set_cdratio_cdwidth()
122 This provides a means to encrypt and decrypt data using the AES
1413 This provides a means to encrypt and decrypt data using the AES1431 different randomly generated key is used to encrypt the data.