| /src/sys/arch/algor/ |
| Makefile | 3 # Makefile for algor tags file and boot blocks 8 TALGOR= ${SYSDIR}/arch/algor/tags 9 SALGOR= ${SYSDIR}/arch/algor/algor/*.[ch] 10 SALGOR+= ${SYSDIR}/arch/algor/dev/*.[ch] 11 SALGOR+= ${SYSDIR}/arch/algor/include/*.h 12 SALGOR+= ${SYSDIR}/arch/algor/isa/*.[ch] 13 SALGOR+= ${SYSDIR}/arch/algor/pci/*.[ch] 15 AALGOR= ${SYSDIR}/arch/algor/algor/*. [all...] |
| /src/sys/arch/algor/algor/ |
| algor_p4032_bus_locio.c | 49 #include <algor/algor/algor_p4032reg.h> 50 #include <algor/algor/algor_p4032var.h>
|
| algor_p4032_bus_io.c | 49 #include <algor/algor/algor_p4032reg.h> 50 #include <algor/algor/algor_p4032var.h> 52 #include <algor/pci/vtpbcvar.h>
|
| algor_p4032_dma.c | 44 #include <algor/algor/algor_p4032reg.h> 45 #include <algor/algor/algor_p4032var.h> 47 #include <algor/pci/vtpbcvar.h>
|
| led.c | 43 #include <algor/autoconf.h> 46 #include <algor/algor/algor_p4032reg.h> 50 #include <algor/algor/algor_p5064reg.h> 54 #include <algor/algor/algor_p6032reg.h>
|
| algor_p5064_bus_io.c | 49 #include <algor/algor/algor_p5064reg.h> 50 #include <algor/algor/algor_p5064var.h>
|
| algor_p5064_dma.c | 44 #include <algor/algor/algor_p5064reg.h> 45 #include <algor/algor/algor_p5064var.h>
|
| algor_p6032_bus_io.c | 49 #include <algor/algor/algor_p6032reg.h> 50 #include <algor/algor/algor_p6032var.h>
|
| algor_p6032_bus_mem.c | 49 #include <algor/algor/algor_p6032reg.h> 50 #include <algor/algor/algor_p6032var.h>
|
| algor_p6032_dma.c | 44 #include <algor/algor/algor_p6032reg.h> 45 #include <algor/algor/algor_p6032var.h>
|
| algor_intr.c | 45 #include <algor/autoconf.h> 50 #include <algor/algor/algor_p4032var.h> 54 #include <algor/algor/algor_p5064var.h> 58 #include <algor/algor/algor_p6032var.h>
|
| algor_p4032_bus_mem.c | 49 #include <algor/algor/algor_p4032reg.h> 50 #include <algor/algor/algor_p4032var.h> 52 #include <algor/pci/vtpbcvar.h>
|
| algor_p5064_bus_mem.c | 49 #include <algor/algor/algor_p5064reg.h> 50 #include <algor/algor/algor_p5064var.h>
|
| /src/sys/arch/algor/include/ |
| param.h | 48 #define _MACHINE algor 49 #define MACHINE "algor"
|
| /src/crypto/external/apache2/openssl/dist/crypto/asn1/ |
| x_sig.c | 17 ASN1_SIMPLE(X509_SIG, algor, X509_ALGOR), 27 *palg = sig->algor; 36 *palg = sig->algor;
|
| /src/crypto/external/bsd/openssl/dist/crypto/asn1/ |
| x_sig.c | 17 ASN1_SIMPLE(X509_SIG, algor, X509_ALGOR), 27 *palg = sig->algor; 36 *palg = sig->algor;
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
| x_sig.c | 17 ASN1_SIMPLE(X509_SIG, algor, X509_ALGOR), 27 *palg = sig->algor; 36 *palg = sig->algor;
|
| n_pkey.c | 27 X509_ALGOR *algor; 52 ASN1_SIMPLE(NETSCAPE_PKEY, algor, X509_ALGOR),
|
| /src/sys/arch/algor/dev/ |
| mainbus.c | 48 #include <algor/autoconf.h> 84 #include <algor/algor/algor_p4032reg.h> 85 #include <algor/algor/algor_p4032var.h> 109 #include <algor/algor/algor_p5064reg.h> 110 #include <algor/algor/algor_p5064var.h> 134 #include <algor/algor/algor_p6032reg.h [all...] |
| vtpbc_mainbus.c | 45 #include <algor/autoconf.h> 47 #include <algor/pci/vtpbcvar.h> 50 #include <algor/algor/algor_p4032var.h> 54 #include <algor/algor/algor_p5064var.h>
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/pkcs12/ |
| p12_decr.c | 20 * Encrypt/Decrypt a buffer based on password and algor, result in a 23 unsigned char *PKCS12_pbe_crypt(const X509_ALGOR *algor, 38 if (!EVP_PBE_CipherInit(algor->algorithm, pass, passlen, 39 algor->parameter, ctx, en_de)) { 82 void *PKCS12_item_decrypt_d2i(const X509_ALGOR *algor, const ASN1_ITEM *it, 91 if (!PKCS12_pbe_crypt(algor, pass, passlen, oct->data, oct->length, 124 ASN1_OCTET_STRING *PKCS12_item_i2d_encrypt(X509_ALGOR *algor, 142 if (!PKCS12_pbe_crypt(algor, pass, passlen, in, inlen, &oct->data,
|
| /src/crypto/external/apache2/openssl/dist/crypto/pkcs12/ |
| p12_decr.c | 16 * Encrypt/Decrypt a buffer based on password and algor, result in a 19 unsigned char *PKCS12_pbe_crypt_ex(const X509_ALGOR *algor, 37 if (!EVP_PBE_CipherInit_ex(algor->algorithm, pass, passlen, 38 algor->parameter, ctx, en_de, libctx, propq)) 124 unsigned char *PKCS12_pbe_crypt(const X509_ALGOR *algor, 129 return PKCS12_pbe_crypt_ex(algor, pass, passlen, in, inlen, data, datalen, 138 void *PKCS12_item_decrypt_d2i_ex(const X509_ALGOR *algor, const ASN1_ITEM *it, 154 if (!PKCS12_pbe_crypt_ex(algor, pass, passlen, oct->data, oct->length, 174 void *PKCS12_item_decrypt_d2i(const X509_ALGOR *algor, const ASN1_ITEM *it, 178 return PKCS12_item_decrypt_d2i_ex(algor, it, pass, passlen, oct, zbuf [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/pkcs12/ |
| p12_decr.c | 16 * Encrypt/Decrypt a buffer based on password and algor, result in a 19 unsigned char *PKCS12_pbe_crypt_ex(const X509_ALGOR *algor, 36 if (!EVP_PBE_CipherInit_ex(algor->algorithm, pass, passlen, 37 algor->parameter, ctx, en_de, libctx, propq)) 115 unsigned char *PKCS12_pbe_crypt(const X509_ALGOR *algor, 120 return PKCS12_pbe_crypt_ex(algor, pass, passlen, in, inlen, data, datalen, 129 void *PKCS12_item_decrypt_d2i_ex(const X509_ALGOR *algor, const ASN1_ITEM *it, 140 if (!PKCS12_pbe_crypt_ex(algor, pass, passlen, oct->data, oct->length, 158 void *PKCS12_item_decrypt_d2i(const X509_ALGOR *algor, const ASN1_ITEM *it, 162 return PKCS12_item_decrypt_d2i_ex(algor, it, pass, passlen, oct, zbuf [all...] |
| /src/games/dab/ |
| Makefile | 8 SRCS=algor.cc board.cc main.cc human.cc box.cc player.cc gamescreen.cc \
|
| /src/crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/ |
| decode_spki2typespki.c | 61 X509_ALGOR *algor = NULL; local 79 if (!X509_PUBKEY_get0_param(NULL, NULL, NULL, &algor, xpub)) 81 X509_ALGOR_get0(&oid, NULL, NULL, algor); 86 && ossl_x509_algor_is_sm2(algor))
|