Home
last modified time | relevance | path

Searched refs:verify1 (Results 1 – 25 of 94) sorted by relevance

1234

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/minizip/src/
H A Dmz_strm_pkcrypt.c59 uint8_t verify1; member
127 uint8_t verify1 = 0; in mz_stream_pkcrypt_open() local
161 header[i++] = mz_stream_pkcrypt_encode(stream, pkcrypt->verify1, t); in mz_stream_pkcrypt_open()
175 MZ_UNUSED(verify1); in mz_stream_pkcrypt_open()
186 verify1 = mz_stream_pkcrypt_decode(stream, header[i++]); in mz_stream_pkcrypt_open()
190 MZ_UNUSED(verify1); in mz_stream_pkcrypt_open()
300 void mz_stream_pkcrypt_set_verify(void *stream, uint8_t verify1, uint8_t verify2) in mz_stream_pkcrypt_set_verify() argument
303 pkcrypt->verify1 = verify1; in mz_stream_pkcrypt_set_verify()
307 void mz_stream_pkcrypt_get_verify(void *stream, uint8_t *verify1, uint8_t *verify2) in mz_stream_pkcrypt_get_verify() argument
310 *verify1 = pkcrypt->verify1; in mz_stream_pkcrypt_get_verify()
H A Dmz_strm_pkcrypt.h31 void mz_stream_pkcrypt_set_verify(void *stream, uint8_t verify1, uint8_t verify2);
32 void mz_stream_pkcrypt_get_verify(void *stream, uint8_t *verify1, uint8_t *verify2);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/minizip/src/
H A Dmz_strm_pkcrypt.c59 uint8_t verify1; member
127 uint8_t verify1 = 0; in mz_stream_pkcrypt_open() local
161 header[i++] = mz_stream_pkcrypt_encode(stream, pkcrypt->verify1, t); in mz_stream_pkcrypt_open()
175 MZ_UNUSED(verify1); in mz_stream_pkcrypt_open()
186 verify1 = mz_stream_pkcrypt_decode(stream, header[i++]); in mz_stream_pkcrypt_open()
190 MZ_UNUSED(verify1); in mz_stream_pkcrypt_open()
300 void mz_stream_pkcrypt_set_verify(void *stream, uint8_t verify1, uint8_t verify2) in mz_stream_pkcrypt_set_verify() argument
303 pkcrypt->verify1 = verify1; in mz_stream_pkcrypt_set_verify()
307 void mz_stream_pkcrypt_get_verify(void *stream, uint8_t *verify1, uint8_t *verify2) in mz_stream_pkcrypt_get_verify() argument
310 *verify1 = pkcrypt->verify1; in mz_stream_pkcrypt_get_verify()
H A Dmz_strm_pkcrypt.h31 void mz_stream_pkcrypt_set_verify(void *stream, uint8_t verify1, uint8_t verify2);
32 void mz_stream_pkcrypt_get_verify(void *stream, uint8_t *verify1, uint8_t *verify2);
/dports/security/xmlsec1/xmlsec1-1.2.29/examples/
H A DMakefile6 verify1 verify2 verify3 verify4 \
24 ./verify1 sign1-res.xml rsapub.pem
25 ./verify1 sign2-res.xml rsapub.pem
H A DREADME24 verify1.c Verifying a signed document with a single key
78 ./verify1 sign1-res.xml rsapub.pem
79 ./verify1 sign2-res.xml rsapub.pem
/dports/net/pjsip/pjproject-2.11.1/pjsip/src/test/
H A Dmultipart_test.c30 static pj_status_t verify1(pj_pool_t *pool, pjsip_msg_body *body);
70 &verify1
146 static pj_status_t verify1(pj_pool_t *pool, pjsip_msg_body *body) in verify1() function
/dports/devel/libhoard/Hoard/src/include/util/
H A Ddynamichashtable.h50 CheckPowerOfTwo<ExpansionFactor> verify1; in DynamicHashTable() local
53 verify1 = verify1; in DynamicHashTable()
/dports/multimedia/assimp/assimp-5.1.3/contrib/unzip/
H A Dcrypt.c142 const z_crc_t *pcrc_32_tab, uint8_t verify1, uint8_t verify2) in crypthead() argument
162 buf[n++] = (uint8_t)zencode(pkeys, pcrc_32_tab, verify1, t); in crypthead()
H A Dcrypt.h53 const z_crc_t *pcrc_32_tab, uint8_t verify1, uint8_t verify2);
/dports/devel/py-jenkins-job-builder/jenkins-job-builder-3.11.0/tests/builders/fixtures/
H A Dopenshift-svc-verify001.yaml6 auth-token: ose-key-svc-verify1
H A Dopenshift-dep-verify001.yaml7 auth-token: ose-key-dep-verify1
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libsodium-sys-0.2.7/libsodium/test/default/
H A DMakefile.am83 verify1.exp \
163 verify1.res \
/dports/security/libsodium/libsodium-1.0.18/test/default/
H A DMakefile.am83 verify1.exp \
163 verify1.res \
/dports/security/py-pynacl/PyNaCl-1.4.0/src/libsodium/test/default/
H A DMakefile.am83 verify1.exp \
163 verify1.res \
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/libsodium/test/default/
H A DMakefile.am83 verify1.exp \
163 verify1.res \
/dports/devel/icu-lx/icu/source/test/cintltst/
H A Dccaltst.h89 …static void verify1(const char* msg, UCalendar* c, UDateFormat* dat, int32_t year, int32_t month, …
/dports/devel/icu/icu/source/test/cintltst/
H A Dccaltst.h89 …static void verify1(const char* msg, UCalendar* c, UDateFormat* dat, int32_t year, int32_t month, …
H A Dccaltst.c737 verify1("2000 3rd day of May is :", caldef, datdef, 2000, UCAL_MAY, 3); in TestGetSetDateAPI()
739 verify1("1999 32th day of August is :", caldef, datdef, 1999, UCAL_SEPTEMBER, 1); in TestGetSetDateAPI()
741 verify1("1999 0th day of March is :", caldef, datdef, 1999, UCAL_FEBRUARY, 28); in TestGetSetDateAPI()
834 verify1("1997 third day of June = ", cal, datdef, 1997, UCAL_JUNE, 3); in TestFieldGetSet()
840 verify1("1997 first Tuesday in June = ", cal, datdef, 1997, UCAL_JUNE, 3); in TestFieldGetSet()
846 verify1("1997 last Tuesday in June = ", cal, datdef,1997, UCAL_JUNE, 24); in TestFieldGetSet()
866 verify1("1997 Tuesday in week 1 of June = ", cal,datdef, 1997, UCAL_JUNE, 3); in TestFieldGetSet()
872 verify1("1997 Tuesday in week 5 of June = ", cal,datdef, 1997, UCAL_JULY, 1); in TestFieldGetSet()
896 verify1("1997 Tuesday in week 10 of year = ", cal,datdef, 1997, UCAL_MARCH, 4); in TestFieldGetSet()
900 verify1("1999 1st day of the year =", cal, datdef, 1999, UCAL_JANUARY, 1); in TestFieldGetSet()
[all …]
/dports/devel/cvs-devel/cvs-1.12.13/lib/
H A Dallocsa.c56 typedef int verify1[2 * (HEADER_SIZE == sizeof (struct header)) - 1]; typedef
/dports/devel/blame/blame-1.3.1/lib/
H A Dallocsa.c54 typedef int verify1[2 * (HEADER_SIZE == sizeof (struct header)) - 1]; typedef
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/libiconv/source/srclib/
H A Dmalloca.c54 typedef int verify1[2 * (HEADER_SIZE == sizeof (struct header)) - 1]; typedef
/dports/graphics/aseprite/aseprite-1.2.9/third_party/libarchive/libarchive/test/
H A Dtest_read_format_tar.c99 static void verify1(struct archive_entry *ae) in verify1() function
458 verify(archive1, sizeof(archive1), verify1, in DEFINE_TEST()
/dports/archivers/libarchive/libarchive-3.5.2/libarchive/test/
H A Dtest_read_format_tar.c99 static void verify1(struct archive_entry *ae) in verify1() function
458 verify(archive1, sizeof(archive1), verify1, in DEFINE_TEST()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/innobase/xtrabackup/src/libarchive/libarchive/test/
H A Dtest_read_format_tar.c99 static void verify1(struct archive_entry *ae) in verify1() function
458 verify(archive1, sizeof(archive1), verify1, in DEFINE_TEST()

1234