Home
last modified time | relevance | path

Searched refs:hash_out (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
544 hash_in, NULL, hash_out); in gssapi_wraphash()
555 hash_in->length, hash_out->length); in gssapi_wraphash()
561 if (gssapi_gss2vmbuf(hash_out, &outbuf) < 0) { in gssapi_wraphash()
563 maj_stat = gss_release_buffer(&min_stat, hash_out); in gssapi_wraphash()
569 maj_stat = gss_release_buffer(&min_stat, hash_out); 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()
606 if (gssapi_gss2vmbuf(hash_out, &outbuf) < 0) { in gssapi_unwraphash()
608 maj_stat = gss_release_buffer(&min_stat, hash_out); in gssapi_unwraphash()
[all …]