Searched refs:wrap_buff (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/uams/
H A Duams_gss.c281 gss_buffer_desc sesskey_buff, wrap_buff; local
295 gss_wrap (&status, context, 1, GSS_C_QOP_DEFAULT, &sesskey_buff, NULL, &wrap_buff);
304 if ( NULL == (sinfo->cryptedkey = malloc ( wrap_buff.length )) ) {
307 wrap_buff.length);
311 memcpy (sinfo->cryptedkey, wrap_buff.value, wrap_buff.length);
312 sinfo->cryptedkey_len = wrap_buff.length;
316 gss_release_buffer( &status, &wrap_buff );

Completed in 104 milliseconds