Home
last modified time | relevance | path

Searched refs:mechs (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/memcheck/tests/solaris/
Dpkcs11.c45 CK_MECHANISM_TYPE_PTR mechs = malloc(mech_count * sizeof(CK_MECHANISM_TYPE)); in main() local
51 ret = C_GetMechanismList(slot_id, mechs, &mech_count); in main()
57 free(mechs); in main()
/external/openssh/
Dauth2-gss.c65 int mechs; in userauth_gssapi() local
74 mechs = packet_get_int(); in userauth_gssapi()
75 if (mechs == 0) { in userauth_gssapi()
81 mechs--; in userauth_gssapi()
96 } while (mechs > 0 && !present); in userauth_gssapi()
/external/curl/tests/
Dftpserver.pl743 my $mechs;
750 if(!$mechs) {
751 $mechs = "$am";
754 $mechs .= " $am";
758 if($mechs) {
759 push @data, "AUTH $mechs";
1623 my $mechs;
1632 if(!$mechs) {
1633 $mechs = "$am";
1636 $mechs .= " $am";
[all …]