| H A D | request_key.c | 226 static int construct_key(struct key *key, const void *callout_info, in construct_key() argument 234 kenter("%d,%p,%zu,%p", key->serial, callout_info, callout_len, aux); in construct_key() 237 authkey = request_key_auth_new(key, "create", callout_info, callout_len, in construct_key() 490 const char *callout_info, in construct_key_and_link() argument 519 ret = construct_key(key, callout_info, callout_len, aux, in construct_key_and_link() 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, in request_key_and_link() argument 709 request_key_tag(struct key_type * type,const char * description,struct key_tag * domain_tag,const char * callout_info) request_key_tag() argument 749 request_key_with_auxdata(struct key_type * type,const char * description,struct key_tag * domain_tag,const void * callout_info,size_t callout_len,void * aux) request_key_with_auxdata() argument [all...] |