Searched refs:from (Results 1 – 4 of 4) sorted by relevance
44 data and provides the ability to instantiate a crypto key from a55 from that data.64 from that data.80 This option provides a type of key that can be loaded up from a
89 fips140_copy_to_user(void __user *to, const void *from, unsigned long n) in fips140_copy_to_user() argument91 return copy_to_user(to, from, n); in fips140_copy_to_user()
461 CBC-CS3 as defined by NIST in Sp800-38A addendum from Oct 2010.1224 size of the AES tables from 16KB to 8KB + 256 bytes and mitigates1236 Anubis is a variable key length cipher which can use keys from1252 ARC4 is a stream cipher using keys ranging from 8 bits to 20481264 This is a variable key length cipher which can use keys from 321289 This is a variable key length cipher which can use keys from 321494 from 64 bits (or 96 bits using the RFC7539 convention) to 192 bits,1539 Keys are allowed to be from 0 to 256 bits in length, in steps1555 Keys are allowed to be from 0 to 256 bits in length, in steps1574 Keys are allowed to be from 0 to 256 bits in length, in steps[all …]
188 const u64 *from = src; in vli_from_be64() local191 dest[i] = get_unaligned_be64(&from[ndigits - 1 - i]); in vli_from_be64()198 const u64 *from = src; in vli_from_le64() local201 dest[i] = get_unaligned_le64(&from[i]); in vli_from_le64()