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
81 fips140_copy_to_user(void __user *to, const void *from, unsigned long n) in fips140_copy_to_user() argument83 return copy_to_user(to, from, n); in fips140_copy_to_user()
434 CBC-CS3 as defined by NIST in Sp800-38A addendum from Oct 2010.1229 size of the AES tables from 16KB to 8KB + 256 bytes and mitigates1241 Anubis is a variable key length cipher which can use keys from1257 ARC4 is a stream cipher using keys ranging from 8 bits to 20481269 This is a variable key length cipher which can use keys from 321293 This is a variable key length cipher which can use keys from 321514 from 64 bits (or 96 bits using the RFC7539 convention) to 192 bits,1559 Keys are allowed to be from 0 to 256 bits in length, in steps1576 Keys are allowed to be from 0 to 256 bits in length, in steps1595 Keys are allowed to be from 0 to 256 bits in length, in steps[all …]
177 const u64 *from = src; in vli_from_be64() local180 dest[i] = get_unaligned_be64(&from[ndigits - 1 - i]); in vli_from_be64()187 const u64 *from = src; in vli_from_le64() local190 dest[i] = get_unaligned_le64(&from[i]); in vli_from_le64()