/freebsd/sys/contrib/device-tree/Bindings/iio/frequency/ |
H A D | adi,admfm2000.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 4 --- 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Kim Seer Paller <kimseer.paller@analog.com> 16 It consists of a LNA, mixer, IF filter, DSA, and IF amplifier for each down 22 - adi,admfm2000 24 '#address-cells': 27 '#size-cells': 31 "^channel@[0-1]$": 44 adi,mixer-mode: [all …]
|
/freebsd/crypto/libecc/src/examples/sig/dsa/ |
H A D | dsa.h | 2 * Copyright (C) 2021 - This file is part of libecc project 8 * This software is licensed under a dual BSD and GPL v2 license. 15 * NOTE: although we only need libarith for DSA as we 24 /* We define hereafter the types and functions for DSA. 25 * The notations are taken from NIST FIPS 186-4 and should be 29 /* DSA public key, composed of: 30 * p the DSA prime modulus 31 * q the DSA prime order (prime divisor of (p-1)) 32 * g the DSA generator 42 /* DSA private key, composed of: [all …]
|
H A D | dsa.c | 2 * Copyright (C) 2021 - This file is part of libecc project 8 * This software is licensed under a dual BSD and GPL v2 license. 11 #include "dsa.h" 24 * The purpose of this example is to implement the DSA 25 * related algorithms as per FIPS 186-4 based on libecc arithmetic 30 * not optimized for big numbers >= 1024 bits usually used for DSA. 35 * FIPS 186-4 rather than a production code. Use it at your own risk! 41 * of DSA (e.g. by protecting the private key and nonces using constant 45 * All-in-all, this piece of code can be useful in some contexts, or risky to 46 * use in other sensitive ones where advanced side-channels or fault attacks [all …]
|
/freebsd/crypto/libecc/src/examples/sig/sdsa/ |
H A D | sdsa.h | 2 * Copyright (C) 2021 - This file is part of libecc project 8 * This software is licensed under a dual BSD and GPL v2 license. 24 /* The DSA include file as we reuse DSA primitives internally */ 25 #include "../dsa/dsa.h" 32 * q the SDSA prime order (prime divisor of (p-1)) 36 * NOTE: the SDSA (Schnorr DSA) public key is mapped to a DSA public key 43 * q the SDSA prime order (prime divisor of (p-1)) 47 * NOTE: the SDSA (Schnorr DSA) private key is mapped to a DSA private key
|
H A D | sdsa.c | 2 * Copyright (C) 2021 - This file is part of libecc project 8 * This software is licensed under a dual BSD and GPL v2 license. 25 * scheme (aka SDSA for Schnorr DSA) based on libecc arithmetic primitives. 27 * one corresponding to SDSA as described in the ISO14888-3 standard. 42 * of Schnorr DSA (e.g. by protecting the private key and nonces using constant 46 * All-in-all, this piece of code can be useful in some contexts, or risky to 47 * use in other sensitive ones where advanced side-channels or fault attacks 52 /* NOTE: since SDSA is very similar to DSA, we reuse some of our DSA 54 * have the exact same type as DSA keys. 122 p = &(priv->p); in sdsa_sign() [all …]
|
/freebsd/crypto/libecc/src/examples/sig/kcdsa/ |
H A D | kcdsa.h | 2 * Copyright (C) 2021 - This file is part of libecc project 8 * This software is licensed under a dual BSD and GPL v2 license. 24 /* The DSA include file as we reuse DSA primitives internally */ 25 #include "../dsa/dsa.h" 32 * q the KCDSA prime order (prime divisor of (p-1)) 36 * NOTE: the KCDSA (Schnorr DSA) public key is mapped to a DSA public key 43 * q the KCDSA prime order (prime divisor of (p-1)) 47 * NOTE: the KCDSA (Schnorr DSA) private key is mapped to a DSA private key
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | hisilicon-hns-dsaf.txt | 1 Hisilicon DSA Fabric device controller 4 - compatible: should be "hisilicon,hns-dsaf-v1" or "hisilicon,hns-dsaf-v2". 5 "hisilicon,hns-dsaf-v1" is for hip05. 6 "hisilicon,hns-dsaf-v2" is for Hi1610 and Hi1612. 7 - mode: dsa fabric mode string. only support one of dsaf modes like these: 8 "2port-64vf", 9 "6port-16rss", 10 "6port-16vf", 11 "single-port". 12 - interrupts: should contain the DSA Fabric and rcb interrupt. [all …]
|
/freebsd/crypto/libecc/src/examples/sig/gostr34_10_94/ |
H A D | gostr34_10_94.h | 2 * Copyright (C) 2021 - This file is part of libecc project 8 * This software is licensed under a dual BSD and GPL v2 license. 24 /* The DSA include file as we reuse DSA primitives internally */ 25 #include "../dsa/dsa.h" 32 * q the GOSTR34_10_94 prime order (prime divisor of (p-1)) 36 * NOTE: the GOST public key is mapped to a DSA public key 43 * q the GOSTR34_10_94 prime order (prime divisor of (p-1)) 47 * NOTE: the GOST private key is mapped to a DSA private key
|
/freebsd/crypto/openssl/test/recipes/15-test_dsaparam_data/invalid/ |
H A D | p2048_q256_bad_q.pem | 1 -----BEGIN DSA PARAMETERS----- 8 H57M3PwkTsq+v2/dAoIBADKkGYUe9qsp4mqxkBKaEdpcjmjfLrvtE+3ikipPPGHh 14 -----END DSA PARAMETERS-----
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-pkcs8.pod.in | 2 {- OpenSSL::safe::output_do_not_edit_headers(); -} 6 openssl-pkcs8 - PKCS#8 format private key conversion command 11 [B<-help>] 12 [B<-topk8>] 13 [B<-inform> B<DER>|B<PEM>] 14 [B<-outform> B<DER>|B<PEM>] 15 [B<-in> I<filename>] 16 [B<-passin> I<arg>] 17 [B<-out> I<filename>] 18 [B<-passout> I<arg>] [all …]
|
H A D | openssl.pod | 5 openssl - OpenSSL command line program 14 B<openssl> B<no->I<XXX> [ I<options> ] 19 v2/v3) and Transport Layer Security (TLS v1) network protocols and related 43 (e.g., L<openssl-x509(1)>). The subcommand L<openssl-list(1)> may be used to list 46 The command B<no->I<XXX> tests whether a command of the 48 returns 0 (success) and prints B<no->I<XXX>; otherwise it returns 1 53 availability of ciphers in the B<openssl> program. (B<no->I<XXX> is 54 not able to detect pseudo-commands such as B<quit>, 55 B<list>, or B<no->I<XXX> itself.) 60 arguments and have a B<-config> option to specify that file. [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | ConstructCompositionT.h | 1 //===- ConstructCompositionT.h -- Composing compound constructs -----------===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 14 //===----------------------------------------------------------------------===// 47 // clauses are added to it. This is to avoid non-deterministic output. 67 // 1. "if": the "directive-name-modifier" on the merged clause may need 78 // clause id -> set of leaf constructs that contain it 80 // clause id -> set of instances of that clause 93 // Step 2: identify composite sub-construct, and merge the constituent leafs. in ConstructCompositionT() [all …]
|
/freebsd/crypto/libecc/.github/workflows/ |
H A D | libecc_examples.yml | 8 runs-on: ubuntu-22.04 10 #max-parallel: 10 17 - name: checkout repository 18 uses: actions/checkout@v2 21 - name: libecc examples tests 32 sudo apt-get update; 33 sudo apt-get -y install libomp-dev; 36 …-DUSER_NN_BIT_LEN=4096" make && cd src/examples/ && EXTRA_CFLAGS="-DUSER_NN_BIT_LEN=4096" make && … 37 …/sss/sss && ./basic/curve_basic_examples && ./basic/curve_ecdh && make clean && cd - && make clean; 38 …/sss/sss && ./basic/curve_basic_examples && ./basic/curve_ecdh && make clean && cd - && make clean; [all …]
|
/freebsd/secure/usr.bin/openssl/man/ |
H A D | openssl-pkcs8.1 | 18 .\" Set up some character translations and predefined strings. \*(-- will 24 .tr \(*W- 27 . ds -- \(*W- 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 37 . ds -- \|\(em\| 71 .\" Fear. Run. Save yourself. No user-serviceable parts. 81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m) 97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" 98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' [all …]
|
H A D | openssl.1 | 18 .\" Set up some character translations and predefined strings. \*(-- will 24 .tr \(*W- 27 . ds -- \(*W- 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 37 . ds -- \|\(em\| 71 .\" Fear. Run. Save yourself. No user-serviceable parts. 81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m) 97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" 98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' [all …]
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | PEM_read_bio_PrivateKey.3 | 18 .\" Set up some character translations and predefined strings. \*(-- will 24 .tr \(*W- 27 . ds -- \(*W- 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 37 . ds -- \|\(em\| 71 .\" Fear. Run. Save yourself. No user-serviceable parts. 81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m) 97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" 98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | PEM_read_bio_PrivateKey.pod | 34 PEM_write_bio_PKCS7, PEM_write_PKCS7 - PEM routines 166 DSA *PEM_read_bio_DSAPrivateKey(BIO *bp, DSA **x, 168 DSA *PEM_read_DSAPrivateKey(FILE *fp, DSA **x, 170 int PEM_write_bio_DSAPrivateKey(BIO *bp, DSA *x, const EVP_CIPHER *enc, 173 int PEM_write_DSAPrivateKey(FILE *fp, DSA *x, const EVP_CIPHER *enc, 177 DSA *PEM_read_bio_DSA_PUBKEY(BIO *bp, DSA **x, 179 DSA *PEM_read_DSA_PUBKEY(FILE *fp, DSA **x, 181 int PEM_write_bio_DSA_PUBKEY(BIO *bp, DSA *x); 182 int PEM_write_DSA_PUBKEY(FILE *fp, DSA *x); 183 DSA *PEM_read_bio_DSAparams(BIO *bp, DSA **x, pem_password_cb *cb, void *u); [all …]
|
/freebsd/crypto/openssl/test/recipes/ |
H A D | 90-test_store.t | 2 # Copyright 2016-2021 The OpenSSL Project Authors. All Rights Reserved. 21 my $use_dsa = !disabled("dsa"); 52 "rsa-key-pkcs1.pem", "rsa-key-pkcs1.der", 53 "rsa-key-pkcs1-aes128.pem", 54 "rsa-key-pkcs8.pem", "rsa-key-pkcs8.der", 55 "rsa-key-pkcs8-pbes2-sha1.pem", "rsa-key-pkcs8-pbes2-sha1.der", 56 "rsa-key-pkcs8-pbes2-sha256.pem", "rsa-key-pkcs8-pbes2-sha256.der", 59 "rsa-key-pkcs8-pbes1-sha1-3des.pem", "rsa-key-pkcs8-pbes1-sha1-3des.der", 62 "rsa-key-sha1-3des-sha1.p12", "rsa-key-sha1-3des-sha256.p12", 63 "rsa-key-aes256-cbc-sha256.p12", [all …]
|
/freebsd/contrib/file/tests/ |
H A D | Makefile.am | 3 test_CPPFLAGS = -I$(top_builddir)/src 6 android-vdex-1.result \ 7 android-vdex-1.testfile \ 8 android-vdex-2.result \ 9 android-vdex-2.testfile \ 26 CVE-2014-1943.result \ 27 CVE-2014-1943.testfile \ 28 dsd64-dff.result \ 29 dsd64-dff.testfile \ 30 dsd64-dsf.result \ [all …]
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | x509.h.in | 2 * {- join("\n * ", @autowarntext) -} 4 * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved. 13 {- 15 -} 38 # include <openssl/dsa.h> 50 {- 55 -} 94 {- 96 -} 101 {- [all …]
|
H A D | x509.h | 5 * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved. 37 # include <openssl/dsa.h> 417 * spki structures - useful if you are writing a CA web page 436 /*- Unused (and iv length is wrong) 450 /* Password based encryption V2 structures */ 579 OSSL_DEPRECATEDIN_3_0 DSA *d2i_DSA_PUBKEY_fp(FILE *fp, DSA **dsa); 580 OSSL_DEPRECATEDIN_3_0 int i2d_DSA_PUBKEY_fp(FILE *fp, const DSA *dsa); 581 OSSL_DEPRECATEDIN_3_0 DSA *d2i_DSAPrivateKey_fp(FILE *fp, DSA **dsa); 582 OSSL_DEPRECATEDIN_3_0 int i2d_DSAPrivateKey_fp(FILE *fp, const DSA *dsa); 625 OSSL_DEPRECATEDIN_3_0 DSA *d2i_DSA_PUBKEY_bio(BIO *bp, DSA **dsa); [all …]
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | rfc2459.asn1 | 1 -- $Id$ -- 2 -- Definitions from rfc2459/rfc3280 14 id-pkcs-1 OBJECT IDENTIFIER ::= { iso(1) member-body(2) us(840) 16 id-pkcs1-rsaEncryption OBJECT IDENTIFIER ::= { id-pkcs-1 1 } 17 id-pkcs1-md2WithRSAEncryption OBJECT IDENTIFIER ::= { id-pkcs-1 2 } 18 id-pkcs1-md5WithRSAEncryption OBJECT IDENTIFIER ::= { id-pkcs-1 4 } 19 id-pkcs1-sha1WithRSAEncryption OBJECT IDENTIFIER ::= { id-pkcs-1 5 } 20 id-pkcs1-sha256WithRSAEncryption OBJECT IDENTIFIER ::= { id-pkcs-1 11 } 21 id-pkcs1-sha384WithRSAEncryption OBJECT IDENTIFIER ::= { id-pkcs-1 12 } 22 id-pkcs1-sha512WithRSAEncryption OBJECT IDENTIFIER ::= { id-pkcs-1 13 } [all …]
|
/freebsd/crypto/openssl/include/crypto/ |
H A D | x509.h | 2 * Copyright 2015-2024 The OpenSSL Project Authors. All Rights Reserved. 168 ASN1_BIT_STRING *issuerUID; /* [ 1 ] optional in v2 */ 169 ASN1_BIT_STRING *subjectUID; /* [ 2 ] optional in v2 */ 220 /* chain of X509s - untrusted - passed in */ 257 /* chain of X509s - built up and trusted */ 343 DSA *ossl_d2i_DSA_PUBKEY(DSA **a, const unsigned char **pp, long length);
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | TailRecursionElimination.h | 1 //===---- TailRecursionElimination.h ----------------------------*- C++ -*-===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 23 // run-time constant on all exits from the function. It is possible, though 36 // in the entry block requires analysis to proves that the tail-called 44 // requires some substantial analysis (such as with DSA) to prove safe to 50 //===----------------------------------------------------------------------===//
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 4 This is a high-level summary of the most important changes. 11 ---------------- 13 - [OpenSSL 3.0](#openssl-30) 14 - [OpenSSL 1.1.1](#openssl-111) 15 - [OpenSSL 1.1.0](#openssl-110) 16 - [OpenSSL 1.0.2](#openssl-102) 17 - [OpenSSL 1.0.1](#openssl-101) 18 - [OpenSSL 1.0.0](#openssl-100) 19 - [OpenSSL 0.9.x](#openssl-09x) 22 ----------- [all …]
|