Home
last modified time | relevance | path

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

/crypto/asymmetric_keys/
A DKconfig33 data and provides the ability to instantiate a crypto key from a
44 from that data.
60 This option provides a type of key that can be loaded up from a
/crypto/krb5/
A Dselftest.c80 static int load_buf(struct krb5_buffer *buf, const char *from) in load_buf() argument
82 size_t len = strlen(from); in load_buf()
85 if (len > 1 && from[0] == '\'') { in load_buf()
87 memcpy(buf->data, from + 1, len - 1); in load_buf()
96 ret = hex2bin(buf->data, from, buf->len); in load_buf()
/crypto/
A DKconfig192 - Production kernels, to help prevent buggy drivers from being used
405 Anubis is a variable key length cipher which can use keys from
434 This is a variable key length cipher which can use keys from 32
532 Keys are allowed to be from 0 to 256 bits in length, in steps
642 ARC4 is a stream cipher using keys ranging from 8 bits to 2048
662 from 64 bits (or 96 bits using the RFC7539 convention) to 192 bits,
1234 CPU Jitter RNG (Random Number Generator) from the Jitterentropy library
1421 already been phased out from internal use by the kernel, and are
1426 if !KMSAN # avoid false positives from assembly
A Decc.c215 const u64 *from = src; in vli_from_be64() local
218 dest[i] = get_unaligned_be64(&from[ndigits - 1 - i]); in vli_from_be64()
225 const u64 *from = src; in vli_from_le64() local
228 dest[i] = get_unaligned_le64(&from[i]); in vli_from_le64()

Completed in 9 milliseconds