Searched defs:do_arcfour_setkey (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Darcfour.c75 do_arcfour_setkey (void *context, const byte *key, unsigned int keylen) function
118 gcry_err_code_t rc = do_arcfour_setkey (ctx, key, keylen );
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Darcfour.c74 do_arcfour_setkey (void *context, const byte *key, unsigned int keylen) function
117 gcry_err_code_t rc = do_arcfour_setkey (ctx, key, keylen );

Completed in 18 milliseconds