Searched refs:ikm (Results 1 – 5 of 5) sorted by relevance
| /linux/crypto/ |
| H A D | hkdf.c | 44 int hkdf_extract(struct crypto_shash *hmac_tfm, const u8 *ikm, in hkdf_extract() argument 52 err = crypto_shash_tfm_digest(hmac_tfm, ikm, ikmlen, prk); in hkdf_extract() 134 const u8 *ikm; member 155 .ikm = "\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b" 171 .ikm = "\x00\x01\x02\x03\x04\x05\x06\x07\x08\x09\x0a\x0b\x0c\x0d\x0e\x0f" 201 .ikm = "\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b" 217 .ikm = "\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b", 232 .ikm = "\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c\x0c" 253 .ikm = "\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b" 270 .ikm = "\x00\x01\x02\x03\x04\x05\x06\x07\x08\x09\x0a\x0b\x0c\x0d\x0e\x0f" [all …]
|
| /linux/tools/verification/rv/src/ |
| H A D | in_kernel.c | 186 static int ikm_fill_monitor_definition(char *name, struct monitor *ikm, char *container) in ikm_fill_monitor_definition() argument 198 ikm->nested = 1; in ikm_fill_monitor_definition() 203 ikm->nested = 0; in ikm_fill_monitor_definition() 218 strncpy(ikm->name, nested_name, MAX_DA_NAME_LEN); in ikm_fill_monitor_definition() 219 ikm->enabled = enabled; in ikm_fill_monitor_definition() 220 strncpy(ikm->desc, desc, MAX_DESCRIPTION); in ikm_fill_monitor_definition() 340 struct monitor ikm = {0}; in ikm_list_monitors() local 356 retval = ikm_fill_monitor_definition(curr, &ikm, container); in ikm_list_monitors() 361 int indent = ikm.nested && !container; in ikm_list_monitors() 366 ikm.name, ikm.desc, ikm.enabled ? "[ON]" : "[OFF]"); in ikm_list_monitors()
|
| /linux/include/crypto/internal/ |
| H A D | kdf_selftest.h | 16 unsigned char *ikm; member 27 const u8 *ikm, size_t ikmlen), in kdf_test() argument 49 test->ikm, test->ikmlen); in kdf_test()
|
| /linux/include/crypto/ |
| H A D | kdf_sp800108.h | 59 const u8 *ikm, size_t ikmlen);
|
| H A D | hkdf.h | 14 int hkdf_extract(struct crypto_shash *hmac_tfm, const u8 *ikm,
|