Home
last modified time | relevance | path

Searched refs:from (Results 1 – 4 of 4) sorted by relevance

/crypto/asymmetric_keys/
DKconfig44 data and provides the ability to instantiate a crypto key from a
55 from that data.
64 from that data.
80 This option provides a type of key that can be loaded up from a
/crypto/
Dfips140-eval-testing.c89 fips140_copy_to_user(void __user *to, const void *from, unsigned long n) in fips140_copy_to_user() argument
91 return copy_to_user(to, from, n); in fips140_copy_to_user()
DKconfig461 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 mitigates
1236 Anubis is a variable key length cipher which can use keys from
1252 ARC4 is a stream cipher using keys ranging from 8 bits to 2048
1264 This is a variable key length cipher which can use keys from 32
1289 This is a variable key length cipher which can use keys from 32
1494 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 steps
1555 Keys are allowed to be from 0 to 256 bits in length, in steps
1574 Keys are allowed to be from 0 to 256 bits in length, in steps
[all …]
Decc.c188 const u64 *from = src; in vli_from_be64() local
191 dest[i] = get_unaligned_be64(&from[ndigits - 1 - i]); in vli_from_be64()
198 const u64 *from = src; in vli_from_le64() local
201 dest[i] = get_unaligned_le64(&from[i]); in vli_from_le64()