Searched refs:exf (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/crypto/ |
| H A D | chacha20_poly1305.c | 42 const struct enc_xform *exf; in chacha20_poly1305_encrypt() local 47 exf = &enc_xform_chacha20_poly1305; in chacha20_poly1305_encrypt() 48 ctx = __builtin_alloca(exf->ctxsize); in chacha20_poly1305_encrypt() 49 exf->setkey(ctx, key, CHACHA20_POLY1305_KEY); in chacha20_poly1305_encrypt() 50 exf->reinit(ctx, nonce, nonce_len); in chacha20_poly1305_encrypt() 52 exf->update(ctx, aad, aad_len); in chacha20_poly1305_encrypt() 54 exf->update(ctx, zeroes, in chacha20_poly1305_encrypt() 60 exf->encrypt_multi(ctx, src, dst, todo); in chacha20_poly1305_encrypt() 61 exf->update(ctx, dst, todo); in chacha20_poly1305_encrypt() 67 exf->encrypt_last(ctx, src, dst, resid); in chacha20_poly1305_encrypt() [all …]
|
| /freebsd/sys/opencrypto/ |
| H A D | cryptosoft.c | 102 const struct enc_xform *exf; in swcr_encdec() local 116 exf = sw->sw_exf; in swcr_encdec() 119 if (exf->native_blocksize == 0) { in swcr_encdec() 121 if ((crp->crp_payload_length % exf->blocksize) != 0) in swcr_encdec() 124 blksz = exf->blocksize; in swcr_encdec() 126 blksz = exf->native_blocksize; in swcr_encdec() 128 if (exf == &enc_xform_aes_icm && in swcr_encdec() 132 ctx = __builtin_alloca(exf->ctxsize); in swcr_encdec() 134 error = exf->setkey(ctx, crp->crp_cipher_key, in swcr_encdec() 139 memcpy(ctx, sw->sw_ctx, exf->ctxsize); in swcr_encdec() [all …]
|
| /freebsd/sys/arm/include/ |
| H A D | atomic.h | 115 : [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() 991 [exf] "=&r" (exflag) in atomic_swap_32() 1018 [exf] "=&r" (exflag) in atomic_swap_64()
|
| /freebsd/usr.bin/vi/ |
| H A D | Makefile | 49 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 D | CMakeLists.txt | 49 common/conv.c common/cut.c common/delete.c common/encoding.c common/exf.c
|