Searched refs:at_least (Results 1 – 7 of 7) sorted by relevance
| /linux/include/crypto/ |
| H A D | curve25519.h | 16 void curve25519_generic(u8 out[at_least CURVE25519_KEY_SIZE], 17 const u8 scalar[at_least CURVE25519_KEY_SIZE], 18 const u8 point[at_least CURVE25519_KEY_SIZE]); 21 curve25519(u8 mypublic[at_least CURVE25519_KEY_SIZE], 22 const u8 secret[at_least CURVE25519_KEY_SIZE], 23 const u8 basepoint[at_least CURVE25519_KEY_SIZE]); 26 curve25519_generate_public(u8 pub[at_least CURVE25519_KEY_SIZE], 27 const u8 secret[at_least CURVE25519_KEY_SIZE]); 30 curve25519_clamp_secret(u8 secret[at_least CURVE25519_KEY_SIZE]) in curve25519_clamp_secret() 37 curve25519_generate_secret(u8 secret[at_least CURVE25519_KEY_SIZE]) in curve25519_generate_secret()
|
| H A D | sha2.h | 193 void sha224_final(struct sha224_ctx *ctx, u8 out[at_least SHA224_DIGEST_SIZE]); 203 void sha224(const u8 *data, size_t len, u8 out[at_least SHA224_DIGEST_SIZE]); 291 u8 out[at_least SHA224_DIGEST_SIZE]); 306 u8 out[at_least SHA224_DIGEST_SIZE]); 323 u8 out[at_least SHA224_DIGEST_SIZE]); 368 void sha256_final(struct sha256_ctx *ctx, u8 out[at_least SHA256_DIGEST_SIZE]); 378 void sha256(const u8 *data, size_t len, u8 out[at_least SHA256_DIGEST_SIZE]); 396 u8 out1[at_least SHA256_DIGEST_SIZE], 397 u8 out2[at_least SHA256_DIGEST_SIZE]); 495 u8 out[at_least SHA256_DIGEST_SIZE]); [all …]
|
| H A D | chacha.h | 41 u8 out[at_least CHACHA_BLOCK_SIZE], int nrounds); 43 u8 out[at_least CHACHA_BLOCK_SIZE]) in chacha20_block() 49 u32 out[at_least HCHACHA_OUT_WORDS], int nrounds); 52 u32 out[at_least HCHACHA_OUT_WORDS], int nrounds); 70 const u32 key[at_least CHACHA_KEY_WORDS], in chacha_init() 71 const u8 iv[at_least CHACHA_IV_SIZE]) in chacha_init()
|
| H A D | md5.h | 79 void md5_final(struct md5_ctx *ctx, u8 out[at_least MD5_DIGEST_SIZE]); 89 void md5(const u8 *data, size_t len, u8 out[at_least MD5_DIGEST_SIZE]); 176 void hmac_md5_final(struct hmac_md5_ctx *ctx, u8 out[at_least MD5_DIGEST_SIZE]); 191 u8 out[at_least MD5_DIGEST_SIZE]); 208 u8 out[at_least MD5_DIGEST_SIZE]);
|
| H A D | poly1305.h | 62 const u8 key[at_least POLY1305_KEY_SIZE]);
|
| /linux/include/linux/ |
| H A D | compiler_types.h | 430 #define at_least static macro 432 #define at_least macro
|
| /linux/drivers/acpi/ |
| H A D | bus.c | 201 union acpi_object in_params[at_least 4], in acpi_eval_osc()
|