HomeSort by: relevance | last modified time | path
    Searched defs:auth (Results 1 - 25 of 236) sorted by relevancy

1 2 3 4 5 6 7 8 910

  /src/crypto/external/cpl/trousers/dist/src/tspi/
tsp_get_flags.c 34 TPM_AUTH auth; local
50 &digest, &auth)))
53 if ((result = TCS_API(tspContext)->GetCapabilityOwner(tspContext, &auth, &version,
66 return obj_policy_validate_auth_oiap(hPolicy, &digest, &auth);
tsp_get_flags.c 34 TPM_AUTH auth; local
50 &digest, &auth)))
53 if ((result = TCS_API(tspContext)->GetCapabilityOwner(tspContext, &auth, &version,
66 return obj_policy_validate_auth_oiap(hPolicy, &digest, &auth);
tspi_dir.c 33 TPM_AUTH auth; local
63 &hashDigest, &auth)))
66 if ((result = TCS_API(tspContext)->DirWriteAuth(tspContext, ulDirIndex, &dirValue, &auth)))
75 return obj_policy_validate_auth_oiap(hPolicy, &hashDigest, &auth);
tspi_dir.c 33 TPM_AUTH auth; local
63 &hashDigest, &auth)))
66 if ((result = TCS_API(tspContext)->DirWriteAuth(tspContext, ulDirIndex, &dirValue, &auth)))
75 return obj_policy_validate_auth_oiap(hPolicy, &hashDigest, &auth);
tsp_caps_tpm.c 27 * sent. This will keep the owner auth code from being duplicated around the TSP.
40 TPM_AUTH auth; local
55 &digest, &auth)))
60 (BYTE *)&value, &auth)))
69 return obj_policy_validate_auth_oiap(hTPMPolicy, &digest, &auth);
tspi_admin.c 30 TPM_AUTH auth, *pAuth; local
53 FALSE, &hashDigest, &auth)))
56 if ((result = TCS_API(tspContext)->DisableOwnerClear(tspContext, &auth)))
65 if ((result = obj_policy_validate_auth_oiap(hPolicy, &hashDigest, &auth)))
80 FALSE, &hashDigest, &auth)))
83 if ((result = TCS_API(tspContext)->OwnerSetDisable(tspContext, fTpmState, &auth)))
92 if ((result = obj_policy_validate_auth_oiap(hPolicy, &hashDigest, &auth)))
125 pAuth = &auth;
165 FALSE, &hashDigest, &auth)))
168 if ((result = TCS_API(tspContext)->DisablePubekRead(tspContext, &auth)))
    [all...]
  /src/usr.sbin/ldpd/
ldp_command.h 40 int auth; /* 1 if socket is authenticated */ member in struct:com_sock
ldp_command.h 40 int auth; /* 1 if socket is authenticated */ member in struct:com_sock
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
build_auth.c 112 Authenticator auth; local
119 memset(&auth, 0, sizeof(auth));
121 auth.authenticator_vno = 5;
122 ret = copy_Realm(&cred->client->realm, &auth.crealm);
125 ret = copy_PrincipalName(&cred->client->name, &auth.cname);
129 krb5_us_timeofday (context, &auth.ctime, &auth.cusec);
131 ret = krb5_auth_con_getlocalsubkey(context, auth_context, &auth.subkey);
140 ALLOC(auth.seq_number, 1)
    [all...]
build_auth.c 112 Authenticator auth; local
119 memset(&auth, 0, sizeof(auth));
121 auth.authenticator_vno = 5;
122 ret = copy_Realm(&cred->client->realm, &auth.crealm);
125 ret = copy_PrincipalName(&cred->client->name, &auth.cname);
129 krb5_us_timeofday (context, &auth.ctime, &auth.cusec);
131 ret = krb5_auth_con_getlocalsubkey(context, auth_context, &auth.subkey);
140 ALLOC(auth.seq_number, 1)
    [all...]
  /src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc_dir.c 37 TPM_AUTH auth; local
51 if (getData(TCSD_PACKET_TYPE_AUTH, 3, &auth, 0, &data->comm))
56 result = TCSP_DirWriteAuth_Internal(hContext, dirIndex, dirDigest, &auth);
62 if (setData(TCSD_PACKET_TYPE_AUTH, 0, &auth, 0, &data->comm)) {
rpc_dir.c 37 TPM_AUTH auth; local
51 if (getData(TCSD_PACKET_TYPE_AUTH, 3, &auth, 0, &data->comm))
56 result = TCSP_DirWriteAuth_Internal(hContext, dirIndex, dirDigest, &auth);
62 if (setData(TCSD_PACKET_TYPE_AUTH, 0, &auth, 0, &data->comm)) {
rpc_counter.c 72 TPM_AUTH auth; local
102 if (getData(TCSD_PACKET_TYPE_AUTH, 4, &auth, 0, &data->comm)) {
109 result = TCSP_CreateCounter_Internal(hContext, LabelSize, pLabel, encauth, &auth,
118 if (setData(TCSD_PACKET_TYPE_AUTH, 0, &auth, 0, &data->comm))
137 TPM_AUTH auth; local
150 if (getData(TCSD_PACKET_TYPE_AUTH, 2, &auth, 0, &data->comm))
155 result = TCSP_IncrementCounter_Internal(hContext, idCounter, &auth, &counterValue);
161 if (setData(TCSD_PACKET_TYPE_AUTH, 0, &auth, 0, &data->comm))
177 TPM_AUTH auth; local
190 if (getData(TCSD_PACKET_TYPE_AUTH, 2, &auth, 0, &data->comm)
215 TPM_AUTH auth; local
    [all...]
rpc_own.c 147 TPM_AUTH auth; local
157 if (getData(TCSD_PACKET_TYPE_AUTH, 1, &auth, 0, &data->comm))
162 result = TCSP_OwnerClear_Internal(hContext, &auth);
168 if (setData(TCSD_PACKET_TYPE_AUTH, 0, &auth, 0, &data->comm)) {
rpc_sign.c 38 TPM_AUTH auth; local
69 result = getData(TCSD_PACKET_TYPE_AUTH, 4, &auth, 0, &data->comm);
76 pAuth = &auth;
90 if (setData(TCSD_PACKET_TYPE_AUTH, i++, &auth, 0, &data->comm)) {
rpc_tick.c 73 TPM_AUTH auth, *pAuth; local
94 if (getData(TCSD_PACKET_TYPE_AUTH, 4, &auth, 0, &data->comm))
97 pAuth = &auth;
rpc_counter.c 72 TPM_AUTH auth; local
102 if (getData(TCSD_PACKET_TYPE_AUTH, 4, &auth, 0, &data->comm)) {
109 result = TCSP_CreateCounter_Internal(hContext, LabelSize, pLabel, encauth, &auth,
118 if (setData(TCSD_PACKET_TYPE_AUTH, 0, &auth, 0, &data->comm))
137 TPM_AUTH auth; local
150 if (getData(TCSD_PACKET_TYPE_AUTH, 2, &auth, 0, &data->comm))
155 result = TCSP_IncrementCounter_Internal(hContext, idCounter, &auth, &counterValue);
161 if (setData(TCSD_PACKET_TYPE_AUTH, 0, &auth, 0, &data->comm))
177 TPM_AUTH auth; local
190 if (getData(TCSD_PACKET_TYPE_AUTH, 2, &auth, 0, &data->comm)
215 TPM_AUTH auth; local
    [all...]
rpc_own.c 147 TPM_AUTH auth; local
157 if (getData(TCSD_PACKET_TYPE_AUTH, 1, &auth, 0, &data->comm))
162 result = TCSP_OwnerClear_Internal(hContext, &auth);
168 if (setData(TCSD_PACKET_TYPE_AUTH, 0, &auth, 0, &data->comm)) {
rpc_sign.c 38 TPM_AUTH auth; local
69 result = getData(TCSD_PACKET_TYPE_AUTH, 4, &auth, 0, &data->comm);
76 pAuth = &auth;
90 if (setData(TCSD_PACKET_TYPE_AUTH, i++, &auth, 0, &data->comm)) {
rpc_tick.c 73 TPM_AUTH auth, *pAuth; local
94 if (getData(TCSD_PACKET_TYPE_AUTH, 4, &auth, 0, &data->comm))
97 pAuth = &auth;
  /src/sys/external/bsd/drm/dist/bsd-core/
drm_auth.c 140 struct drm_auth *auth = data; local
144 auth->magic = file_priv->magic;
150 auth->magic = old+1;
152 if (!atomic_cmpset_int(&sequence, old, auth->magic))
154 } while (drm_find_file(dev, auth->magic));
155 file_priv->magic = auth->magic;
156 drm_add_magic(dev, file_priv, auth->magic);
160 DRM_DEBUG("%u\n", auth->magic);
171 struct drm_auth *auth = data; local
174 DRM_DEBUG("%u\n", auth->magic)
    [all...]
drm_auth.c 140 struct drm_auth *auth = data; local
144 auth->magic = file_priv->magic;
150 auth->magic = old+1;
152 if (!atomic_cmpset_int(&sequence, old, auth->magic))
154 } while (drm_find_file(dev, auth->magic));
155 file_priv->magic = auth->magic;
156 drm_add_magic(dev, file_priv, auth->magic);
160 DRM_DEBUG("%u\n", auth->magic);
171 struct drm_auth *auth = data; local
174 DRM_DEBUG("%u\n", auth->magic)
    [all...]
  /src/crypto/external/bsd/openssh/bin/ssh/
Makefile 9 sshconnect.c sshconnect2.c mux.c auth.c auth-options.c
11 COPTS.auth.c= -DHOST_ONLY
Makefile 9 sshconnect.c sshconnect2.c mux.c auth.c auth-options.c
11 COPTS.auth.c= -DHOST_ONLY
  /src/external/bsd/wpa/dist/wpa_supplicant/
mesh_rsn.h 14 struct wpa_authenticator *auth; member in struct:mesh_rsn

Completed in 104 milliseconds

1 2 3 4 5 6 7 8 910