Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/
Dgssapi.c522 gss_buffer_t hash_in = &hash_in_buf, hash_out = &hash_out_buf; in gssapi_wraphash() local
538 if (gssapi_vm2gssbuf(iph1->hash, hash_in) < 0) { in gssapi_wraphash()
544 hash_in, NULL, hash_out); in gssapi_wraphash()
547 maj_stat = gss_release_buffer(&min_stat, hash_in); in gssapi_wraphash()
555 hash_in->length, hash_out->length); in gssapi_wraphash()
557 maj_stat = gss_release_buffer(&min_stat, hash_in); in gssapi_wraphash()
582 gss_buffer_t hash_in = &hashbuf, hash_out = &hash_outbuf; in gssapi_unwraphash() local
599 maj_stat = gss_unwrap(&min_stat, gps->gss_context, hash_in, hash_out, in gssapi_unwraphash()