Searched refs:gcry_ac_data_set (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dac-data.c127 err = gcry_ac_data_set (data, 0, label0, mpi0);
142 err = gcry_ac_data_set (data, GCRY_AC_FLAG_COPY, label0, mpi0);
145 err = gcry_ac_data_set (data, GCRY_AC_FLAG_COPY, "foo", mpi0);
147 err = gcry_ac_data_set (data, GCRY_AC_FLAG_COPY, "foo", mpi0);
149 err = gcry_ac_data_set (data, GCRY_AC_FLAG_COPY, "bar", mpi0);
151 err = gcry_ac_data_set (data, GCRY_AC_FLAG_COPY, "blah1", mpi0);
H A Dac-schemes.c287 gcry_ac_data_set (key_data, GCRY_AC_FLAG_COPY | GCRY_AC_FLAG_DEALLOC,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dvisibility.h122 #define gcry_ac_data_set _gcry_ac_data_set macro
251 gcry_error_t gcry_ac_data_set (gcry_ac_data_t data, unsigned int flags,
472 #undef gcry_ac_data_set macro
686 MARK_VISIBLE (gcry_ac_data_set)
H A Dvisibility.c962 gcry_ac_data_set (gcry_ac_data_t data, unsigned int flags, function
H A Dgcrypt.h1442 gcry_error_t gcry_ac_data_set (gcry_ac_data_t data, unsigned int flags,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dac.c373 gcry_ac_data_set is used to associate the label NAME with a
423 returned MPI value will be released in case gcry_ac_data_set is
774 err = gcry_ac_data_set (data_set_new, GCRY_AC_FLAG_DEALLOC, string, mpi);

Completed in 146 milliseconds