Searched refs:from (Results 1 – 4 of 4) sorted by relevance
33 data and provides the ability to instantiate a crypto key from a44 from that data.60 This option provides a type of key that can be loaded up from a
80 static int load_buf(struct krb5_buffer *buf, const char *from) in load_buf() argument82 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()
192 - Production kernels, to help prevent buggy drivers from being used405 Anubis is a variable key length cipher which can use keys from434 This is a variable key length cipher which can use keys from 32532 Keys are allowed to be from 0 to 256 bits in length, in steps642 ARC4 is a stream cipher using keys ranging from 8 bits to 2048662 from 64 bits (or 96 bits using the RFC7539 convention) to 192 bits,1234 CPU Jitter RNG (Random Number Generator) from the Jitterentropy library1421 already been phased out from internal use by the kernel, and are1426 if !KMSAN # avoid false positives from assembly
215 const u64 *from = src; in vli_from_be64() local218 dest[i] = get_unaligned_be64(&from[ndigits - 1 - i]); in vli_from_be64()225 const u64 *from = src; in vli_from_le64() local228 dest[i] = get_unaligned_le64(&from[i]); in vli_from_le64()
Completed in 9 milliseconds