Home
last modified time | relevance | path

Searched +full:- +full:a (Results 1 – 25 of 1713) sorted by relevance

12345678910>>...69

/freebsd/crypto/openssl/test/recipes/10-test_bn_data/
H A Dbngcd.txt4 # this file except in compliance with the License. You can obtain a copy
10 # These test vectors satisfy gcd(A, B) = GCD.
13 A = 0
18 A = 1
23 A = 1
27 # gcd(0,a) = a
28 A = 0
32 # gcd(-a,0) = |a|
33 A = -231f16458c487346cf50a17beec83632f25d19abeea1097c746533cd3e35207b7efd75dc3e9c663a64b6861e88579d…
38 # gcd(2**i - 1, 2**(i/2) - 1) = 2**(i/2) - 1
[all …]
H A Dbnshift.txt4 # this file except in compliance with the License. You can obtain a copy
8 # These test vectors satisfy A * 2 = LShift1
13 A = 0
16 A = 988b0905e52efb2709f98a12a
18 LShift1 = -13116120bca5df64e13f314254
19 A = -988b0905e52efb2709f98a12a
22 A = 13116120bca5df64e13f314254
24 LShift1 = -2622c241794bbec9c27e6284a8
25 A = -13116120bca5df64e13f314254
28 A = 2622c241794bbec9c27e6284a8
[all …]
H A Dbnsum.txt4 # this file except in compliance with the License. You can obtain a copy
10 # These test vectors satisfy A + B = Sum.
13 A = 0
17 A = c590e57ee64fced3ca84d4bb013bba7d633e68b2ff4e27bf1db43f386dbfcce501f112b7fff6fb9436a576ccfccce12…
20 Sum = -c590e57ee64fced3ca84d4bb013bba7d633e68b2ff4e27bf1db43f386dbfcce501f112b7fff6fb9436a576ccfccc…
21 A = -c590e57ee64fced3ca84d4bb013bba7d633e68b2ff4e27bf1db43f386dbfcce501f112b7fff6fb9436a576ccfccce1…
25 A = c590e57ee64fced3ca84d4bb013bba7d633e68b2ff4e27bf1db43f386dbfcce501f112b7fff6fb9436a576ccfccce12…
26 B = -c590e57ee64fced3ca84d4bb013bba7d633e68b2ff4e27bf1db43f386dbfcce501f112b7fff6fb9436a576ccfccce1…
29 A = c590e57ee64fced18aff6e2f0c6ac05625b1e94f394f42470cae14d12cadea4f5ab6b9d77225fe3b4903825966c7875…
33 A = c590e57ee64fced18aff6e2f0c6ac05625b1e94f394f42470cae14d12cadea4f5ab6b9d77225fe3b4903825966c7875…
[all …]
H A Dbnmul.txt4 # this file except in compliance with the License. You can obtain a copy
8 # These test vectors satisfy A^2 = Square.
12 # Regression test for a BN_sqr overflow bug.
14 A = 80000000000000008000000000000001fffffffffffffffe0000000000000000
16 # Regression test for a BN_sqr overflow bug.
18 A = 80000000000000000000000080000001fffffffe000000000000000000000000
21 A = -df6a253c3f
24 A = 21f253ddb5a6d
27 A = -95fbaee5a09c86d
30 A = -3e71292dd4ad3ed3b4
[all …]
H A Dbnmod.txt1 # Copyright 2016-2022 The OpenSSL Project Authors. All Rights Reserved.
4 # this file except in compliance with the License. You can obtain a copy
8 # These test vectors satisfy A * B = ModMul (mod M) and 0 <= ModMul < M.
14 A = 6b18497fed9befdf22a01d988d34213f6687d8a96e86c188dea4172e7c6095a0d18d3c86c0f5a1af9c6e3aaeb6baac2…
19 A = 16c92f77c139706430f396f72ec7adb045745cd9f5899b0074d9955bd32de66f57c05c7929b575312a7f1c04f19e724…
20 B = -8734c4a2361fc530f60b28a5f1c7e93136c5ff6bfc7553965eaca54c61e6befb3c0f8cef4280e780cc5940d21a740d…
24 A = -6715098ab2ba3ea1e6341e89936e3ae913cdd450dc831c8534071f3c362841e47d88f2cd29c0d1239aa0949f3685f1…
29 A = -11fec955948e007b59fc50e729941ee9d43d552b9411510b73f6b4faafc0465f261f8381d96f647267f72175883172…
30 B = -2b3792f39499767e0a8b7a6a406e470a78f97ebb36765beab5fe52e95abf7582736db72a2ebfdb2405e3954c968b35…
34 A = 7713413d87f1e50840255927ff27bad79e5de5898725a876e4647913158cda9f5fa031dd7fc11d2e8130a0ba99e8706…
[all …]
/freebsd/crypto/krb5/doc/html/appdev/refs/api/
H A Dindex.html6 <meta charset="utf-8" />
7 …<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" con…
13 …<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_o…
21 …<link rel="next" title="krb5_build_principal - Build a principal name using null-terminated string…
22 <link rel="prev" title="Complete reference - API and datatypes" href="../index.html" />
24 <div class="header-wrapper">
28 <h1><a href="../../../index.html">MIT Kerberos Documentation</a></h1>
32 <a href="../../../index.html" title="Full Table of Contents"
33 accesskey="C">Contents</a> |
34 <a href="../index.html" title="Complete reference - API and datatypes"
[all …]
/freebsd/contrib/bc/tests/bc/errors/
H A D01.txt1 a(s691027461l[ ba])
3 a
4 a
9 a
13 a
18 a
22 a
25 a
26 a
32 a(s691027461l[ ba])
[all …]
/freebsd/lib/libc/regex/grot/
H A Dtests9 # expected to fail. If there is a fourth field, it is the substring that
10 # the RE is expected to match. If there is a fifth field, it is a comma-
11 # separated list of what the subexpressions should match, with - indicating
12 # no match for that one. In both the fourth and fifth fields, a (sub)field
14 # a null string followed by the stuff after the @; this provides a way to
19 # - placeholder, does nothing
20 # b RE is a BRE, not an ERE
21 # & try it as both an ERE and a BRE
36 a & a a
38 abc|de - abc abc
[all …]
/freebsd/crypto/krb5/doc/html/appdev/refs/macros/
H A Dindex.html6 <meta charset="utf-8" />
7 …<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" con…
13 …<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_o…
24 <div class="header-wrapper">
28 <h1><a href="../../../index.html">MIT Kerberos Documentation</a></h1>
32 <a href="../../../index.html" title="Full Table of Contents"
33 accesskey="C">Contents</a> |
34 <a href="../types/krb5_tkt_creds_context.html" title="krb5_tkt_creds_context"
35 accesskey="P">previous</a> |
36 <a href="ADDRTYPE_ADDRPORT.html" title="ADDRTYPE_ADDRPORT"
[all …]
/freebsd/contrib/lua/doc/
H A Dcontents.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4 <TITLE>Lua 5.4 Reference Manual - contents</TITLE>
7 <META HTTP-EQUIV="content-type" CONTENT="text/html; charset=iso-8859-1">
13 <A HREF="http://www.lua.org/"><IMG SRC="logo.gif" ALT="Lua"></A>
20 For a complete introduction to Lua programming, see the book
21 <A HREF="http://www.lua.org/pil/">Programming in Lua</A>.
24 <A HREF="manual.html">start</A>
26 <A HREF="#contents">contents</A>
28 <A HREF="#index">index</A>
30 <A HREF="http://www.lua.org/manual/">other versions</A>
[all …]
/freebsd/contrib/bearssl/src/kdf/
H A Dshake.c5 * a copy of this software and associated documentation files (the
17 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
46 * XOR a block of data into the provided state. This supports only
47 * blocks whose length is a multiple of 64 bits.
50 xor_block(uint64_t *A, const void *data, size_t rate) in xor_block() argument
55 A[u >> 3] ^= br_dec64le((const unsigned char *)data + u); in xor_block()
60 * Process a block with the provided data. The data length must be a
64 process_block(uint64_t *A) in process_block() argument
78 tt0 = A[ 1] ^ A[ 6]; in process_block()
79 tt1 = A[11] ^ A[16]; in process_block()
[all …]
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_write_filter_zstd.c1 /*-
17 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
32 struct archive *a; in DEFINE_TEST() local
53 * Write a 100 files and read them all back. in DEFINE_TEST()
55 assert((a = archive_write_new()) != NULL); in DEFINE_TEST()
56 assertEqualIntA(a, ARCHIVE_OK, archive_write_set_format_ustar(a)); in DEFINE_TEST()
57 r = archive_write_add_filter_zstd(a); in DEFINE_TEST()
60 assertEqualInt(ARCHIVE_OK, archive_write_free(a)); in DEFINE_TEST()
65 assertEqualIntA(a, ARCHIVE_OK, in DEFINE_TEST()
66 archive_write_set_bytes_per_block(a, 10)); in DEFINE_TEST()
[all …]
H A Dtest_read_format_rar.c1 /*-
2 * Copyright (c) 2003-2007 Tim Kientzle
4 * Copyright (c) 2011-2012 Michihiro NAKAJIMA
18 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
33 struct archive *a; in DEFINE_TEST() local
38 assert((a = archive_read_new()) != NULL); in DEFINE_TEST()
39 assertA(0 == archive_read_support_filter_all(a)); in DEFINE_TEST()
40 assertA(0 == archive_read_set_format(a, ARCHIVE_FORMAT_RAR)); in DEFINE_TEST()
41 assertA(0 == archive_read_open_filename(a, reffile, 10240)); in DEFINE_TEST()
42 assertA(0 == archive_read_next_header(a, &ae)); in DEFINE_TEST()
[all …]
/freebsd/crypto/openssl/crypto/sha/asm/
H A Dkeccak1600-c64x.pl2 # Copyright 2017-2020 The OpenSSL Project Authors. All Rights Reserved.
5 # this file except in compliance with the License. You can obtain a copy
16 # [ABI- and endian-neutral] Keccak-1600 for C64x.
21 # with bit interleaving. 64-bit values are simply split between A- and
22 # B-files, with A-file holding least significant halves. This works
23 # out perfectly, because all operations including cross-communications
25 # [incredible for a 32-bit processor] 10.9 cycles per processed byte
26 # for r=1088, which corresponds to SHA3-256. This is >15x faster than
27 # compiler-generated KECCAK_1X_ALT code, and >10x than other variants.
30 my @A = map([ $_, ($_+1), ($_+2), ($_+3), ($_+4) ], (5,10,16,21,26));
[all …]
/freebsd/contrib/elftoolchain/common/
H A Dutarray.h2 Copyright (c) 2008-2013, Troy D. Hanson http://uthash.sourceforge.net
13 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
24 /* $Id: utarray.h 2694 2012-11-24 17:11:58Z kaiwang27 $ */
26 /* a dynamic array implementation using macros
45 #define oom() exit(-1)
61 char *d; /* n slots of size icd->sz*/
64 #define utarray_init(a,_icd) do { \ argument
65 memset(a,0,sizeof(UT_array)); \
66 (a)->icd=*_icd; \
69 #define utarray_done(a) do { \ argument
[all …]
/freebsd/crypto/krb5/doc/html/appdev/refs/types/
H A Dindex.html6 <meta charset="utf-8" />
7 …<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" con…
13 …<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_o…
24 <div class="header-wrapper">
28 <h1><a href="../../../index.html">MIT Kerberos Documentation</a></h1>
32 <a href="../../../index.html" title="Full Table of Contents"
33 accesskey="C">Contents</a> |
34 <a href="../api/krb5_verify_checksum.html" title="krb5_verify_checksum"
35 accesskey="P">previous</a> |
36 <a href="krb5_address.html" title="krb5_address"
[all …]
/freebsd/crypto/openssl/crypto/ts/
H A Dts_rsp_utils.c2 * Copyright 2006-2020 The OpenSSL Project Authors. All Rights Reserved.
5 * this file except in compliance with the License. You can obtain a copy
17 int TS_RESP_set_status_info(TS_RESP *a, TS_STATUS_INFO *status_info) in TS_RESP_set_status_info() argument
21 if (a->status_info == status_info) in TS_RESP_set_status_info()
28 TS_STATUS_INFO_free(a->status_info); in TS_RESP_set_status_info()
29 a->status_info = new_status_info; in TS_RESP_set_status_info()
34 TS_STATUS_INFO *TS_RESP_get_status_info(TS_RESP *a) in TS_RESP_get_status_info() argument
36 return a->status_info; in TS_RESP_get_status_info()
40 void TS_RESP_set_tst_info(TS_RESP *a, PKCS7 *p7, TS_TST_INFO *tst_info) in TS_RESP_set_tst_info() argument
42 PKCS7_free(a->token); in TS_RESP_set_tst_info()
[all …]
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_lib.c2 * Copyright 1995-2024 The OpenSSL Project Authors. All Rights Reserved.
5 * this file except in compliance with the License. You can obtain a copy
20 /*-
21 * For a 32 bit machine
22 * 2 - 4 == 128
23 * 3 - 8 == 256
24 * 4 - 16 == 512
25 * 5 - 32 == 1024
26 * 6 - 64 == 2048
27 * 7 - 12
153 bn_num_bits_consttime(const BIGNUM * a) bn_num_bits_consttime() argument
178 BN_num_bits(const BIGNUM * a) BN_num_bits() argument
202 bn_free_d(BIGNUM * a,int clear) bn_free_d() argument
213 BN_clear_free(BIGNUM * a) BN_clear_free() argument
225 BN_free(BIGNUM * a) BN_free() argument
235 bn_init(BIGNUM * a) bn_init() argument
268 BN_ULONG *a = NULL; bn_expand_internal() local
305 BN_ULONG *a = bn_expand_internal(b, words); bn_expand2() local
317 BN_dup(const BIGNUM * a) BN_dup() argument
336 BN_copy(BIGNUM * a,const BIGNUM * b) BN_copy() argument
365 BN_swap(BIGNUM * a,BIGNUM * b) BN_swap() argument
398 BN_clear(BIGNUM * a) BN_clear() argument
410 BN_get_word(const BIGNUM * a) BN_get_word() argument
420 BN_set_word(BIGNUM * a,BN_ULONG w) BN_set_word() argument
482 bn2binpad(const BIGNUM * a,unsigned char * to,int tolen,endianess_t endianess) bn2binpad() argument
532 BN_bn2binpad(const BIGNUM * a,unsigned char * to,int tolen) BN_bn2binpad() argument
539 BN_bn2bin(const BIGNUM * a,unsigned char * to) BN_bn2bin() argument
591 BN_bn2lebinpad(const BIGNUM * a,unsigned char * to,int tolen) BN_bn2lebinpad() argument
607 BN_bn2nativepad(const BIGNUM * a,unsigned char * to,int tolen) BN_bn2nativepad() argument
616 BN_ucmp(const BIGNUM * a,const BIGNUM * b) BN_ucmp() argument
638 BN_cmp(const BIGNUM * a,const BIGNUM * b) BN_cmp() argument
685 BN_set_bit(BIGNUM * a,int n) BN_set_bit() argument
708 BN_clear_bit(BIGNUM * a,int n) BN_clear_bit() argument
726 BN_is_bit_set(const BIGNUM * a,int n) BN_is_bit_set() argument
740 BN_mask_bits(BIGNUM * a,int n) BN_mask_bits() argument
762 BN_set_negative(BIGNUM * a,int b) BN_set_negative() argument
770 bn_cmp_words(const BN_ULONG * a,const BN_ULONG * b,int n) bn_cmp_words() argument
800 bn_cmp_part_words(const BN_ULONG * a,const BN_ULONG * b,int cl,int dl) bn_cmp_part_words() argument
827 BN_consttime_swap(BN_ULONG condition,BIGNUM * a,BIGNUM * b,int nwords) BN_consttime_swap() argument
911 BN_zero_ex(BIGNUM * a) BN_zero_ex() argument
918 BN_abs_is_word(const BIGNUM * a,const BN_ULONG w) BN_abs_is_word() argument
923 BN_is_zero(const BIGNUM * a) BN_is_zero() argument
928 BN_is_one(const BIGNUM * a) BN_is_one() argument
933 BN_is_word(const BIGNUM * a,const BN_ULONG w) BN_is_word() argument
938 BN_is_odd(const BIGNUM * a) BN_is_odd() argument
943 BN_is_negative(const BIGNUM * a) BN_is_negative() argument
948 BN_to_montgomery(BIGNUM * r,const BIGNUM * a,BN_MONT_CTX * mont,BN_CTX * ctx) BN_to_montgomery() argument
1019 bn_wexpand(BIGNUM * a,int words) bn_wexpand() argument
1024 bn_correct_top_consttime(BIGNUM * a) bn_correct_top_consttime() argument
1046 bn_correct_top(BIGNUM * a) bn_correct_top() argument
[all...]
/freebsd/crypto/krb5/doc/html/admin/
H A Dinstall.html6 <meta charset="utf-8" />
7 …<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" con…
13 …<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"><…
24 <div class="header-wrapper">
28 <h1><a href="../index.html">MIT Kerberos Documentation</a></h1>
32 <a href="../index.html" title="Full Table of Contents"
33 accesskey="C">Contents</a> |
34 <a href="index.html" title="For administrators"
35 accesskey="P">previous</a> |
36 <a href="install_kdc.html" title="Installing KDCs"
[all …]
/freebsd/crypto/krb5/doc/html/
H A Dgenindex-R.html7 <meta charset="utf-8" />
8 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
13 …<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></scr…
22 <div class="header-wrapper">
26 <h1><a href="index.html">MIT Kerberos Documentation</a></h1>
30 <a href="index.html" title="Full Table of Contents"
31 accesskey="C">Contents</a> |
32 <a href="genindex.html" title="General Index"
33 accesskey="I">index</a> |
34 <a href="search.html" title="Enter search criteria"
[all …]
/freebsd/contrib/lua/src/
H A Dlopcodes.h14 We assume that instructions are unsigned 32-bit integers.
20 iABC C(8) | B(8) |k| A(8) | Op(7) |
21 iABx Bx(17) | A(8) | Op(7) |
22 iAsBx sBx (signed)(17) | A(8) | Op(7) |
26 A signed argument is represented in excess K: the represented value is
68 #define L_INTHASBITS(b) ((UINT_MAX >> ((b) - 1)) >= 1)
72 #define MAXARG_Bx ((1<<SIZE_Bx)-1)
81 #define MAXARG_Ax ((1<<SIZE_Ax)-1)
87 #define MAXARG_sJ ((1 << SIZE_sJ) - 1)
95 #define MAXARG_A ((1<<SIZE_A)-1)
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_table.lua1 --SPDX-License-Identifier: MIT
2 --[[
3 --*****************************************************************************
4 --* Copyright (C) 1994-2016 Lua.org, PUC-Rio.
5 --*
6 --* Permission is hereby granted, free of charge, to any person obtaining
7 --* a copy of this software and associated documentation files (the
8 --* "Software"), to deal in the Software without restriction, including
9 --* without limitation the rights to use, copy, modify, merge, publish,
10 --* distribute, sublicense, and/or sell copies of the Software, and to
[all …]
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c1 /*-
2 * Copyright (c) 2003-2010 Tim Kientzle
18 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
116 * If the number is less than zero, t must be a signed type, so it fits in
117 * int64_t. Otherwise, it's a nonnegative value so we can cast it to uint64_t
118 * without loss. But it could be a large unsigned value, so we have to clip it
136 /* TODO: Support Mac OS 'quarantine' feature. This is really just a
139 * archive being read was tainted. Windows has a similar feature; we
157 /* Ignore non-int O_NOFOLLOW constant. */
168 #define AT_FDCWD -100
[all …]
/freebsd/bin/sh/tests/parameters/
H A Dpositional2.021 testcase 'set -- a b; set -- p$@q' '2|pa|bq'
22 testcase 'set -- a b; set -- $@q' '2|a|bq'
23 testcase 'set -- a b; set -- p$@' '2|pa|b'
24 testcase 'set -- a b; set -- p$@q' '2|pa|bq'
25 testcase 'set -- a b; set -- $@q' '2|a|bq'
26 testcase 'set -- a b; set -- p$@' '2|pa|b'
27 testcase 'set -- a b; set -- p$*q' '2|pa|bq'
28 testcase 'set -- a b; set -- $*q' '2|a|bq'
29 testcase 'set -- a b; set -- p$*' '2|pa|b'
30 testcase 'set -- a b; set -- p$*q' '2|pa|bq'
[all …]
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf.314 .\" implied warranties of merchantability and fitness for a particular purpose
24 .\" $Id: dwarf.3 3644 2018-10-15 19:55:01Z jkoshy $
48 .Bl -bullet
50 A consumer API set allows applications to read existing debug information
51 in a program object.
57 A producer API set that allows applications to add debug information
58 to a program object.
69 .Bl -tag -width ".Li Dwarf_*" -compact
82 .Bl -tag -width ".Vt Dwarf_Unsigned" -compact
86 A program address in the target object.
[all …]

12345678910>>...69