Searched refs:algorithm (Results 1 – 10 of 10) sorted by relevance
| /xen/stubdom/vtpmmgr/ |
| A D | tpm2_marshal.h | 436 ptr = pack_TPMI_ALG_SYM_OBJECT(ptr, &p->algorithm); in pack_TPMT_SYM_DEF_OBJECT() 437 ptr = pack_TPMU_SYM_KEY_BITS(ptr, &p->keyBits, &p->algorithm); in pack_TPMT_SYM_DEF_OBJECT() 438 ptr = pack_TPMU_SYM_MODE(ptr, &p->mode, &p->algorithm); in pack_TPMT_SYM_DEF_OBJECT() 445 ptr = unpack_TPMI_ALG_SYM_OBJECT(ptr, &p->algorithm); in unpack_TPMT_SYM_DEF_OBJECT() 446 ptr = unpack_TPMU_SYM_KEY_BITS(ptr, &p->keyBits, &p->algorithm); in unpack_TPMT_SYM_DEF_OBJECT() 447 ptr = unpack_TPMU_SYM_MODE(ptr, &p->mode, &p->algorithm); in unpack_TPMT_SYM_DEF_OBJECT()
|
| A D | init.c | 556 .algorithm = TPM2_ALG_AES, in tpm2_take_ownership() 614 .algorithm = TPM2_ALG_NULL, in vtpmmgr2_create()
|
| A D | tpm2_types.h | 493 TPMI_ALG_SYM algorithm; member 500 TPMI_ALG_SYM_OBJECT algorithm; member
|
| /xen/xen/include/public/io/ |
| A D | netif.h | 1018 uint8_t algorithm; member
|
| /xen/docs/man/ |
| A D | xl-numa-placement.7.pod | 239 the placement algorithm. However, if your program is calling libxl, 258 Besides than that, looking and/or tweaking the placement algorithm 278 and Xen 4.2 is in use, the automatic placement algorithm still runs, but 290 algorithm flexible and quite effective. However, that also means
|
| A D | xen-tscmode.7.pod | 85 algorithm is utilized to ensure correctness while providing the
|
| A D | xl.1.pod.in | 1177 real-time scheduling algorithm to schedule VCPUs in the system.
|
| /xen/xen/include/acpi/ |
| A D | actbl2.h | 969 u32 algorithm; member
|
| /xen/docs/misc/ |
| A D | livepatch.pandoc | 1136 Without additional information, an algorithm comparing file1.o before 1221 u8 algo; /* Public-key crypto algorithm PKEY_ALGO_*. */ 1222 u8 hash; /* Digest algorithm: HASH_ALGO_*. */
|
| /xen/stubdom/ |
| A D | lwip.patch-cvs | 1298 /* These are some reference implementations of the checksum algorithm, with the
|
Completed in 42 milliseconds