Home
last modified time | relevance | path

Searched refs:gcry_xstrdup (Results 1 – 25 of 32) sorted by relevance

12

/dports/security/libgcrypt/libgcrypt-1.9.4/tests/
H A Dmpitests.c163 p = gcry_xstrdup ("This is a test buffer"); in test_opaque()
181 p = gcry_xstrdup ("This is a test buffer"); in test_opaque()
288 opa0 = gcry_mpi_set_opaque (NULL, gcry_xstrdup ("a"), 0); in test_cmp()
289 opa02 = gcry_mpi_set_opaque (NULL, gcry_xstrdup ("b"), 0); in test_cmp()
290 opa1 = gcry_mpi_set_opaque (NULL, gcry_xstrdup ("aaaaaaaaaaaaaaaa"), 16*8); in test_cmp()
291 opa1s = gcry_mpi_set_opaque (NULL, gcry_xstrdup ("a"), 1*8); in test_cmp()
292 opa2 = gcry_mpi_set_opaque (NULL, gcry_xstrdup ("bbbbbbbbbbbbbbbb"), 16*8); in test_cmp()
293 opa2s = gcry_mpi_set_opaque (NULL, gcry_xstrdup ("b"), 1*8); in test_cmp()
H A Dt-common.h38 #define xstrdup(a) gcry_xstrdup ((a))
50 #define xstrdup(a) gcry_xstrdup ((a))
H A Drsacvt.c110 return gcry_xstrdup (line); in read_textline()
H A Dbench-slope.c792 current_section_name = gcry_xstrdup (section_name); in bench_print_section()
804 current_algo_name = gcry_xstrdup (algo_name); in bench_print_header()
828 current_algo_name = gcry_xstrdup (algo_name); in bench_print_algo()
845 current_mode_name = gcry_xstrdup (mode_name); in bench_print_mode()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgcrypt/tests/
H A Dmpitests.c163 p = gcry_xstrdup ("This is a test buffer"); in test_opaque()
181 p = gcry_xstrdup ("This is a test buffer"); in test_opaque()
288 opa0 = gcry_mpi_set_opaque (NULL, gcry_xstrdup ("a"), 0); in test_cmp()
289 opa02 = gcry_mpi_set_opaque (NULL, gcry_xstrdup ("b"), 0); in test_cmp()
290 opa1 = gcry_mpi_set_opaque (NULL, gcry_xstrdup ("aaaaaaaaaaaaaaaa"), 16*8); in test_cmp()
291 opa1s = gcry_mpi_set_opaque (NULL, gcry_xstrdup ("a"), 1*8); in test_cmp()
292 opa2 = gcry_mpi_set_opaque (NULL, gcry_xstrdup ("bbbbbbbbbbbbbbbb"), 16*8); in test_cmp()
293 opa2s = gcry_mpi_set_opaque (NULL, gcry_xstrdup ("b"), 1*8); in test_cmp()
H A Dt-common.h38 #define xstrdup(a) gcry_xstrdup ((a))
50 #define xstrdup(a) gcry_xstrdup ((a))
H A Drsacvt.c110 return gcry_xstrdup (line); in read_textline()
H A Dbench-slope.c792 current_section_name = gcry_xstrdup (section_name); in bench_print_section()
804 current_algo_name = gcry_xstrdup (algo_name); in bench_print_header()
828 current_algo_name = gcry_xstrdup (algo_name); in bench_print_algo()
845 current_mode_name = gcry_xstrdup (mode_name); in bench_print_mode()
/dports/security/gnupg/gnupg-2.3.3/common/
H A Dt-support.h58 char *gcry_xstrdup (const char * a);
65 #define xstrdup(a) gcry_xstrdup ( (a) )
H A Dutil.h112 #define xstrdup(a) gcry_xstrdup ((a))
/dports/security/dirmngr/dirmngr-1.1.0/src/
H A Dno-libgcrypt.h33 char *gcry_xstrdup (const char *string);
H A Dno-libgcrypt.c99 gcry_xstrdup (const char *string) in gcry_xstrdup() function
H A Dutil.h72 #define xstrdup(a) gcry_xstrdup ((a))
/dports/security/dirmngr/dirmngr-1.1.0/jnlib/
H A Dlibjnlib-config.h72 #define jnlib_xstrdup(a) gcry_xstrdup( (a) )
/dports/security/gnupg/gnupg-2.3.3/tools/
H A Dno-libgcrypt.c99 gcry_xstrdup (const char *string) in gcry_xstrdup() function
/dports/security/libgcrypt/libgcrypt-1.9.4/src/
H A Dvisibility.h93 MARK_VISIBLEX (gcry_xstrdup)
329 #define gcry_xstrdup _gcry_USE_THE_UNDERSCORED_FUNCTION
H A Dlibgcrypt.vers37 gcry_xmalloc_secure; gcry_xrealloc; gcry_xstrdup;
H A Dlibgcrypt.def40 gcry_xstrdup @14
H A Dvisibility.c1609 gcry_xstrdup (const char *a) in gcry_xstrdup() function
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgcrypt/src/
H A Dvisibility.h93 MARK_VISIBLEX (gcry_xstrdup)
329 #define gcry_xstrdup _gcry_USE_THE_UNDERSCORED_FUNCTION
H A Dlibgcrypt.vers37 gcry_xmalloc_secure; gcry_xrealloc; gcry_xstrdup;
H A Dlibgcrypt.def40 gcry_xstrdup @14
/dports/security/gnupg/gnupg-2.3.3/kbx/
H A Dkbxutil.c213 return gcry_xstrdup ( fpr );
/dports/security/libgcrypt/libgcrypt-1.9.4/random/
H A Drandom-csprng.c403 daemon_socket_name = gcry_xstrdup (socketname); in _gcry_rngcsprng_set_daemon_socket()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgcrypt/random/
H A Drandom-csprng.c403 daemon_socket_name = gcry_xstrdup (socketname); in _gcry_rngcsprng_set_daemon_socket()

12