Searched full:instantiation (Results 1 – 25 of 93) sorted by relevance
1234
/linux-6.14.4/Documentation/crypto/ |
D | asymmetric-keys.rst | 14 - Instantiation data parsers. 37 for extracting information from the blobs of data passed to the instantiation 49 If a key is added with an empty name, the instantiation data parsers are given 229 Instantiation Data Parsers 250 During key instantiation each parser in the list is tried until one doesn't 291 The instantiation data is in a blob pointed to by data and is datalen in
|
D | architecture.rst | 330 AEAD cipher. In our case, during the instantiation of SEQIV, the 334 During instantiation of the GCM handle, the CTR(AES) and GHASH 345 During instantiation of the CTR(AES) cipher, the CIPHER type
|
/linux-6.14.4/drivers/platform/x86/dell/ |
D | dell-lis3lv02d.c | 3 * lis3lv02d i2c-client instantiation for ACPI SMO88xx devices without I2C resources. 230 * i2c_client instantiation. in dell_lis3lv02d_init() 254 MODULE_DESCRIPTION("lis3lv02d i2c-client instantiation for ACPI SMO88xx devices");
|
/linux-6.14.4/security/keys/ |
D | keyctl.c | 855 * dangling off an instantiation key in keyctl_read_key() 1110 * Get the destination keyring for instantiation and check that the caller has 1168 * The caller must have the appropriate instantiation permit set for this to 1193 /* the appropriate instantiation authorisation key must have been in keyctl_instantiate_key_common() 1231 * instantiation of the key */ in keyctl_instantiate_key_common() 1245 * The caller must have the appropriate instantiation permit set for this to 1274 * The caller must have the appropriate instantiation permit set for this to 1304 * The caller must have the appropriate instantiation permit set for this to 1324 * The caller must have the appropriate instantiation permit set for this to 1354 /* the appropriate instantiation authorisation key must have been in keyctl_reject_key() [all …]
|
D | request_key_auth.c | 144 * Destroy an instantiation authorisation token key. 186 /* it is - use that instantiation context here too */ in request_key_auth_new() 244 * instantiation of a key.
|
D | key.c | 34 /* We serialise key instantiation and link */ 211 * instantiation function should amend this as necessary. If insufficient 423 * semaphore need not be locked as instantiation is serialised by 488 * @authkey: The authorisation token permitting instantiation. 559 * @authkey: The authorisation token permitting instantiation. 1184 * generic_key_instantiate - Simple instantiation of a key from preparsed data
|
D | request_key.c | 550 * @callout_info: The data to pass to the instantiation upcall (or NULL). 696 * @callout_info: The data to pass to the instantiation upcall (or NULL). 736 * @callout_info: The data to pass to the instantiation upcall (or NULL).
|
/linux-6.14.4/drivers/net/ethernet/hisilicon/hns3/ |
D | hnae3.c | 167 "match and instantiation failed for port, ret = %d\n", in hnae3_register_client() 259 "match and instantiation failed, ret = %d\n", in hnae3_register_ae_algo() 356 "match and instantiation failed, ret = %d\n", in hnae3_register_ae_dev()
|
/linux-6.14.4/include/drm/ |
D | drm_debugfs.h | 79 * This structure represents a debugfs file, as an instantiation of a &struct 127 * This structure represents a debugfs file, as an instantiation of a &struct
|
/linux-6.14.4/include/keys/ |
D | asymmetric-parser.h | 16 * Key data parser. Called during key instantiation.
|
/linux-6.14.4/Documentation/security/keys/ |
D | request-key.rst | 101 instantiation. 132 Negative Instantiation And Rejection
|
/linux-6.14.4/Documentation/i2c/ |
D | ten-bit-addresses.rst | 26 case of automatic detection and instantiation of devices by their,
|
/linux-6.14.4/Documentation/devicetree/bindings/pwm/ |
D | microchip,corepwm.yaml | 60 core, set at instantiation and by the bitstream programmed to the FPGA, determines
|
/linux-6.14.4/include/crypto/internal/ |
D | acompress.h | 24 * the instantiation time, right after the transformation context
|
/linux-6.14.4/Documentation/scsi/ |
D | scsi_fc_transport.rst | 210 Vport instantiation consists of two parts: 216 - Instantiation of the vport on the FC link via ELS traffic, etc. 372 - Instantiation of the vport on the FC link via ELS traffic, etc. 455 any way. (see Vport Creation and the 2 part instantiation discussion).
|
/linux-6.14.4/drivers/net/dsa/ocelot/ |
D | felix.h | 22 /* Hardcoded resources provided by the hardware instantiation. */
|
/linux-6.14.4/drivers/virtio/ |
D | Kconfig | 167 Allow virtio-mmio devices instantiation via the kernel command line
|
/linux-6.14.4/rust/kernel/alloc/ |
D | allocator_test.rs | 4 //! of those types (e.g. `CString`) use kernel allocators for instantiation.
|
/linux-6.14.4/drivers/crypto/caam/ |
D | regs.h | 341 * CHA version IDs / instantiation bitfields (< Era 10) 406 /* CAAM Hardware Instantiation Parameters fa0-fbf */ 435 /* Component Instantiation Parameters fe0-fff */ 663 * 1-4 possible per instantiation, base + 1000/2000/3000/4000
|
/linux-6.14.4/fs/overlayfs/ |
D | ovl_entry.h | 73 /* creds of process who forced instantiation of super block */
|
/linux-6.14.4/arch/alpha/kernel/ |
D | machvec_impl.h | 7 * This file has goodies to help simplify instantiation of machine vectors.
|
/linux-6.14.4/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_mksstat.h | 40 * order of instantiation of these counters in the mksGuestStat pages.
|
/linux-6.14.4/arch/powerpc/platforms/pseries/ |
D | rtas-work-area.c | 130 * immmediately after RTAS instantiation. Then we have to wait until
|
/linux-6.14.4/include/linux/ |
D | key.h | 343 * @callout_info: The data to pass to the instantiation upcall (or NULL). 360 * @callout_info: The data to pass to the instantiation upcall (or NULL).
|
/linux-6.14.4/crypto/ |
D | essiv.c | 13 * 'essiv(cbc(aes),sha256)', which is the only instantiation used by 545 pr_warn("Unsupported essiv instantiation: essiv(%s,%s)\n", in essiv_create()
|
1234