OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hash_in
(Results
1 - 4
of
4
) sorted by null
/external/tpm2/
Hash_fp.h
16
}
Hash_In
;
25
TPM_RC TPM2_Hash(
Hash_In
* in, Hash_Out* out);
29
TPM_RC Hash_In_Unmarshal(
Hash_In
* target,
Marshal_Hash.c
38
TPM_RC Hash_In_Unmarshal(
Hash_In
* target,
69
Hash_In
in;
Hash.c
12
Hash_In
*in, // IN: input parameter list
/external/ipsec-tools/src/racoon/
gssapi.c
522
gss_buffer_t
hash_in
= &hash_in_buf, hash_out = &hash_out_buf;
local
538
if (gssapi_vm2gssbuf(iph1->hash,
hash_in
) < 0) {
544
hash_in
, NULL, hash_out);
547
maj_stat = gss_release_buffer(&min_stat,
hash_in
);
550
"release
hash_in
buffer\n");
555
hash_in
->length, hash_out->length);
557
maj_stat = gss_release_buffer(&min_stat,
hash_in
);
559
gssapi_error(min_stat, LOCATION, "release
hash_in
buffer\n");
582
gss_buffer_t
hash_in
= &hashbuf, hash_out = &hash_outbuf;
local
599
maj_stat = gss_unwrap(&min_stat, gps->gss_context,
hash_in
, hash_out
[
all
...]
Completed in 80 milliseconds