Searched refs:ikm (Results 1 – 5 of 5) sorted by relevance
/linux/tools/verification/rv/src/ |
H A D | in_kernel.c | 137 static int ikm_fill_monitor_definition(char *name, struct monitor *ikm) in ikm_fill_monitor_definition() argument 154 strncpy(ikm->name, name, MAX_DA_NAME_LEN); in ikm_fill_monitor_definition() 155 ikm->enabled = enabled; in ikm_fill_monitor_definition() 156 strncpy(ikm->desc, desc, MAX_DESCRIPTION); in ikm_fill_monitor_definition() 276 struct monitor ikm; in ikm_list_monitors() local 292 retval = ikm_fill_monitor_definition(curr, &ikm); in ikm_list_monitors() 296 printf("%-24s %s %s\n", 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/crypto/ |
H A D | kdf_sp800108.c | 79 const u8 *ikm, size_t ikmlen) in crypto_kdf108_setkey() argument 84 if (ikm || ikmlen) in crypto_kdf108_setkey() 107 .ikm = NULL,
|
/linux/fs/crypto/ |
H A D | hkdf.c | 48 static int hkdf_extract(struct crypto_shash *hmac_tfm, const u8 *ikm, in hkdf_extract() argument 58 return crypto_shash_tfm_digest(hmac_tfm, ikm, ikmlen, prk); in hkdf_extract()
|
/linux/include/crypto/ |
H A D | kdf_sp800108.h | 59 const u8 *ikm, size_t ikmlen);
|