Searched refs:CREDS_VALUE (Results 1 – 2 of 2) sorted by relevance
244 /* we recognize only 1 currently: CREDS_VALUE */ in gssx_dec_option_array() 257 oa->data[0].option.data = CREDS_VALUE; in gssx_dec_option_array() 258 oa->data[0].option.len = sizeof(CREDS_VALUE); in gssx_dec_option_array() 280 if (length == sizeof(CREDS_VALUE) && in gssx_dec_option_array() 281 memcmp(p, CREDS_VALUE, sizeof(CREDS_VALUE)) == 0) { in gssx_dec_option_array() 381 opt.value.data = CREDS_VALUE; in gssx_enc_call_ctx() 382 opt.value.len = sizeof(CREDS_VALUE); in gssx_enc_call_ctx()
22 #define CREDS_VALUE "linux_creds_v1" macro 206 8 + sizeof(CREDS_OPTION) + sizeof(CREDS_VALUE))