Lines Matching defs:callout_info
226 static int construct_key(struct key *key, const void *callout_info,
234 kenter("%d,%p,%zu,%p", key->serial, callout_info, callout_len, aux);
237 authkey = request_key_auth_new(key, "create", callout_info, callout_len,
490 const char *callout_info,
519 ret = construct_key(key, callout_info, callout_len, aux,
550 * @callout_info: The data to pass to the instantiation upcall (or NULL).
551 * @callout_len: The length of callout_info.
558 * incremented if found. Otherwise, if callout_info is not NULL, a key will be
567 * found; -ENOKEY if no key was found and no @callout_info was given; -EDQUOT
577 const void *callout_info,
602 callout_info, callout_len, aux, dest_keyring, flags);
650 if (!callout_info)
653 key = construct_key_and_link(&ctx, callout_info, callout_len,
696 * @callout_info: The data to pass to the instantiation upcall (or NULL).
700 * the callout_info must be a NUL-terminated string and no auxiliary data can
709 const char *callout_info)
715 if (callout_info)
716 callout_len = strlen(callout_info);
718 callout_info, callout_len,
736 * @callout_info: The data to pass to the instantiation upcall (or NULL).
737 * @callout_len: The length of callout_info.
749 const void *callout_info,
757 callout_info, callout_len,