Searched refs:cipher_table (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dcipher.c54 } cipher_table[] = variable in typeref:struct:cipher_table_entry
287 for (i = 0; !err && cipher_table[i].cipher; i++)
289 if (! cipher_table[i].cipher->setkey)
290 cipher_table[i].cipher->setkey = dummy_setkey;
291 if (! cipher_table[i].cipher->encrypt)
292 cipher_table[i].cipher->encrypt = dummy_encrypt_block;
293 if (! cipher_table[i].cipher->decrypt)
294 cipher_table[i].cipher->decrypt = dummy_decrypt_block;
295 if (! cipher_table[i].cipher->stencrypt)
296 cipher_table[
[all...]

Completed in 256 milliseconds