Lines Matching refs:strlen
69 memmove(buffer, s, strlen(s));
70 isc_sha1_update(&sha1, buffer, strlen(s));
76 memmove(buffer, s, strlen(s));
77 isc_sha1_update(&sha1, buffer, strlen(s));
83 memmove(buffer, s, strlen(s));
84 isc_sha224_update(&sha224, buffer, strlen(s));
90 memmove(buffer, s, strlen(s));
91 isc_sha224_update(&sha224, buffer, strlen(s));
97 memmove(buffer, s, strlen(s));
98 isc_md5_update(&md5, buffer, strlen(s));
108 memmove(buffer, s, strlen(s));
109 isc_hmacmd5_update(&hmacmd5, buffer, strlen(s));
116 memmove(buffer, s, strlen(s));
117 isc_hmacmd5_update(&hmacmd5, buffer, strlen(s));
128 memmove(buffer, s, strlen(s));
129 isc_hmacmd5_update(&hmacmd5, buffer, strlen(s));
139 memmove(buffer, s, strlen(s));
140 isc_hmacsha1_update(&hmacsha1, buffer, strlen(s));
147 memmove(buffer, s, strlen(s));
148 isc_hmacsha1_update(&hmacsha1, buffer, strlen(s));
159 memmove(buffer, s, strlen(s));
160 isc_hmacsha1_update(&hmacsha1, buffer, strlen(s));
170 memmove(buffer, s, strlen(s));
171 isc_hmacsha224_update(&hmacsha224, buffer, strlen(s));
178 memmove(buffer, s, strlen(s));
179 isc_hmacsha224_update(&hmacsha224, buffer, strlen(s));
190 memmove(buffer, s, strlen(s));
191 isc_hmacsha224_update(&hmacsha224, buffer, strlen(s));
201 memmove(buffer, s, strlen(s));
202 isc_hmacsha256_update(&hmacsha256, buffer, strlen(s));
209 memmove(buffer, s, strlen(s));
210 isc_hmacsha256_update(&hmacsha256, buffer, strlen(s));
221 memmove(buffer, s, strlen(s));
222 isc_hmacsha256_update(&hmacsha256, buffer, strlen(s));
232 memmove(buffer, s, strlen(s));
233 isc_hmacsha384_update(&hmacsha384, buffer, strlen(s));
240 memmove(buffer, s, strlen(s));
241 isc_hmacsha384_update(&hmacsha384, buffer, strlen(s));
252 memmove(buffer, s, strlen(s));
253 isc_hmacsha384_update(&hmacsha384, buffer, strlen(s));
263 memmove(buffer, s, strlen(s));
264 isc_hmacsha512_update(&hmacsha512, buffer, strlen(s));
271 memmove(buffer, s, strlen(s));
272 isc_hmacsha512_update(&hmacsha512, buffer, strlen(s));
283 memmove(buffer, s, strlen(s));
284 isc_hmacsha512_update(&hmacsha512, buffer, strlen(s));