/netbsd-src/crypto/external/bsd/openssh/libexec/sshd-session/ |
H A D | Makefile | 10 SRCS= auth-rhosts.c auth-passwd.c auth2-pubkeyfile.c \ 12 auth.c auth2.c auth-options.c auth2-methods.c session.c \ 13 auth-krb5.c auth2-chall.c groupaccess.c \ 14 auth-bsdauth.c auth2-hostbased.c auth2-kbdint.c \ 15 auth2-none.c auth2-passwd.c auth2-pubkey.c \ 43 SRCS+= gss-genr.c auth2-gss.c gss-serv.c gss-serv-krb5.c 50 SRCS+= auth2-krb5.c
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/ |
H A D | tcs_pbg.c | 55 TPM_AUTH *auth2 = va_arg(ap, TPM_AUTH *); in tpm_rsp_parse() local 58 if (auth1 && auth2) { in tpm_rsp_parse() 61 UnloadBlob_Auth(&offset1, b, auth2); in tpm_rsp_parse() 65 } else if (auth2) { in tpm_rsp_parse() 67 UnloadBlob_Auth(&offset1, b, auth2); in tpm_rsp_parse() 265 TPM_AUTH *auth2 = va_arg(ap, TPM_AUTH *); in tpm_rsp_parse() local 273 if (auth1 && auth2) { in tpm_rsp_parse() 276 UnloadBlob_Auth(&offset1, b, auth2); in tpm_rsp_parse() 280 } else if (auth2) { in tpm_rsp_parse() 282 UnloadBlob_Auth(&offset1, b, auth2); in tpm_rsp_parse() [all …]
|
/netbsd-src/external/bsd/blocklist/diff/ |
H A D | ssh.diff | 50 auth2-none.c auth2-passwd.c auth2-pubkey.c \ 92 diff -ru openssh-7.7p1/auth2.c dist/auth2.c 93 --- openssh-7.7p1/auth2.c 2018-04-02 01:38:28.000000000 -0400 94 +++ dist/auth2.c 2018-05-23 11:57:31.022197317 -0400
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/ |
H A D | rpc_aik.c | 39 TPM_AUTH auth1, auth2; in tcs_wrap_MakeIdentity() local 85 result = getData(TCSD_PACKET_TYPE_AUTH, 6, &auth2, 0, &data->comm); in tcs_wrap_MakeIdentity() 93 pOwnerAuth = &auth2; in tcs_wrap_MakeIdentity() 165 TPM_AUTH *pIdKeyAuth = NULL, *pOwnerAuth = NULL, auth1, auth2; in tcs_wrap_ActivateIdentity() local 197 result = getData(TCSD_PACKET_TYPE_AUTH, 5, &auth2, 0, &data->comm); in tcs_wrap_ActivateIdentity() 205 pOwnerAuth = &auth2; in tcs_wrap_ActivateIdentity()
|
H A D | rpc_migration.c | 39 TPM_AUTH auth1, auth2, *pParentAuth, *pEntityAuth; in tcs_wrap_CreateMigrationBlob() local 91 if (getData(TCSD_PACKET_TYPE_AUTH, 8, &auth2, 0, &data->comm)) { in tcs_wrap_CreateMigrationBlob() 98 pEntityAuth = &auth2; in tcs_wrap_CreateMigrationBlob()
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/ |
H A D | tsp_changeauth.c | 185 TPM_AUTH auth2; in changeauth_encdata() local 222 hPolicy, FALSE, &digest, &auth2))) in changeauth_encdata() 228 xsap->pAuth, &auth2, &newEncSize, in changeauth_encdata() 244 if ((result = obj_policy_validate_auth_oiap(hPolicy, &digest, &auth2))) in changeauth_encdata() 282 TPM_AUTH auth2; in changeauth_key() local 324 hPolicy, FALSE, &digest, &auth2))) in changeauth_key() 330 xsap->pAuth, &auth2, &newEncSize, in changeauth_key() 346 if ((result = obj_policy_validate_auth_oiap(hPolicy, &digest, &auth2))) in changeauth_key()
|
/netbsd-src/sys/external/isc/libsodium/dist/test/default/ |
H A D | Makefile.am | 10 auth2.exp \ 85 auth2.res \ 161 auth2.final \ 232 auth2.nexe \
|
H A D | Makefile.in | 132 aead_xchacha20poly1305$(EXEEXT) auth$(EXEEXT) auth2$(EXEEXT) \ 170 auth2_SOURCES = auth2.c 171 auth2_OBJECTS = auth2.$(OBJEXT) 409 aead_xchacha20poly1305.c auth.c auth2.c auth3.c auth5.c \ 425 aead_xchacha20poly1305.c auth.c auth2.c auth3.c auth5.c \ 839 auth2.exp \ 914 auth2.res \ 989 @NATIVECLIENT_TRUE@ auth2.final \ 1060 @NATIVECLIENT_TRUE@ auth2.nexe \ 1958 auth2.log: auth2$(EXEEXT)
|
/netbsd-src/crypto/external/bsd/openssh/bin/sshd/ |
H A D | Makefile | 11 SRCS= sshd.c sshpty.c srclimit.c servconf.c auth2-methods.c \
|