Searched refs:kdf (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/security/keys/ |
H A D | compat_dh.c | 18 struct compat_keyctl_kdf_params __user *kdf) in compat_keyctl_dh_compute() argument 23 if (!kdf) in compat_keyctl_dh_compute() 26 if (copy_from_user(&compat_kdfcopy, kdf, sizeof(compat_kdfcopy)) != 0) in compat_keyctl_dh_compute()
|
H A D | dh.c | 302 struct keyctl_kdf_params __user *kdf) in keyctl_dh_compute() argument 306 if (!kdf) in keyctl_dh_compute() 309 if (copy_from_user(&kdfcopy, kdf, sizeof(kdfcopy)) != 0) in keyctl_dh_compute()
|
H A D | internal.h | 293 struct compat_keyctl_kdf_params __user *kdf); 300 struct keyctl_kdf_params __user *kdf) in keyctl_dh_compute() argument 309 struct keyctl_kdf_params __user *kdf) in compat_keyctl_dh_compute() argument
|
/openbmc/linux/drivers/net/wireguard/ |
H A D | noise.c | 344 static void kdf(u8 *first_dst, u8 *second_dst, u8 *third_dst, const u8 *data, in kdf() function 397 kdf(first_dst->key, second_dst->key, NULL, NULL, in derive_keys() 413 kdf(chaining_key, key, NULL, dh_calculation, NOISE_HASH_LEN, in mix_dh() 426 kdf(chaining_key, key, NULL, precomputed, NOISE_HASH_LEN, in mix_precomputed_dh() 448 kdf(chaining_key, temp_hash, key, psk, NOISE_HASH_LEN, NOISE_HASH_LEN, in mix_psk() 493 kdf(chaining_key, NULL, NULL, ephemeral_src, NOISE_HASH_LEN, 0, 0, in message_ephemeral()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-crypto/libkcapi/ |
H A D | libkcapi_1.5.0.bb | 16 PACKAGECONFIG[hasher_only] = "--enable-kcapi-hasher --disable-lib-kdf --disable-lib-sym --disable-l…
|
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvfw/ |
H A D | acr.h | 77 u8 kdf[16]; member
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/strongswan/ |
H A D | strongswan_5.9.14.bb | 157 ${PN}-plugin-kdf \
|
/openbmc/linux/Documentation/security/keys/ |
H A D | core.rst | 839 char *buffer, size_t buflen, struct keyctl_kdf_params *kdf); 856 If the parameter kdf is NULL, the following applies: 865 The kdf parameter allows the caller to apply a key derivation function 883 function will return EMSGSIZE when the parameter kdf is non-NULL
|
/openbmc/openbmc/poky/meta/lib/oeqa/files/ |
H A D | buildhistory_filelist2.txt | 4237 -rw-r--r-- root root 4326 ./usr/include/openssl/kdf.h
|
H A D | buildhistory_filelist1.txt | 4236 -rw-r--r-- root root 4326 ./usr/include/openssl/kdf.h
|