Searched refs:encl (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/crypto/openssl/test/
H A Dafalgtest.c35 int encl, encf, decl, decf; local
86 || !TEST_true(EVP_CipherUpdate(ctx, ebuf, &encl, in, BUFFER_SIZE))
87 || !TEST_true(EVP_CipherFinal_ex(ctx, ebuf + encl, &encf)))
89 encl += encf;
96 || !TEST_true(EVP_CipherUpdate(ctx, dbuf, &decl, ebuf, encl))
/freebsd-current/usr.sbin/mfiutil/
H A Dmfi_drive.c168 uint8_t encl, slot; local
189 encl = val;
194 encl = 0xff;
213 if (((encl == 0xff &&
215 list->addr[i].encl_index == encl) &&
/freebsd-current/sys/dev/hifn/
H A Dhifn7751.c1022 u_int32_t dmacfg, ramcfg, encl, addr, i; local
1046 encl = READ_REG_0(sc, HIFN_0_PUSTAT) & HIFN_PUSTAT_CHIPENA;
1052 if (encl == HIFN_PUSTAT_ENA_1 || encl == HIFN_PUSTAT_ENA_2) {
1061 if (encl != 0 && encl != HIFN_PUSTAT_ENA_0) {
1065 "Unknown encryption level 0x%x\n", encl);
1086 encl = READ_REG_0(sc, HIFN_0_PUSTAT) & HIFN_PUSTAT_CHIPENA;
1090 if (encl != HIFN_PUSTAT_ENA_1 && encl !
[all...]
/freebsd-current/sys/amd64/sgx/
H A Dsgx.c292 struct sgx_enclave **encl)
316 *encl = enclave;
291 sgx_enclave_find(struct sgx_softc *sc, uint64_t addr, struct sgx_enclave **encl) argument
/freebsd-current/sys/dev/mfi/
H A Dmfireg.h1310 } encl; member in struct:mfi_array::__anon3036

Completed in 253 milliseconds