Searched refs:hash_out (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/crypto/dist/ipsec-tools/src/racoon/ |
| D | gssapi.c | 527 gss_buffer_t hash_in = &hash_in_buf, hash_out = &hash_out_buf; in gssapi_wraphash() local 549 hash_in, NULL, hash_out); in gssapi_wraphash() 560 hash_in->length, hash_out->length); in gssapi_wraphash() 566 if (gssapi_gss2vmbuf(hash_out, &outbuf) < 0) { in gssapi_wraphash() 568 maj_stat = gss_release_buffer(&min_stat, hash_out); in gssapi_wraphash() 574 maj_stat = gss_release_buffer(&min_stat, hash_out); in gssapi_wraphash() 587 gss_buffer_t hash_in = &hashbuf, hash_out = &hash_outbuf; in gssapi_unwraphash() local 604 maj_stat = gss_unwrap(&min_stat, gps->gss_context, hash_in, hash_out, in gssapi_unwraphash() 611 if (gssapi_gss2vmbuf(hash_out, &outbuf) < 0) { in gssapi_unwraphash() 613 maj_stat = gss_release_buffer(&min_stat, hash_out); in gssapi_unwraphash() [all …]
|