Searched defs:ciph (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Dluks.c83 const struct gcry_cipher_spec *ciph; local
129 ciph = grub_crypto_lookup_cipher_by_name (ciphername);
130 if (!ciph)
138 cipher = grub_crypto_cipher_open (ciph);
176 secondary_cipher = grub_crypto_cipher_open (ciph);
250 essiv_cipher = grub_crypto_cipher_open (ciph);
H A Dgeli.c255 const struct gcry_cipher_spec *ciph; local
323 ciph = grub_crypto_lookup_cipher_by_name (ciphername);
324 if (!ciph)
332 cipher = grub_crypto_cipher_open (ciph);
338 secondary_cipher = grub_crypto_cipher_open (ciph);
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Dcrypto.c69 gcry_cipher_spec_t **ciph; local
70 for (ciph = &grub_ciphers; *ciph; ciph = &((*ciph)->next))
71 if (*ciph == cipher)
73 *ciph = (*ciph)->next;
88 gcry_md_spec_t **ciph; local
89 for (ciph
129 const gcry_cipher_spec_t *ciph; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dpubkey.c1591 gcry_mpi_t *pkey = NULL, data = NULL, *ciph = NULL; local
1628 ciph = gcry_calloc (strlen (algo_elems) + 1, sizeof (*ciph));
1629 if (!ciph)
1634 rc = pubkey_encrypt (module->mod_id, ciph, data, pkey, flags);
1677 arg_list[i] = ciph + i;
1693 if (ciph)
1695 release_mpi_array (ciph);
1696 gcry_free (ciph);

Completed in 24 milliseconds