Searched full:encl (Results 1 – 8 of 8) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | afalgtest.c | 35 int encl, encf, decl, decf; in test_afalg_aes_cbc() local 86 || !TEST_true(EVP_CipherUpdate(ctx, ebuf, &encl, in, BUFFER_SIZE)) in test_afalg_aes_cbc() 87 || !TEST_true(EVP_CipherFinal_ex(ctx, ebuf + encl, &encf))) in test_afalg_aes_cbc() 89 encl += encf; in test_afalg_aes_cbc() 96 || !TEST_true(EVP_CipherUpdate(ctx, dbuf, &decl, ebuf, encl)) in test_afalg_aes_cbc()
|
/freebsd/sys/contrib/device-tree/Bindings/display/ |
H A D | amlogic,meson-vpu.yaml | 24 A | osd1 | | | Blenders | | Encl ----------|----|---------------| 52 - ENCL : LCD LVDS Encoder
|
/freebsd/usr.sbin/mfiutil/ |
H A D | mfi_drive.c | 168 uint8_t encl, slot; in mfi_lookup_drive() local 189 encl = val; in mfi_lookup_drive() 194 encl = 0xff; in mfi_lookup_drive() 213 if (((encl == 0xff && in mfi_lookup_drive() 215 list->addr[i].encl_index == encl) && in mfi_lookup_drive()
|
H A D | mfi_evt.c | 154 if (strncasecmp(arg, "encl", 4) == 0) { in parse_locale() 281 return ("ENCL"); in format_locale()
|
/freebsd/sys/dev/hifn/ |
H A D | hifn7751.c | 1020 u_int32_t dmacfg, ramcfg, encl, addr, i; in hifn_enable_crypto() local 1044 encl = READ_REG_0(sc, HIFN_0_PUSTAT) & HIFN_PUSTAT_CHIPENA; in hifn_enable_crypto() 1050 if (encl == HIFN_PUSTAT_ENA_1 || encl == HIFN_PUSTAT_ENA_2) { in hifn_enable_crypto() 1059 if (encl != 0 && encl != HIFN_PUSTAT_ENA_0) { in hifn_enable_crypto() 1063 "Unknown encryption level 0x%x\n", encl); in hifn_enable_crypto() 1084 encl = READ_REG_0(sc, HIFN_0_PUSTAT) & HIFN_PUSTAT_CHIPENA; in hifn_enable_crypto() 1088 if (encl != HIFN_PUSTAT_ENA_1 && encl != HIFN_PUSTAT_ENA_2) in hifn_enable_crypto() 1101 switch (encl) { in hifn_enable_crypto()
|
/freebsd/sys/amd64/sgx/ |
H A D | sgx.c | 292 struct sgx_enclave **encl) in sgx_enclave_find() argument 316 *encl = enclave; in sgx_enclave_find()
|
/freebsd/sys/dev/mpt/mpilib/ |
H A D | mpi_log_sas.h | 218 #define PL_LOGINFO_CODE_ENCL_MGMT_NOT_SUPPORTED_ON_ENCL (0x00200040) /* Encl Mgmt services not…
|
/freebsd/sys/dev/mfi/ |
H A D | mfireg.h | 1310 } encl; member
|