Searched defs:private (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/Main/src-helper-apps/ |
H A D | VBoxVolInfo.cpp | 26 #define private privatekw macro
|
/vbox/src/VBox/Devices/PC/ipxe/src/tests/ |
H A D | rsa_test.c | 40 /** Define inline private key data */ 58 const void *private; member in struct:rsa_encrypt_decrypt_test 97 .private = name ## _private, \ 110 const void *private; member in struct:rsa_signature_test 147 .private = name ## _private, \ 164 pubkey_decrypt_ok ( &rsa_algorithm, (test)->private, \ 168 pubkey_encrypt_ok ( &rsa_algorithm, (test)->private, \ 173 (test)->public_len, (test)->private, \ 186 pubkey_sign_ok ( &rsa_algorithm, (test)->private, \
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/ |
H A D | dt_strtab.c | 275 dt_strtab_write(const dt_strtab_t *sp, dt_strtab_write_f *func, void *private) argument 287 if ((res = func(sp->str_bufs[i], n, total, private)) <= 0)
|
H A D | dt_decl.c | 653 dt_decl_hasmembers(const char *name, int value, void *private) argument
|
Completed in 57 milliseconds