Home
last modified time | relevance | path

Searched refs:exf (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/crypto/
H A Dchacha20_poly1305.c54 exf->update(ctx, zeroes, in chacha20_poly1305_encrypt()
71 exf->update(ctx, zeroes, in chacha20_poly1305_encrypt()
78 exf->final(dst, ctx); in chacha20_poly1305_encrypt()
109 exf->update(ctx, zeroes, in chacha20_poly1305_decrypt()
113 exf->update(ctx, zeroes, in chacha20_poly1305_decrypt()
119 exf->final(u.tag, ctx); in chacha20_poly1305_decrypt()
157 exf->update(ctx, zeroes, in xchacha20_poly1305_encrypt()
181 exf->final(dst, ctx); in xchacha20_poly1305_encrypt()
212 exf->update(ctx, zeroes, in xchacha20_poly1305_decrypt()
216 exf->update(ctx, zeroes, in xchacha20_poly1305_decrypt()
[all …]
/freebsd/sys/opencrypto/
H A Dcryptosoft.c102 const struct enc_xform *exf; in swcr_encdec() local
116 exf = sw->sw_exf; in swcr_encdec()
124 blksz = exf->blocksize; in swcr_encdec()
413 const struct enc_xform *exf; in swcr_gcm() local
420 exf = swe->sw_exf; in swcr_gcm()
545 exf->final(s.tag, ctx); in swcr_gcm()
755 exf = swe->sw_exf; in swcr_ccm()
879 exf->final(s.tag, ctx); in swcr_ccm()
979 exf = swe->sw_exf; in swcr_chacha20_poly1305()
1001 exf->update, ctx); in swcr_chacha20_poly1305()
[all …]
/freebsd/sys/arm/include/
H A Datomic.h115 : [exf] "=&r" (exflag), in atomic_add_64()
164 : [exf] "=&r" (exflag), in atomic_clear_64()
595 [exf] "=&r" (exflag), in atomic_fetchadd_64()
692 [exf] "=&r" (exflag), in atomic_readandclear_64()
737 : [exf] "=&r" (exflag), in atomic_set_64()
786 : [exf] "=&r" (exflag), in atomic_subtract_64()
823 [exf] "=&r" (exflag) in ATOMIC_ACQ_REL_LONG()
984 [exf] "=&r" (exflag) in atomic_swap_32()
1011 [exf] "=&r" (exflag) in atomic_swap_64()
/freebsd/usr.bin/vi/
H A DMakefile49 SRCS+= conv.c cut.c delete.c encoding.c exf.c key.c line.c log.c main.c mark.c msg.c options.c \
/freebsd/contrib/nvi/
H A DCMakeLists.txt54 common/conv.c common/cut.c common/delete.c common/encoding.c common/exf.c