Lines Matching refs:callout_len
204 size_t callout_len, void *aux, in construct_key() argument
212 kenter("%d,%p,%zu,%p", key->serial, callout_info, callout_len, aux); in construct_key()
219 authkey = request_key_auth_new(key, callout_info, callout_len, in construct_key()
432 size_t callout_len, in construct_key_and_link() argument
456 ret = construct_key(key, callout_info, callout_len, aux, in construct_key_and_link()
511 size_t callout_len, in request_key_and_link() argument
532 callout_info, callout_len, aux, dest_keyring, flags); in request_key_and_link()
566 key = construct_key_and_link(&ctx, callout_info, callout_len, in request_key_and_link()
624 size_t callout_len = 0; in request_key() local
628 callout_len = strlen(callout_info); in request_key()
629 key = request_key_and_link(type, description, callout_info, callout_len, in request_key()
659 size_t callout_len, in request_key_with_auxdata() argument
665 key = request_key_and_link(type, description, callout_info, callout_len, in request_key_with_auxdata()
695 size_t callout_len) in request_key_async() argument
698 callout_len, NULL, NULL, in request_key_async()
720 size_t callout_len, in request_key_async_with_auxdata() argument
724 callout_len, aux, NULL, KEY_ALLOC_IN_QUOTA); in request_key_async_with_auxdata()