Symbol: at_least
drivers/acpi/bus.c
201
union acpi_object in_params[at_least 4],
include/crypto/aes.h
311
void aes_encrypt(aes_encrypt_arg key, u8 out[at_least AES_BLOCK_SIZE],
include/crypto/aes.h
312
const u8 in[at_least AES_BLOCK_SIZE]);
include/crypto/aes.h
322
void aes_decrypt(const struct aes_key *key, u8 out[at_least AES_BLOCK_SIZE],
include/crypto/aes.h
323
const u8 in[at_least AES_BLOCK_SIZE]);
include/crypto/chacha.h
41
u8 out[at_least CHACHA_BLOCK_SIZE], int nrounds);
include/crypto/chacha.h
43
u8 out[at_least CHACHA_BLOCK_SIZE])
include/crypto/chacha.h
49
u32 out[at_least HCHACHA_OUT_WORDS], int nrounds);
include/crypto/chacha.h
52
u32 out[at_least HCHACHA_OUT_WORDS], int nrounds);
include/crypto/chacha.h
70
const u32 key[at_least CHACHA_KEY_WORDS],
include/crypto/chacha.h
71
const u8 iv[at_least CHACHA_IV_SIZE])
include/crypto/chacha20poly1305.h
21
const u8 key[at_least CHACHA20POLY1305_KEY_SIZE]);
include/crypto/chacha20poly1305.h
26
const u8 key[at_least CHACHA20POLY1305_KEY_SIZE]);
include/crypto/chacha20poly1305.h
30
const u8 nonce[at_least XCHACHA20POLY1305_NONCE_SIZE],
include/crypto/chacha20poly1305.h
31
const u8 key[at_least CHACHA20POLY1305_KEY_SIZE]);
include/crypto/chacha20poly1305.h
36
const u8 nonce[at_least XCHACHA20POLY1305_NONCE_SIZE],
include/crypto/chacha20poly1305.h
37
const u8 key[at_least CHACHA20POLY1305_KEY_SIZE]);
include/crypto/chacha20poly1305.h
42
const u8 key[at_least CHACHA20POLY1305_KEY_SIZE]);
include/crypto/chacha20poly1305.h
47
const u8 key[at_least CHACHA20POLY1305_KEY_SIZE]);
include/crypto/curve25519.h
16
void curve25519_generic(u8 out[at_least CURVE25519_KEY_SIZE],
include/crypto/curve25519.h
17
const u8 scalar[at_least CURVE25519_KEY_SIZE],
include/crypto/curve25519.h
18
const u8 point[at_least CURVE25519_KEY_SIZE]);
include/crypto/curve25519.h
21
curve25519(u8 mypublic[at_least CURVE25519_KEY_SIZE],
include/crypto/curve25519.h
22
const u8 secret[at_least CURVE25519_KEY_SIZE],
include/crypto/curve25519.h
23
const u8 basepoint[at_least CURVE25519_KEY_SIZE]);
include/crypto/curve25519.h
26
curve25519_generate_public(u8 pub[at_least CURVE25519_KEY_SIZE],
include/crypto/curve25519.h
27
const u8 secret[at_least CURVE25519_KEY_SIZE]);
include/crypto/curve25519.h
30
curve25519_clamp_secret(u8 secret[at_least CURVE25519_KEY_SIZE])
include/crypto/curve25519.h
37
curve25519_generate_secret(u8 secret[at_least CURVE25519_KEY_SIZE])
include/crypto/md5.h
176
void hmac_md5_final(struct hmac_md5_ctx *ctx, u8 out[at_least MD5_DIGEST_SIZE]);
include/crypto/md5.h
191
u8 out[at_least MD5_DIGEST_SIZE]);
include/crypto/md5.h
208
u8 out[at_least MD5_DIGEST_SIZE]);
include/crypto/md5.h
79
void md5_final(struct md5_ctx *ctx, u8 out[at_least MD5_DIGEST_SIZE]);
include/crypto/md5.h
89
void md5(const u8 *data, size_t len, u8 out[at_least MD5_DIGEST_SIZE]);
include/crypto/poly1305.h
62
const u8 key[at_least POLY1305_KEY_SIZE]);
include/crypto/sha1.h
175
u8 out[at_least SHA1_DIGEST_SIZE]);
include/crypto/sha1.h
190
u8 out[at_least SHA1_DIGEST_SIZE]);
include/crypto/sha1.h
207
u8 out[at_least SHA1_DIGEST_SIZE]);
include/crypto/sha1.h
77
void sha1_final(struct sha1_ctx *ctx, u8 out[at_least SHA1_DIGEST_SIZE]);
include/crypto/sha1.h
87
void sha1(const u8 *data, size_t len, u8 out[at_least SHA1_DIGEST_SIZE]);
include/crypto/sha2.h
193
void sha224_final(struct sha224_ctx *ctx, u8 out[at_least SHA224_DIGEST_SIZE]);
include/crypto/sha2.h
203
void sha224(const u8 *data, size_t len, u8 out[at_least SHA224_DIGEST_SIZE]);
include/crypto/sha2.h
291
u8 out[at_least SHA224_DIGEST_SIZE]);
include/crypto/sha2.h
306
u8 out[at_least SHA224_DIGEST_SIZE]);
include/crypto/sha2.h
323
u8 out[at_least SHA224_DIGEST_SIZE]);
include/crypto/sha2.h
368
void sha256_final(struct sha256_ctx *ctx, u8 out[at_least SHA256_DIGEST_SIZE]);
include/crypto/sha2.h
378
void sha256(const u8 *data, size_t len, u8 out[at_least SHA256_DIGEST_SIZE]);
include/crypto/sha2.h
396
u8 out1[at_least SHA256_DIGEST_SIZE],
include/crypto/sha2.h
397
u8 out2[at_least SHA256_DIGEST_SIZE]);
include/crypto/sha2.h
495
u8 out[at_least SHA256_DIGEST_SIZE]);
include/crypto/sha2.h
510
u8 out[at_least SHA256_DIGEST_SIZE]);
include/crypto/sha2.h
527
u8 out[at_least SHA256_DIGEST_SIZE]);
include/crypto/sha2.h
606
void sha384_final(struct sha384_ctx *ctx, u8 out[at_least SHA384_DIGEST_SIZE]);
include/crypto/sha2.h
616
void sha384(const u8 *data, size_t len, u8 out[at_least SHA384_DIGEST_SIZE]);
include/crypto/sha2.h
704
u8 out[at_least SHA384_DIGEST_SIZE]);
include/crypto/sha2.h
719
u8 out[at_least SHA384_DIGEST_SIZE]);
include/crypto/sha2.h
736
u8 out[at_least SHA384_DIGEST_SIZE]);
include/crypto/sha2.h
781
void sha512_final(struct sha512_ctx *ctx, u8 out[at_least SHA512_DIGEST_SIZE]);
include/crypto/sha2.h
791
void sha512(const u8 *data, size_t len, u8 out[at_least SHA512_DIGEST_SIZE]);
include/crypto/sha2.h
879
u8 out[at_least SHA512_DIGEST_SIZE]);
include/crypto/sha2.h
894
u8 out[at_least SHA512_DIGEST_SIZE]);
include/crypto/sha2.h
911
u8 out[at_least SHA512_DIGEST_SIZE]);
lib/crypto/chacha20poly1305.c
114
const u8 nonce[at_least XCHACHA20POLY1305_NONCE_SIZE],
lib/crypto/chacha20poly1305.c
115
const u8 key[at_least CHACHA20POLY1305_KEY_SIZE])
lib/crypto/chacha20poly1305.c
173
const u8 key[at_least CHACHA20POLY1305_KEY_SIZE])
lib/crypto/chacha20poly1305.c
198
const u8 nonce[at_least XCHACHA20POLY1305_NONCE_SIZE],
lib/crypto/chacha20poly1305.c
199
const u8 key[at_least CHACHA20POLY1305_KEY_SIZE])
lib/crypto/chacha20poly1305.c
214
const u8 key[at_least CHACHA20POLY1305_KEY_SIZE],
lib/crypto/chacha20poly1305.c
338
const u8 key[at_least CHACHA20POLY1305_KEY_SIZE])
lib/crypto/chacha20poly1305.c
348
const u8 key[at_least CHACHA20POLY1305_KEY_SIZE])
lib/crypto/chacha20poly1305.c
92
const u8 key[at_least CHACHA20POLY1305_KEY_SIZE])