Lines Matching refs:callout_len
205 size_t callout_len, void *aux, in construct_key() argument
213 kenter("%d,%p,%zu,%p", key->serial, callout_info, callout_len, aux); in construct_key()
220 authkey = request_key_auth_new(key, callout_info, callout_len, in construct_key()
456 size_t callout_len, in construct_key_and_link() argument
484 ret = construct_key(key, callout_info, callout_len, aux, in construct_key_and_link()
540 size_t callout_len, in request_key_and_link() argument
561 callout_info, callout_len, aux, dest_keyring, flags); in request_key_and_link()
593 key = construct_key_and_link(&ctx, callout_info, callout_len, in request_key_and_link()
650 size_t callout_len = 0; in request_key() local
654 callout_len = strlen(callout_info); in request_key()
655 key = request_key_and_link(type, description, callout_info, callout_len, in request_key()
685 size_t callout_len, in request_key_with_auxdata() argument
691 key = request_key_and_link(type, description, callout_info, callout_len, in request_key_with_auxdata()
721 size_t callout_len) in request_key_async() argument
724 callout_len, NULL, NULL, in request_key_async()
746 size_t callout_len, in request_key_async_with_auxdata() argument
750 callout_len, aux, NULL, KEY_ALLOC_IN_QUOTA); in request_key_async_with_auxdata()