k5_pac_locate_buffer
ret = k5_pac_locate_buffer(context, pac, PAC_SERVER_CHECKSUM, &server_cksum);
ret = k5_pac_locate_buffer(context, pac, PAC_PRIVSVR_CHECKSUM, &privsvr_cksum);
k5_pac_locate_buffer(krb5_context context,
if (k5_pac_locate_buffer(context, pac, type, NULL) == 0) {
ret = k5_pac_locate_buffer(context, pac, type, &d);
ret = k5_pac_locate_buffer(context, pac, PAC_CLIENT_INFO, &client_info);
ret = k5_pac_locate_buffer(context, pac, PAC_SERVER_CHECKSUM, &checksum_data);
ret = k5_pac_locate_buffer(context, pac, PAC_PRIVSVR_CHECKSUM, &privsvr_checksum);
ret = k5_pac_locate_buffer(context, pac, PAC_SERVER_CHECKSUM, &server_checksum);
if (k5_pac_locate_buffer(context, pac, PAC_CLIENT_INFO, &client_info) == 0) {
ret = k5_pac_locate_buffer(context, pac, type, &cksumdata);