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

/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Dafalgtest.c48 int encl, encf, decl, decf; local
71 || !TEST_true(EVP_CipherUpdate(ctx, ebuf, &encl, in, BUFFER_SIZE))
72 || !TEST_true(EVP_CipherFinal_ex(ctx, ebuf+encl, &encf)))
74 encl += encf;
81 || !TEST_true(EVP_CipherUpdate(ctx, dbuf, &decl, ebuf, encl))
/netbsd-current/crypto/external/bsd/openssl/dist/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))
/netbsd-current/sys/dev/pci/
H A Dhifn7751.c886 uint32_t dmacfg, ramcfg, encl, addr, i; local
913 encl = READ_REG_0(sc, HIFN_0_PUSTAT) & HIFN_PUSTAT_CHIPENA;
919 if (encl == HIFN_PUSTAT_ENA_1 || encl == HIFN_PUSTAT_ENA_2) {
926 if (encl != 0 && encl != HIFN_PUSTAT_ENA_0) {
949 encl = READ_REG_0(sc, HIFN_0_PUSTAT) & HIFN_PUSTAT_CHIPENA;
952 if (encl != HIFN_PUSTAT_ENA_1 && encl != HIFN_PUSTAT_ENA_2)
962 switch (encl) {
[all...]

Completed in 79 milliseconds