Lines Matching refs:callout_info
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()
577 const void *callout_info, in request_key_and_link() argument
602 callout_info, callout_len, aux, dest_keyring, flags); in request_key_and_link()
650 if (!callout_info) in request_key_and_link()
653 key = construct_key_and_link(&ctx, callout_info, callout_len, in request_key_and_link()
709 const char *callout_info) in request_key_tag() argument
715 if (callout_info) in request_key_tag()
716 callout_len = strlen(callout_info); in request_key_tag()
718 callout_info, callout_len, in request_key_tag()
749 const void *callout_info, in request_key_with_auxdata() argument
757 callout_info, callout_len, in request_key_with_auxdata()