Home
last modified time | relevance | path

Searched defs:result_buf (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/qce/
H A Ddma.h33 struct qce_result_dump *result_buf; member
H A Dskcipher.c33 struct qce_result_dump *result_buf = qce->dma.result_buf; in qce_skcipher_done() local
/kernel/linux/linux-6.6/drivers/crypto/qce/
H A Ddma.h33 struct qce_result_dump *result_buf; member
H A Dskcipher.c34 struct qce_result_dump *result_buf = qce->dma.result_buf; in qce_skcipher_done() local
H A Daead.c31 struct qce_result_dump *result_buf = qce->dma.result_buf; in qce_aead_done() local
/third_party/node/deps/openssl/openssl/crypto/ui/
H A Dui_local.h69 char *result_buf; /* Input and Output: If not NULL, member
H A Dui_lib.c97 general_allocate_prompt(UI *ui, const char *prompt, int prompt_freeable, enum UI_string_types type, int input_flags, char *result_buf) general_allocate_prompt() argument
119 general_allocate_string(UI *ui, const char *prompt, int prompt_freeable, enum UI_string_types type, int input_flags, char *result_buf, int minsize, int maxsize, const char *test_buf) general_allocate_string() argument
146 general_allocate_boolean(UI *ui, const char *prompt, const char *action_desc, const char *ok_chars, const char *cancel_chars, int prompt_freeable, enum UI_string_types type, int input_flags, char *result_buf) general_allocate_boolean() argument
197 UI_add_input_string(UI *ui, const char *prompt, int flags, char *result_buf, int minsize, int maxsize) UI_add_input_string() argument
206 UI_dup_input_string(UI *ui, const char *prompt, int flags, char *result_buf, int minsize, int maxsize) UI_dup_input_string() argument
224 UI_add_verify_string(UI *ui, const char *prompt, int flags, char *result_buf, int minsize, int maxsize, const char *test_buf) UI_add_verify_string() argument
233 UI_dup_verify_string(UI *ui, const char *prompt, int flags, char *result_buf, int minsize, int maxsize, const char *test_buf) UI_dup_verify_string() argument
252 UI_add_input_boolean(UI *ui, const char *prompt, const char *action_desc, const char *ok_chars, const char *cancel_chars, int flags, char *result_buf) UI_add_input_boolean() argument
261 UI_dup_input_boolean(UI *ui, const char *prompt, const char *action_desc, const char *ok_chars, const char *cancel_chars, int flags, char *result_buf) UI_dup_input_boolean() argument
[all...]
/third_party/openssl/crypto/ui/
H A Dui_local.h69 char *result_buf; /* Input and Output: If not NULL, member
H A Dui_lib.c97 general_allocate_prompt(UI *ui, const char *prompt, int prompt_freeable, enum UI_string_types type, int input_flags, char *result_buf) general_allocate_prompt() argument
119 general_allocate_string(UI *ui, const char *prompt, int prompt_freeable, enum UI_string_types type, int input_flags, char *result_buf, int minsize, int maxsize, const char *test_buf) general_allocate_string() argument
146 general_allocate_boolean(UI *ui, const char *prompt, const char *action_desc, const char *ok_chars, const char *cancel_chars, int prompt_freeable, enum UI_string_types type, int input_flags, char *result_buf) general_allocate_boolean() argument
197 UI_add_input_string(UI *ui, const char *prompt, int flags, char *result_buf, int minsize, int maxsize) UI_add_input_string() argument
206 UI_dup_input_string(UI *ui, const char *prompt, int flags, char *result_buf, int minsize, int maxsize) UI_dup_input_string() argument
224 UI_add_verify_string(UI *ui, const char *prompt, int flags, char *result_buf, int minsize, int maxsize, const char *test_buf) UI_add_verify_string() argument
233 UI_dup_verify_string(UI *ui, const char *prompt, int flags, char *result_buf, int minsize, int maxsize, const char *test_buf) UI_dup_verify_string() argument
252 UI_add_input_boolean(UI *ui, const char *prompt, const char *action_desc, const char *ok_chars, const char *cancel_chars, int flags, char *result_buf) UI_add_input_boolean() argument
261 UI_dup_input_boolean(UI *ui, const char *prompt, const char *action_desc, const char *ok_chars, const char *cancel_chars, int flags, char *result_buf) UI_dup_input_boolean() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dstr_join_internal.h242 char* result_buf = &*result.begin(); in JoinAlgorithm() local
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dpkey_ctx.rs980 let mut result_buf = vec![0; length]; in test_verify_recover() variables
993 let mut result_buf = vec![0; length]; in test_verify_recover() variables
/third_party/python/Modules/
H A Dmmapmodule.c998 char *result_buf = (char *)PyMem_Malloc(slicelen); in mmap_subscript() local
/third_party/python/Objects/
H A Dbytearrayobject.c406 char *result_buf; in bytearray_subscript() local
H A Dbytesobject.c1615 char* result_buf; in bytes_subscript() local

Completed in 18 milliseconds