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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/uams/
H A Duams_gss.c277 gss_buffer_desc sesskey_buff, wrap_buff; local
291 gss_wrap (&status, context, 1, GSS_C_QOP_DEFAULT, &sesskey_buff, NULL, &wrap_buff);
300 if ( NULL == (sinfo->cryptedkey = malloc ( wrap_buff.length )) ) {
303 wrap_buff.length);
307 memcpy (sinfo->cryptedkey, wrap_buff.value, wrap_buff.length);
308 sinfo->cryptedkey_len = wrap_buff.length;
312 gss_release_buffer( &status, &wrap_buff );

Completed in 90 milliseconds