Searched refs:answer (Results 1 - 25 of 175) sorted by path

1234567

/macosx-10.10/BerkeleyDB-21/db/os/
H A Dos_addrinfo.c51 ADDRINFO *answer;
128 if ((ret = __os_calloc(env, 1, sizeof(ADDRINFO), &answer)) != 0)
130 if ((ret = __os_malloc(env, sizeof(sin), &answer->ai_addr)) != 0) {
131 __os_free(env, answer);
135 answer->ai_family = AF_INET;
136 answer->ai_protocol = IPPROTO_TCP;
137 answer->ai_socktype = SOCK_STREAM;
138 answer->ai_addrlen = sizeof(sin);
139 memcpy(answer->ai_addr, &sin, sizeof(sin));
140 *res = answer;
[all...]
/macosx-10.10/BerkeleyDB-21/db/repmgr/
H A Drepmgr_net.c940 ADDRINFO *answer, hints; local
975 if (__os_getaddrinfo(env, host, port, buffer, &hints, &answer) != 0)
977 *result = answer;
/macosx-10.10/BerkeleyDB-21/db/tcl/
H A Dtcl_env.c2362 const char *answer; local
2387 answer = "unknown";
2390 answer = lk_detect_returns[i].name;
2392 res = NewStringObj(answer, strlen(answer));
2485 const char *arg, *answer; local
2507 answer = onoff ? "on" : "off";
2508 res = NewStringObj(answer, strlen(answer));
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.25/t/
H A DUtils.pm36 my $answer = shift;
42 # compute some answer
44 if ( ref $answer eq 'CODE' ) {
45 $rep = $answer->( $req, @_ );
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.300/t/
H A DUtils.pm36 my $answer = shift;
42 # compute some answer
44 if ( ref $answer eq 'CODE' ) {
45 $rep = $answer->( $req, @_ );
/macosx-10.10/CPANInternal-159.1/Mail-Sender-0.8.22/
H A DSender.pm298 my $answer = encode_base64($user . ' ' . $hmac);
299 $_ = send_cmd $s, $answer;
/macosx-10.10/CPANInternal-159.1/String-ShellQuote-1.04/
H A DShellQuote.pm153 your vote today! Be sure to justify your answer.
/macosx-10.10/CPANInternal-159.1/Text-WordDiff-0.08/lib/Text/
H A DWordDiff.pm220 I'm glad you asked! Well, sort of. It's a really hard question to answer. I
223 words?" The short answer is to split on word boundaries. However, every word
/macosx-10.10/CPANInternal-159.1/common-sense-3.6/
H A Dsense.pm.PL425 answer the completely obvious question, or tell me to fuck off again."
/macosx-10.10/CommonCrypto-60061/test/CommonCrypto/
H A DCommonNISTKDF.c45 static int test_answer(CCDigestAlgorithm alg, test_vector *vector, size_t answer_len, void*answer) {
55 byteBuffer answer_bb = bytesToBytes(answer, answer_len);
62 ok(bytesAreEqual(correct_answer_bb, answer_bb), "compare memory of answer");
74 uint8_t answer[vector->result_len];
81 answer, vector->result_len);
82 ok(test_answer(alg, vector, vector->result_len, answer), "check answer");
/macosx-10.10/Heimdal-398.1.2/kdc/
H A Ddigest-service.c361 struct ntlm_buf targetinfo, answer; local
372 answer.length = ntq->ntChallengeResponse.length;
373 answer.data = ntq->ntChallengeResponse.data;
381 &answer,
428 struct ntlm_buf answer; local
467 challenge, &answer);
471 if (ntq->ntChallengeResponse.length != answer.length ||
472 memcmp(ntq->ntChallengeResponse.data, answer.data, answer.length) != 0) {
473 free(answer
945 struct ntlm_buf targetinfo, answer; local
[all...]
H A Ddigest.c805 struct ntlm_buf answer; local
898 challenge, &answer);
904 hex_encode(answer.data, answer.length, &mdx);
906 free(answer.data);
942 EVP_DigestUpdate(ctxp, answer.data, answer.length);
956 free(answer.data);
965 free(answer.data);
975 EVP_DigestUpdate(ctxp, answer
1217 struct ntlm_buf infotarget, answer; local
1258 struct ntlm_buf answer; local
[all...]
/macosx-10.10/Heimdal-398.1.2/kuser/
H A Dkdigest.c278 struct ntlm_buf answer; local
302 ret = heim_ntlm_calculate_ntlm1(hmd, sizeof(hmd), md, &answer);
306 hex_encode(answer.data, answer.length, &h);
319 EVP_DigestUpdate(ctx, answer.data, answer.length);
343 EVP_DigestUpdate(ctx, answer.data, answer.length);
347 free(answer.data);
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dbn.tex258 So you may be thinking ``should I use LibTomMath?'' and the answer is a definite maybe. Let me tabulate what I think
1237 So why not always use Karatsuba or Toom-Cook? The simple answer is that they have so much overhead that they're not
H A Dtommath.tex373 are encouraged to verify they can answer the problems correctly before moving on.
406 Problems at the first level are meant to be simple questions that the reader can answer quickly without programming a solution or
408 are also designed to be easy but will require a program or algorithm to be implemented to arrive at the answer. These
411 Problems at the third level are meant to be a bit more difficult than the first two levels. The answer is often
414 answer these questions will feel comfortable with the concepts behind the topic at hand.
417 additional research to be completed. The reader will most likely not know the answer right away, nor will the text provide
418 the exact details of the answer until a subsequent chapter.
421 problems relative to all the other problems in the chapter. People who can correctly answer fifth level problems have a
425 is encouraged to answer the follow-up problems and try to draw the relevance of problems.
3427 instead? The answer t
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/
H A Dtest_hmac.c56 char answer[20] = "\x2c\xfa\x32\xb7\x2b\x8a\xf6\xdf\xcf\xda" local
70 if (ct_memcmp(hmac, answer, hmaclen) != 0) {
71 printf("wrong answer\n");
H A Dvalidate.c280 char answer[20] = "\x2c\xfa\x32\xb7\x2b\x8a\xf6\xdf\xcf\xda"
292 if (ct_memcmp(hmac, answer, hmaclen) != 0)
293 errx(1, "wrong answer\n");
/macosx-10.10/Heimdal-398.1.2/lib/ntlm/
H A Dheimntlm-protos.h64 * @param answer ntlm response answer, should be freed with heim_ntlm_free_buf().
80 struct ntlm_buf *answer);
88 * @param answer calculated answer, should be freed with heim_ntlm_free_buf().
101 struct ntlm_buf *answer);
113 * @param answer ntlm response answer, should be freed with heim_ntlm_free_buf().
130 struct ntlm_buf *answer);
463 * @param answer ntl
[all...]
H A Dntlm.c1177 unsigned char *answer)
1194 EVP_Cipher(&ctx, answer, challenge, 8);
1250 * @param answer calculated answer, should be freed with heim_ntlm_free_buf().
1261 struct ntlm_buf *answer)
1271 answer->data = malloc(24);
1272 if (answer->data == NULL)
1274 answer->length = 24;
1276 splitandenc(&res[0], challenge, ((unsigned char *)answer->data) + 0);
1277 splitandenc(&res[7], challenge, ((unsigned char *)answer
1175 splitandenc(unsigned char *hash, unsigned char *challenge, unsigned char *answer) argument
1259 heim_ntlm_calculate_ntlm1(void *key, size_t len, unsigned char challenge[8], struct ntlm_buf *answer) argument
1583 heim_ntlm_calculate_lm2(const void *key, size_t len, const char *username, const char *target, const unsigned char serverchallenge[8], unsigned char ntlmv2[16], struct ntlm_buf *answer) argument
1632 heim_ntlm_calculate_ntlm2(const void *key, size_t len, const char *username, const char *target, const unsigned char serverchallenge[8], const struct ntlm_buf *infotarget, unsigned char ntlmv2[16], struct ntlm_buf *answer) argument
1716 verify_ntlm2(const void *key, size_t len, const char *username, const char *target, int upper_case_target, time_t now, const unsigned char serverchallenge[8], const struct ntlm_buf *answer, struct ntlm_buf *infotarget, unsigned char ntlmv2[16]) argument
1839 heim_ntlm_verify_ntlm2(const void *key, size_t len, const char *username, const char *target, time_t now, const unsigned char serverchallenge[8], const struct ntlm_buf *answer, struct ntlm_buf *infotarget, unsigned char ntlmv2[16]) argument
[all...]
H A Dtest_ntlm.c192 struct ntlm_buf infotarget, infotarget2, answer, key; local
205 answer.length = 0;
206 answer.data = NULL;
217 &answer);
227 &answer,
243 free(answer.data);
/macosx-10.10/JavaScriptCore-7600.1.17/tests/exceptionFuzz/
H A Dearley-boyer.js3766 var answer;
3785 (answer = (tautologyp_nboyer((rewrite_nboyer(sc_term_21)), null, null)));
3789 if ((answer!== false))
/macosx-10.10/KerberosHelper-151/regression/
H A Dcheck-referrals12 answer=host/${targetname}@${r1}
125 echo "Checking result: $answer"
126 egrep "^SERVER=$answer" log >/dev/null || { echo "$answer failed" ; exit 1; }
/macosx-10.10/Libc-1044.1.2/include/protocols/
H A Dtalkd.h94 unsigned char answer; /* not used */ member in struct:__anon2755
121 unsigned char answer; /* respose to request message, see below */ member in struct:__anon2756
139 /* answer values */
/macosx-10.10/Libinfo-459/dns.subproj/
H A Dres_query.c54 // Perform a DNS query. Returned DNS response is placed in the answer buffer.
55 // A preliminary check of the answer is performed and success is returned only
56 // if no error is indicated in the answer and the answer count is nonzero.
59 _mdns_query(int call, const char *name, int class, int type, u_char *answer, int anslen) argument
81 memcpy(answer, p->dns_packet, MIN(res, anslen));
90 HEADER *hp = (HEADER *)answer;
121 res_query(const char *name, int class, int type, u_char *answer, int anslen) argument
123 return _mdns_query(SI_CALL_DNS_QUERY, name, class, type, answer, anslen);
127 res_search(const char *name, int class, int type, u_char *answer, in argument
[all...]
/macosx-10.10/Libinfo-459/lookup.subproj/
H A Dmdns_module.c181 static int _mdns_search(const char *name, int class, int type, const char *interface, DNSServiceFlags flags, uint8_t *answer, uint32_t *anslen, mdns_reply_t *reply);
998 uint8_t *answer; // DNS packet buffer member in struct:__anon2863
1017 _mdns_query_start(mdns_query_context_t *ctx, mdns_reply_t *reply, uint8_t *answer, uint32_t *anslen, const char* name, int class, int type, const char *interface, DNSServiceFlags flags, int kq) argument
1029 if (answer && anslen) {
1031 ctx->answer = answer;
1033 ctx->anslen = _mdns_make_query(name, class, type, answer, ctx->ansmaxlen);
1271 if (context->answer) {
1281 cp = context->answer + context->anslen;
1322 ans = (HEADER *)context->answer;
1389 _mdns_search(const char *name, int class, int type, const char *interface, DNSServiceFlags flags, uint8_t *answer, uint32_t *anslen, mdns_reply_t *reply) argument
[all...]

Completed in 548 milliseconds

1234567