Home
last modified time | relevance | path

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

/linux-3.4.99/net/rxrpc/
Dar-key.c197 if (rxk5->authdata) { in rxrpc_rxk5_free()
199 rxrpc_free_krb5_tagged(&rxk5->authdata[loop]); in rxrpc_rxk5_free()
200 kfree(rxk5->authdata); in rxrpc_rxk5_free()
510 ret = rxrpc_krb5_decode_tagged_array(&rxk5->authdata, in rxrpc_instantiate_xdr_rxk5()
1080 toksize += RND(token->k5->authdata[loop].data_len); in rxrpc_read()
1190 ENCODE(token->k5->authdata[loop].tag); in rxrpc_read()
1191 ENCODE_DATA(token->k5->authdata[loop].data_len, in rxrpc_read()
1192 token->k5->authdata[loop].data); in rxrpc_read()
/linux-3.4.99/include/keys/
Drxrpc-type.h83 struct krb5_tagged_data *authdata; /* authorisation data */ member
/linux-3.4.99/security/keys/
Dtrusted.c186 unsigned char *authdata; in TSS_checkhmac1() local
203 authdata = buffer + bufsize - SHA1_DIGEST_SIZE; in TSS_checkhmac1()
204 continueflag = authdata - 1; in TSS_checkhmac1()
245 if (memcmp(testhmac, authdata, SHA1_DIGEST_SIZE)) in TSS_checkhmac1()