HomeSort by relevance Sort by last modified time
    Searched refs:mechs (Results 1 - 5 of 5) sorted by null

  /external/valgrind/memcheck/tests/solaris/
pkcs11.c 45 CK_MECHANISM_TYPE_PTR mechs = malloc(mech_count * sizeof(CK_MECHANISM_TYPE)); local
47 fprintf(stderr, "malloc(mechs)\n");
51 ret = C_GetMechanismList(slot_id, mechs, &mech_count);
53 fprintf(stderr, "GetMechanismList(mechs): %lu\n", ret);
57 free(mechs);
  /external/openssh/
auth2-gss.c 65 int mechs; local
74 mechs = packet_get_int();
75 if (mechs == 0) {
81 mechs--;
96 } while (mechs > 0 && !present);
  /external/curl/tests/
ftpserver.pl 743 my $mechs;
750 if(!$mechs) {
751 $mechs = "$am";
754 $mechs .= " $am";
758 if($mechs) {
759 push @data, "AUTH $mechs";
    [all...]
  /prebuilts/go/darwin-x86/src/net/smtp/
smtp.go 143 if mechs, ok := ext["AUTH"]; ok {
144 c.auth = strings.Split(mechs, " ")
  /prebuilts/go/linux-x86/src/net/smtp/
smtp.go 143 if mechs, ok := ext["AUTH"]; ok {
144 c.auth = strings.Split(mechs, " ")

Completed in 2128 milliseconds