| /openbsd-src/sys/conf/ |
| H A D | files | 60 define crypto 527 file dev/softraid_crypto.c softraid & crypto 532 file dev/softraid_raid1c.c softraid & crypto 591 pseudo-device crypto: ifnet 926 file crypto/aes.c ipsec | crypto | uvm_swap_encrypt | wlan 927 file crypto/rijndael.c ipsec | crypto | uvm_swap_encrypt | wlan 928 file crypto/md5.c 929 file crypto/rmd16 [all...] |
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | RISCVUsage.rst | 63 ``Zbkb`` Supported (`See note <#riscv-scalar-crypto-note1>`__) 65 ``Zbkx`` Supported (`See note <#riscv-scalar-crypto-note1>`__) 78 ``Zknd`` Supported (`See note <#riscv-scalar-crypto-note2>`__) 79 ``Zkne`` Supported (`See note <#riscv-scalar-crypto-note2>`__) 80 ``Zknh`` Supported (`See note <#riscv-scalar-crypto-note2>`__) 81 ``Zksed`` Supported (`See note <#riscv-scalar-crypto-note2>`__) 82 ``Zksh`` Supported (`See note <#riscv-scalar-crypto-note2>`__) 113 .. _riscv-scalar-crypto-note1: 118 .. _riscv-scalar-crypto-note2:
|
| /openbsd-src/usr.bin/file/magdir/ |
| H A D | gnome-keyring | 9 >>>&0 ubyte 0 \b, crypto type 0 (AEL) 10 >>>&0 ubyte >0 \b, crypto type %hhu (unknown)
|
| /openbsd-src/lib/libcrypto/util/ |
| H A D | mkstack.pl | 24 @source = (<crypto/*.[ch]>, <crypto/*/*.[ch]>, <ssl/*.[ch]>, <apps/*.[ch]>);
|
| /openbsd-src/lib/libkeynote/ |
| H A D | README | 13 crypto support, use "make nocrypto" instead (you still need to run 14 "configure"). If you have built crypto support, "make test-sig" will run 21 - You need the SSLeay/OpenSSL library if you compile with crypto
|
| /openbsd-src/regress/sbin/isakmpd/ |
| H A D | Makefile | 32 SUBDIR= crypto dh hmac prf util
|
| /openbsd-src/regress/sbin/isakmpd/crypto/ |
| H A D | Makefile | 7 SRCS= crypto.c cryptotest.c conf.c log.c monitor.c util.c
|
| /openbsd-src/sys/dev/usb/ |
| H A D | if_uath.c | 1697 struct uath_cmd_crypto crypto; in uath_set_key() local 1700 bzero(&crypto, sizeof crypto); in uath_set_key() 1701 crypto.keyidx = htobe32(index); in uath_set_key() 1702 crypto.magic1 = htobe32(1); in uath_set_key() 1703 crypto.size = htobe32(368); in uath_set_key() 1704 crypto.mask = htobe32(0xffff); in uath_set_key() 1705 crypto.flags = htobe32(0x80000068); in uath_set_key() 1707 crypto.flags |= htobe32(index << 16); in uath_set_key() 1708 memset(crypto.magic2, 0xff, sizeof crypto.magic2); in uath_set_key() 1715 crypto.key[i] = k->k_key[i] ^ 0xaa; in uath_set_key() [all …]
|
| /openbsd-src/usr.sbin/tokenadm/ |
| H A D | Makefile | 10 TOKENS= activ crypto snk
|
| /openbsd-src/regress/sys/crypto/chachapoly/ |
| H A D | Makefile | 19 .PATH: ${DIR}/crypto
|
| /openbsd-src/regress/sys/ |
| H A D | Makefile | 4 SUBDIR= altivec_ast btcfi copy crypto dev ddb ffs \
|
| /openbsd-src/regress/sys/crypto/gmac/ |
| H A D | Makefile | 19 .PATH: ${DIR}/crypto
|
| /openbsd-src/regress/sys/crypto/enc/ |
| H A D | Makefile | 12 .PATH: ${DIR}/crypto
|
| /openbsd-src/libexec/login_token/ |
| H A D | Makefile | 9 TOKENS= activ crypto snk
|
| /openbsd-src/usr.sbin/tokeninit/ |
| H A D | Makefile | 12 TOKENS= activ crypto snk
|
| /openbsd-src/regress/sys/crypto/aes/ |
| H A D | Makefile | 19 .PATH: ${DIR}/crypto
|
| /openbsd-src/regress/sys/crypto/cmac/ |
| H A D | Makefile | 19 .PATH: ${DIR}/crypto/
|
| /openbsd-src/regress/sys/crypto/hmac/ |
| H A D | Makefile | 19 .PATH: ${DIR}/crypto/
|
| /openbsd-src/regress/usr.bin/ssh/unittests/conversion/ |
| H A D | Makefile | 7 SRCS+=sshbuf-getput-basic.c sshbuf-getput-crypto.c sshbuf-misc.c sshbuf.c
|
| /openbsd-src/regress/usr.bin/ssh/unittests/match/ |
| H A D | Makefile | 7 SRCS+=sshbuf-getput-basic.c sshbuf-getput-crypto.c sshbuf-misc.c sshbuf.c
|
| /openbsd-src/regress/sys/crypto/key_wrap/ |
| H A D | Makefile | 19 .PATH: ${DIR}/crypto/ ${DIR}/lib/libkern/
|
| /openbsd-src/regress/sys/crypto/aesxts/ |
| H A D | Makefile | 20 .PATH: ${DIR}/crypto
|
| /openbsd-src/regress/sys/crypto/aesctr/ |
| H A D | Makefile | 20 .PATH: ${DIR}/crypto
|
| /openbsd-src/regress/usr.bin/ssh/unittests/sshbuf/ |
| H A D | Makefile | 14 SRCS+=sshbuf-getput-basic.c sshbuf-getput-crypto.c sshbuf-misc.c sshbuf.c
|
| /openbsd-src/lib/libcrypto/arch/aarch64/ |
| H A D | arm64cpuid.S | |