Searched refs:otherinfolen (Results 1 – 7 of 7) sorted by relevance
/external/strace/ |
D | keyctl_kdf_params.h | 16 uint32_t otherinfolen; member 23 uint32_t otherinfolen; member
|
D | fetch_struct_keyctl_kdf_params.c | 29 p->otherinfolen = kdf.otherinfolen; in MPERS_PRINTER_DECL()
|
D | keyctl.c | 271 if (kdf.otherinfolen) in keyctl_dh_compute() 273 kdf.otherinfolen, tcp); in keyctl_dh_compute() 277 PRINT_FIELD_U(", ", kdf, otherinfolen); in keyctl_dh_compute()
|
/external/kernel-headers/original/uapi/linux/ |
D | keyctl.h | 89 __u32 otherinfolen; member
|
/external/strace/tests/ |
D | keyctl.c | 63 uint32_t otherinfolen; member 269 append_str(&pos, &left, ", otherinfolen=%u", kdf->otherinfolen); in kckdfp_to_str()
|
/external/strace/tests-m32/ |
D | keyctl.c | 63 uint32_t otherinfolen; member 269 append_str(&pos, &left, ", otherinfolen=%u", kdf->otherinfolen); in kckdfp_to_str()
|
/external/strace/tests-mx32/ |
D | keyctl.c | 63 uint32_t otherinfolen; member 269 append_str(&pos, &left, ", otherinfolen=%u", kdf->otherinfolen); in kckdfp_to_str()
|