Home
last modified time | relevance | path

Searched refs:resultlen (Results 1 – 25 of 976) sorted by relevance

12345678910>>...40

/dports/security/gnupg1/gnupg-1.4.23/g10/
H A Diso7816.c155 *resultlen = 0; in iso7816_select_file()
183 *resultlen = 0; in iso7816_select_path()
214 *resultlen = 0; in iso7816_list_directory()
245 *resultlen = 0; in iso7816_apdu_direct()
432 *resultlen = 0; in iso7816_get_data()
519 *resultlen = 0; in iso7816_compute_ds()
561 *resultlen = 0; in iso7816_decipher()
615 *resultlen = 0; in iso7816_internal_authenticate()
655 *resultlen = 0; in do_generate_keypair()
750 *resultlen = 0; in iso7816_read_binary()
[all …]
H A Diso7816.h54 unsigned char **result, size_t *resultlen);
57 unsigned char **result, size_t *resultlen);
59 unsigned char **result, size_t *resultlen);
63 unsigned char **result, size_t *resultlen);
88 unsigned char **result, size_t *resultlen);
99 unsigned char **result, size_t *resultlen);
103 unsigned char **result, size_t *resultlen);
107 unsigned char **result, size_t *resultlen);
111 unsigned char **result, size_t *resultlen);
120 unsigned char **result, size_t *resultlen);
[all …]
/dports/security/gnupg/gnupg-2.3.3/scd/
H A Diso7816.c234 *resultlen = 0; in iso7816_list_directory()
526 *resultlen = 0; in iso7816_get_data()
567 *resultlen = 0; in iso7816_get_data_odd()
677 *resultlen = 0; in iso7816_compute_ds()
719 *resultlen = 0; in iso7816_decipher()
777 *resultlen = 0; in iso7816_pso_csv()
834 *resultlen = 0; in iso7816_internal_authenticate()
872 *resultlen = 0; in iso7816_general_authenticate()
911 *resultlen = 0; in do_generate_keypair()
1012 *resultlen = 0; in iso7816_read_binary_ext()
[all …]
H A Diso7816.h67 size_t *resultlen);
79 unsigned char **result, size_t *resultlen);
83 unsigned char **result, size_t *resultlen);
103 unsigned char **result, size_t *resultlen);
105 unsigned char **result, size_t *resultlen);
116 unsigned char **result, size_t *resultlen);
120 unsigned char **result, size_t *resultlen);
123 unsigned char **result, size_t *resultlen);
134 size_t *resultlen);
140 size_t *resultlen);
[all …]
/dports/emulators/qemu/qemu-6.2.0/crypto/
H A Dhash.c45 size_t *resultlen, in qcrypto_hash_bytesv() argument
55 result, resultlen, in qcrypto_hash_bytesv()
63 result, resultlen, in qcrypto_hash_bytesv()
72 size_t *resultlen, in qcrypto_hash_bytes() argument
77 return qcrypto_hash_bytesv(alg, &iov, 1, result, resultlen, errp); in qcrypto_hash_bytes()
89 size_t resultlen = 0; in qcrypto_hash_digestv() local
96 *digest = g_new0(char, (resultlen * 2) + 1); in qcrypto_hash_digestv()
97 for (i = 0 ; i < resultlen ; i++) { in qcrypto_hash_digestv()
101 (*digest)[resultlen * 2] = '\0'; in qcrypto_hash_digestv()
124 size_t resultlen = 0; in qcrypto_hash_base64v() local
[all …]
/dports/emulators/qemu42/qemu-4.2.1/crypto/
H A Dhash.c45 size_t *resultlen, in qcrypto_hash_bytesv() argument
55 result, resultlen, in qcrypto_hash_bytesv()
63 result, resultlen, in qcrypto_hash_bytesv()
72 size_t *resultlen, in qcrypto_hash_bytes() argument
77 return qcrypto_hash_bytesv(alg, &iov, 1, result, resultlen, errp); in qcrypto_hash_bytes()
89 size_t resultlen = 0; in qcrypto_hash_digestv() local
96 *digest = g_new0(char, (resultlen * 2) + 1); in qcrypto_hash_digestv()
97 for (i = 0 ; i < resultlen ; i++) { in qcrypto_hash_digestv()
101 (*digest)[resultlen * 2] = '\0'; in qcrypto_hash_digestv()
124 size_t resultlen = 0; in qcrypto_hash_base64v() local
[all …]
/dports/emulators/qemu5/qemu-5.2.0/crypto/
H A Dhash.c45 size_t *resultlen, in qcrypto_hash_bytesv() argument
55 result, resultlen, in qcrypto_hash_bytesv()
63 result, resultlen, in qcrypto_hash_bytesv()
72 size_t *resultlen, in qcrypto_hash_bytes() argument
77 return qcrypto_hash_bytesv(alg, &iov, 1, result, resultlen, errp); in qcrypto_hash_bytes()
89 size_t resultlen = 0; in qcrypto_hash_digestv() local
96 *digest = g_new0(char, (resultlen * 2) + 1); in qcrypto_hash_digestv()
97 for (i = 0 ; i < resultlen ; i++) { in qcrypto_hash_digestv()
101 (*digest)[resultlen * 2] = '\0'; in qcrypto_hash_digestv()
124 size_t resultlen = 0; in qcrypto_hash_base64v() local
[all …]
/dports/emulators/qemu60/qemu-6.0.0/crypto/
H A Dhash.c45 size_t *resultlen, in qcrypto_hash_bytesv() argument
55 result, resultlen, in qcrypto_hash_bytesv()
63 result, resultlen, in qcrypto_hash_bytesv()
72 size_t *resultlen, in qcrypto_hash_bytes() argument
77 return qcrypto_hash_bytesv(alg, &iov, 1, result, resultlen, errp); in qcrypto_hash_bytes()
89 size_t resultlen = 0; in qcrypto_hash_digestv() local
96 *digest = g_new0(char, (resultlen * 2) + 1); in qcrypto_hash_digestv()
97 for (i = 0 ; i < resultlen ; i++) { in qcrypto_hash_digestv()
101 (*digest)[resultlen * 2] = '\0'; in qcrypto_hash_digestv()
124 size_t resultlen = 0; in qcrypto_hash_base64v() local
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/crypto/
H A Dhash.c45 size_t *resultlen, in qcrypto_hash_bytesv() argument
55 result, resultlen, in qcrypto_hash_bytesv()
63 result, resultlen, in qcrypto_hash_bytesv()
72 size_t *resultlen, in qcrypto_hash_bytes() argument
77 return qcrypto_hash_bytesv(alg, &iov, 1, result, resultlen, errp); in qcrypto_hash_bytes()
89 size_t resultlen = 0; in qcrypto_hash_digestv() local
96 *digest = g_new0(char, (resultlen * 2) + 1); in qcrypto_hash_digestv()
97 for (i = 0 ; i < resultlen ; i++) { in qcrypto_hash_digestv()
101 (*digest)[resultlen * 2] = '\0'; in qcrypto_hash_digestv()
124 size_t resultlen = 0; in qcrypto_hash_base64v() local
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/crypto/
H A Dhash.c45 size_t *resultlen, in qcrypto_hash_bytesv() argument
55 result, resultlen, in qcrypto_hash_bytesv()
63 result, resultlen, in qcrypto_hash_bytesv()
72 size_t *resultlen, in qcrypto_hash_bytes() argument
77 return qcrypto_hash_bytesv(alg, &iov, 1, result, resultlen, errp); in qcrypto_hash_bytes()
89 size_t resultlen = 0; in qcrypto_hash_digestv() local
96 *digest = g_new0(char, (resultlen * 2) + 1); in qcrypto_hash_digestv()
97 for (i = 0 ; i < resultlen ; i++) { in qcrypto_hash_digestv()
101 (*digest)[resultlen * 2] = '\0'; in qcrypto_hash_digestv()
124 size_t resultlen = 0; in qcrypto_hash_base64v() local
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/crypto/
H A Dhash.c45 size_t *resultlen, in qcrypto_hash_bytesv() argument
55 result, resultlen, in qcrypto_hash_bytesv()
63 result, resultlen, in qcrypto_hash_bytesv()
72 size_t *resultlen, in qcrypto_hash_bytes() argument
77 return qcrypto_hash_bytesv(alg, &iov, 1, result, resultlen, errp); in qcrypto_hash_bytes()
89 size_t resultlen = 0; in qcrypto_hash_digestv() local
96 *digest = g_new0(char, (resultlen * 2) + 1); in qcrypto_hash_digestv()
97 for (i = 0 ; i < resultlen ; i++) { in qcrypto_hash_digestv()
101 (*digest)[resultlen * 2] = '\0'; in qcrypto_hash_digestv()
124 size_t resultlen = 0; in qcrypto_hash_base64v() local
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/crypto/
H A Dhash.c45 size_t *resultlen, in qcrypto_hash_bytesv() argument
55 result, resultlen, in qcrypto_hash_bytesv()
63 result, resultlen, in qcrypto_hash_bytesv()
72 size_t *resultlen, in qcrypto_hash_bytes() argument
77 return qcrypto_hash_bytesv(alg, &iov, 1, result, resultlen, errp); in qcrypto_hash_bytes()
89 size_t resultlen = 0; in qcrypto_hash_digestv() local
96 *digest = g_new0(char, (resultlen * 2) + 1); in qcrypto_hash_digestv()
97 for (i = 0 ; i < resultlen ; i++) { in qcrypto_hash_digestv()
101 (*digest)[resultlen * 2] = '\0'; in qcrypto_hash_digestv()
124 size_t resultlen = 0; in qcrypto_hash_base64v() local
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/crypto/
H A Dhash.c45 size_t *resultlen, in qcrypto_hash_bytesv() argument
55 result, resultlen, in qcrypto_hash_bytesv()
63 result, resultlen, in qcrypto_hash_bytesv()
72 size_t *resultlen, in qcrypto_hash_bytes() argument
77 return qcrypto_hash_bytesv(alg, &iov, 1, result, resultlen, errp); in qcrypto_hash_bytes()
89 size_t resultlen = 0; in qcrypto_hash_digestv() local
96 *digest = g_new0(char, (resultlen * 2) + 1); in qcrypto_hash_digestv()
97 for (i = 0 ; i < resultlen ; i++) { in qcrypto_hash_digestv()
101 (*digest)[resultlen * 2] = '\0'; in qcrypto_hash_digestv()
124 size_t resultlen = 0; in qcrypto_hash_base64v() local
[all …]
/dports/net/nanomsg/nanomsg-1.1.5/src/transports/utils/
H A Diface.c39 size_t *resultlen);
45 struct sockaddr_storage *result, size_t *resultlen) in nn_iface_resolve() argument
51 nn_iface_any (ipv4only, result, resultlen); in nn_iface_resolve()
55 rc = nn_literal_resolve (addr, addrlen, ipv4only, result, resultlen); in nn_iface_resolve()
63 size_t *resultlen) in nn_iface_any() argument
71 if (resultlen) in nn_iface_any()
72 *resultlen = sizeof (struct sockaddr_in); in nn_iface_any()
80 if (resultlen) in nn_iface_any()
81 *resultlen = sizeof (struct sockaddr_in6); in nn_iface_any()
/dports/emulators/qemu-utils/qemu-4.2.1/tests/
H A Dtest-crypto-hash.c94 size_t resultlen = 0; in test_hash_alloc() local
106 &resultlen, in test_hash_alloc()
111 for (j = 0; j < resultlen; j++) { in test_hash_alloc()
126 size_t resultlen; in test_hash_prealloc() local
134 resultlen = expected_lens[i]; in test_hash_prealloc()
135 result = g_new0(uint8_t, resultlen); in test_hash_prealloc()
141 &resultlen, in test_hash_prealloc()
146 for (j = 0; j < resultlen; j++) { in test_hash_prealloc()
167 size_t resultlen = 0; in test_hash_iov() local
178 &resultlen, in test_hash_iov()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/tests/
H A Dtest-crypto-hash.c94 size_t resultlen = 0; in test_hash_alloc() local
106 &resultlen, in test_hash_alloc()
111 for (j = 0; j < resultlen; j++) { in test_hash_alloc()
126 size_t resultlen; in test_hash_prealloc() local
134 resultlen = expected_lens[i]; in test_hash_prealloc()
135 result = g_new0(uint8_t, resultlen); in test_hash_prealloc()
141 &resultlen, in test_hash_prealloc()
146 for (j = 0; j < resultlen; j++) { in test_hash_prealloc()
167 size_t resultlen = 0; in test_hash_iov() local
178 &resultlen, in test_hash_iov()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/tests/
H A Dtest-crypto-hash.c94 size_t resultlen = 0; in test_hash_alloc() local
106 &resultlen, in test_hash_alloc()
111 for (j = 0; j < resultlen; j++) { in test_hash_alloc()
126 size_t resultlen; in test_hash_prealloc() local
134 resultlen = expected_lens[i]; in test_hash_prealloc()
135 result = g_new0(uint8_t, resultlen); in test_hash_prealloc()
141 &resultlen, in test_hash_prealloc()
146 for (j = 0; j < resultlen; j++) { in test_hash_prealloc()
167 size_t resultlen = 0; in test_hash_iov() local
178 &resultlen, in test_hash_iov()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/tests/
H A Dtest-crypto-hash.c94 size_t resultlen = 0; in test_hash_alloc() local
106 &resultlen, in test_hash_alloc()
111 for (j = 0; j < resultlen; j++) { in test_hash_alloc()
126 size_t resultlen; in test_hash_prealloc() local
134 resultlen = expected_lens[i]; in test_hash_prealloc()
135 result = g_new0(uint8_t, resultlen); in test_hash_prealloc()
141 &resultlen, in test_hash_prealloc()
146 for (j = 0; j < resultlen; j++) { in test_hash_prealloc()
167 size_t resultlen = 0; in test_hash_iov() local
178 &resultlen, in test_hash_iov()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tests/
H A Dtest-crypto-hash.c94 size_t resultlen = 0; in test_hash_alloc() local
106 &resultlen, in test_hash_alloc()
111 for (j = 0; j < resultlen; j++) { in test_hash_alloc()
126 size_t resultlen; in test_hash_prealloc() local
134 resultlen = expected_lens[i]; in test_hash_prealloc()
135 result = g_new0(uint8_t, resultlen); in test_hash_prealloc()
141 &resultlen, in test_hash_prealloc()
146 for (j = 0; j < resultlen; j++) { in test_hash_prealloc()
167 size_t resultlen = 0; in test_hash_iov() local
178 &resultlen, in test_hash_iov()
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tests/unit/
H A Dtest-crypto-hash.c94 size_t resultlen = 0; in test_hash_alloc() local
106 &resultlen, in test_hash_alloc()
111 for (j = 0; j < resultlen; j++) { in test_hash_alloc()
126 size_t resultlen; in test_hash_prealloc() local
134 resultlen = expected_lens[i]; in test_hash_prealloc()
135 result = g_new0(uint8_t, resultlen); in test_hash_prealloc()
141 &resultlen, in test_hash_prealloc()
146 for (j = 0; j < resultlen; j++) { in test_hash_prealloc()
167 size_t resultlen = 0; in test_hash_iov() local
178 &resultlen, in test_hash_iov()
[all …]
/dports/emulators/qemu/qemu-6.2.0/tests/unit/
H A Dtest-crypto-hash.c94 size_t resultlen = 0; in test_hash_alloc() local
106 &resultlen, in test_hash_alloc()
111 for (j = 0; j < resultlen; j++) { in test_hash_alloc()
126 size_t resultlen; in test_hash_prealloc() local
134 resultlen = expected_lens[i]; in test_hash_prealloc()
135 result = g_new0(uint8_t, resultlen); in test_hash_prealloc()
141 &resultlen, in test_hash_prealloc()
146 for (j = 0; j < resultlen; j++) { in test_hash_prealloc()
167 size_t resultlen = 0; in test_hash_iov() local
178 &resultlen, in test_hash_iov()
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/tests/
H A Dtest-crypto-hash.c94 size_t resultlen = 0; in test_hash_alloc() local
106 &resultlen, in test_hash_alloc()
111 for (j = 0; j < resultlen; j++) { in test_hash_alloc()
126 size_t resultlen; in test_hash_prealloc() local
134 resultlen = expected_lens[i]; in test_hash_prealloc()
135 result = g_new0(uint8_t, resultlen); in test_hash_prealloc()
141 &resultlen, in test_hash_prealloc()
146 for (j = 0; j < resultlen; j++) { in test_hash_prealloc()
167 size_t resultlen = 0; in test_hash_iov() local
178 &resultlen, in test_hash_iov()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/tests/unit/
H A Dtest-crypto-hash.c94 size_t resultlen = 0; in test_hash_alloc() local
106 &resultlen, in test_hash_alloc()
111 for (j = 0; j < resultlen; j++) { in test_hash_alloc()
126 size_t resultlen; in test_hash_prealloc() local
134 resultlen = expected_lens[i]; in test_hash_prealloc()
135 result = g_new0(uint8_t, resultlen); in test_hash_prealloc()
141 &resultlen, in test_hash_prealloc()
146 for (j = 0; j < resultlen; j++) { in test_hash_prealloc()
167 size_t resultlen = 0; in test_hash_iov() local
178 &resultlen, in test_hash_iov()
[all …]
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/src/
H A Dmsgl-iconv.c79 size_t resultlen = 0; in convert_string_directly() local
83 if (resultlen > 0 && result[resultlen - 1] == '\0' in convert_string_directly()
98 size_t resultlen = 0; in convert_string() local
103 if (resultlen > 0 && result[resultlen - 1] == '\0' in convert_string()
151 size_t resultlen = 0; in convert_msgstr() local
159 if (resultlen > 0 && result[resultlen - 1] == '\0') in convert_msgstr()
177 mp->msgstr_len = resultlen; in convert_msgstr()
382 size_t resultlen = 0; in iconvable_string() local
388 bool ok = (resultlen > 0 && result[resultlen - 1] == '\0' in iconvable_string()
441 size_t resultlen = 0; in iconvable_msgstr() local
[all …]
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/src/
H A Dmsgl-iconv.c79 size_t resultlen = 0; in convert_string_directly() local
83 if (resultlen > 0 && result[resultlen - 1] == '\0' in convert_string_directly()
98 size_t resultlen = 0; in convert_string() local
103 if (resultlen > 0 && result[resultlen - 1] == '\0' in convert_string()
151 size_t resultlen = 0; in convert_msgstr() local
159 if (resultlen > 0 && result[resultlen - 1] == '\0') in convert_msgstr()
177 mp->msgstr_len = resultlen; in convert_msgstr()
382 size_t resultlen = 0; in iconvable_string() local
388 bool ok = (resultlen > 0 && result[resultlen - 1] == '\0' in iconvable_string()
441 size_t resultlen = 0; in iconvable_msgstr() local
[all …]

12345678910>>...40