Lines Matching refs:buffer
82 char *buffer, size_t buflen);
455 key_serial_t *buffer;
469 *ctx->buffer++ = key->serial;
482 char *buffer, size_t buflen)
492 /* Copy as many key IDs as fit into the buffer */
493 if (buffer && buflen) {
494 ctx.buffer = (key_serial_t *)buffer;
505 /* Return the size of the buffer needed */
510 kleave("= %ld [buffer too small]", ret);