| /netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/randombytes/ |
| H A D | randombytes.c | 30 static const randombytes_implementation *implementation; variable 47 if (implementation == NULL) { in randombytes_init_if_needed() 48 implementation = RANDOMBYTES_DEFAULT_IMPLEMENTATION; in randombytes_init_if_needed() 56 implementation = impl; in randombytes_set_implementation() 66 return implementation->implementation_name(); in randombytes_implementation_name() 77 return implementation->random(); in randombytes_random() 90 if (implementation->stir != NULL) { in randombytes_stir() 91 implementation->stir(); in randombytes_stir() 132 if (implementation->uniform != NULL) { in randombytes_uniform() 133 return implementation->uniform(upper_bound); in randombytes_uniform() [all …]
|
| /netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/salsa20/ |
| H A D | stream_salsa20.c | 22 static const crypto_stream_salsa20_implementation *implementation = variable 25 static const crypto_stream_salsa20_implementation *implementation = variable 51 return implementation->stream(c, clen, n, k); in crypto_stream_salsa20() 60 return implementation->stream_xor_ic(c, m, mlen, n, ic, k); in crypto_stream_salsa20_xor_ic() 68 return implementation->stream_xor_ic(c, m, mlen, n, 0U, k); in crypto_stream_salsa20_xor() 81 implementation = &crypto_stream_salsa20_xmm6_implementation; in _crypto_stream_salsa20_pick_best_implementation() 83 implementation = &crypto_stream_salsa20_ref_implementation; in _crypto_stream_salsa20_pick_best_implementation() 89 implementation = &crypto_stream_salsa20_xmm6int_avx2_implementation; in _crypto_stream_salsa20_pick_best_implementation() 95 implementation = &crypto_stream_salsa20_xmm6int_sse2_implementation; in _crypto_stream_salsa20_pick_best_implementation()
|
| /netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/chacha20/ |
| H A D | stream_chacha20.c | 17 static const crypto_stream_chacha20_implementation *implementation = variable 56 return implementation->stream(c, clen, n, k); in crypto_stream_chacha20() 63 return implementation->stream_ietf(c, clen, n, k); in crypto_stream_chacha20_ietf() 72 return implementation->stream_xor_ic(c, m, mlen, n, ic, k); in crypto_stream_chacha20_xor_ic() 81 return implementation->stream_ietf_xor_ic(c, m, mlen, n, ic, k); in crypto_stream_chacha20_ietf_xor_ic() 89 return implementation->stream_xor_ic(c, m, mlen, n, 0U, k); in crypto_stream_chacha20_xor() 97 return implementation->stream_ietf_xor_ic(c, m, mlen, n, 0U, k); in crypto_stream_chacha20_ietf_xor() 115 implementation = &crypto_stream_chacha20_ref_implementation; in _crypto_stream_chacha20_pick_best_implementation() 119 implementation = &crypto_stream_chacha20_dolbeau_avx2_implementation; in _crypto_stream_chacha20_pick_best_implementation() 125 implementation = &crypto_stream_chacha20_dolbeau_ssse3_implementation; in _crypto_stream_chacha20_pick_best_implementation()
|
| /netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_onetimeauth/poly1305/ |
| H A D | onetimeauth_poly1305.c | 14 static const crypto_onetimeauth_poly1305_implementation *implementation = variable 21 return implementation->onetimeauth(out, in, inlen, k); in crypto_onetimeauth_poly1305() 30 return implementation->onetimeauth_verify(h, in, inlen, k); in crypto_onetimeauth_poly1305_verify() 37 return implementation->onetimeauth_init(state, key); in crypto_onetimeauth_poly1305_init() 45 return implementation->onetimeauth_update(state, in, inlen); in crypto_onetimeauth_poly1305_update() 52 return implementation->onetimeauth_final(state, out); in crypto_onetimeauth_poly1305_final() 83 implementation = &crypto_onetimeauth_poly1305_donna_implementation; in _crypto_onetimeauth_poly1305_pick_best_implementation() 86 implementation = &crypto_onetimeauth_poly1305_sse2_implementation; in _crypto_onetimeauth_poly1305_pick_best_implementation()
|
| /netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_scalarmult/curve25519/ |
| H A D | scalarmult_curve25519.c | 11 static const crypto_scalarmult_curve25519_implementation *implementation = variable 21 if (implementation->mult(q, n, p) != 0) { in crypto_scalarmult_curve25519() 33 return implementation->mult_base(q, n); in crypto_scalarmult_curve25519_base() 51 implementation = &crypto_scalarmult_curve25519_ref10_implementation; in _crypto_scalarmult_curve25519_pick_best_implementation() 55 implementation = &crypto_scalarmult_curve25519_sandy2x_implementation; in _crypto_scalarmult_curve25519_pick_best_implementation()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | implement-c.texi | 7 @cindex implementation-defined behavior, C language 9 A conforming implementation of ISO C is required to document its 11 ``implementation defined''. The following lists all such areas, 14 implementation-defined in one version of the standard. 27 * Translation implementation:: 28 * Environment implementation:: 29 * Identifiers implementation:: 30 * Characters implementation:: 31 * Integers implementation:: 32 * Floating point implementation:: [all …]
|
| H A D | implement-cxx.texi | 7 @cindex implementation-defined behavior, C++ language 9 A conforming implementation of ISO C++ is required to document its 11 ``implementation defined''. The following lists all such areas, 13 14882:2003 standards. Some areas are only implementation-defined in 36 @cite{Each implementation shall include documentation that identifies 57 implementation-defined whether or not the stack is unwound before
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | implement-c.texi | 7 @cindex implementation-defined behavior, C language 9 A conforming implementation of ISO C is required to document its 11 ``implementation defined''. The following lists all such areas, 14 implementation-defined in one version of the standard. 27 * Translation implementation:: 28 * Environment implementation:: 29 * Identifiers implementation:: 30 * Characters implementation:: 31 * Integers implementation:: 32 * Floating point implementation:: [all …]
|
| H A D | implement-cxx.texi | 7 @cindex implementation-defined behavior, C++ language 9 A conforming implementation of ISO C++ is required to document its 11 ``implementation defined''. The following lists all such areas, 13 14882:2003 standards. Some areas are only implementation-defined in 36 @cite{Each implementation shall include documentation that identifies 57 implementation-defined whether or not the stack is unwound before
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-m4/ |
| H A D | csharp.m4 | 7 # Sets CSHARP_CHOICE to the preferred C# implementation: 11 AC_MSG_CHECKING([for preferred C[#] implementation]) 13 [ --enable-csharp[[=IMPL]] choose preferred C[#] implementation (pnet or mono)], 21 [Define if pnet is the preferred C# implementation.]) 25 [Define if mono is the preferred C# implementation.])
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-m4/ |
| H A D | csharp.m4 | 7 # Sets CSHARP_CHOICE to the preferred C# implementation: 11 AC_MSG_CHECKING([for preferred C[#] implementation]) 13 [ --enable-csharp[[=IMPL]] choose preferred C[#] implementation (pnet or mono)], 21 [Define if pnet is the preferred C# implementation.]) 25 [Define if mono is the preferred C# implementation.])
|
| /netbsd-src/external/bsd/libc++/dist/libcxxrt/ |
| H A D | README | 8 It is intended to sit below an STL implementation, and provide features required by the compiler fo… 44 …implementation (lib[std]{cxx,c++}). Its contents should be considered semi-private, as it is prob… 46 …implementation. Statically linking libcxxrt into your STL implementation means that users who dyn…
|
| /netbsd-src/usr.bin/sed/ |
| H A D | POSIX | 42 backslash in front of it. This implementation follows the BSD 51 implementation permits whitespace but does not require it. 55 POSIX. This implementation permits whitespace but does not 62 is a cleanup, and is followed by this implementation. 79 one might reverse the behaviour.) This implementation follows 87 command. This implementation follows historic practice and 100 This implementation follows historic practice. 108 any particular purpose, this implementation follows the POSIX 125 However, the current practice adopted by this implementation, 134 does not specify this. This implementation follows historical [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
| H A D | EVP_CIPHER_meth_new.pod | 68 implementation. 101 implementation. 105 Set this if the implementation's init() function should be called even 110 Set this to have the implementation's ctrl() function called with 116 is left to the implementation. 118 B<EVP_CIPHER> with this flag set, the implementation's ctrl() function 128 Making a key with random content is left to the implementation. 129 This is done by calling the implementation's ctrl() function with the 135 Set this to have the implementation's ctrl() function called with 138 implementation specific data block has been copied. [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/ |
| H A D | provider-encoder.pod | 59 The ENCODER implementation may be part of a chain, where data is 61 implementation to encode an object to DER (that object is assumed to 126 The name of an implementation should match the type of object it handles. 127 For example, an implementation that encodes an RSA key should be named "RSA". 128 Likewise, an implementation that further encodes DER should be named "DER". 130 Properties can be used to further specify details about an implementation: 136 This property is used to specify what type of output the implementation 147 An implementation with that output type outputs human readable text, making 148 that implementation suitable for C<-text> output in diverse L<openssl(1)> 153 An implementation with that output type outputs PEM formatted data. [all …]
|
| H A D | EVP_MD-SHA1.pod | 5 EVP_MD-SHA1 - The SHA1 EVP_MD implementation 13 This implementation is available with the FIPS provider as well as the 18 This implementation supports the common gettable parameters described 23 This implementation supports the following L<OSSL_PARAM(3)> entries, 35 The digest implementation should calculate the complete digest as per RFC6101
|
| H A D | provider-decoder.pod | 59 The DECODER implementation may be part of a chain, where data is 61 implementation to decode an object from PEM to DER, and another one 108 The name of an implementation should match the target type of object 109 it decodes. For example, an implementation that decodes an RSA key 110 should be named "RSA". Likewise, an implementation that decodes DER data 113 Properties can be used to further specify details about an implementation: 119 This property is used to specify what format of input the implementation 130 An implementation with that input type decodes PEM formatted data. 134 An implementation with that input type decodes DER formatted data. 138 An implementation with that input type decodes MSBLOB formatted data. [all …]
|
| H A D | EVP_MD-MD5-SHA1.pod | 5 EVP_MD-MD5-SHA1 - The MD5-SHA1 EVP_MD implementation 15 This implementation is only available with the default provider, and is 20 This implementation supports the common gettable parameters described 25 This implementation supports the following L<OSSL_PARAM(3)> entries, 37 The digest implementation should calculate the complete digest as per RFC6101
|
| /netbsd-src/external/mpl/bind/dist/lib/dns/ |
| H A D | dlz.c | 134 allowzonexfr = dlzdb->implementation->methods->allowzonexfr; in dns_dlzallowzonexfr() 135 result = (*allowzonexfr)(dlzdb->implementation->driverarg, in dns_dlzallowzonexfr() 189 /* search for the driver implementation */ in dns_dlzcreate() 206 .implementation = impinfo, in dns_dlzcreate() 214 /* Create a new database using implementation 'drivername'. */ in dns_dlzcreate() 265 destroy = db->implementation->methods->destroy; in dns_dlzdestroy() 266 (*destroy)(db->implementation->driverarg, db->dbdata); in dns_dlzdestroy() 495 REQUIRE(dlzdb->implementation != NULL); 497 impl = dlzdb->implementation; in dns_dlzconfigure() 518 REQUIRE(dlzdatabase->implementation ! [all...] |
| H A D | dyndb.c | 211 dyndb_implementation_t *implementation = NULL; in dns_dyndb_load() local 225 CHECK(load_library(mctx, libname, name, &implementation)); in dns_dyndb_load() 226 CHECK(implementation->register_func(mctx, name, parameters, file, line, in dns_dyndb_load() 227 dctx, &implementation->inst)); in dns_dyndb_load() 229 APPEND(dyndb_implementations, implementation, link); in dns_dyndb_load() 234 if (implementation != NULL) { in dns_dyndb_load() 235 unload_library(&implementation); in dns_dyndb_load()
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
| H A D | dlz.c | 132 allowzonexfr = dlzdb->implementation->methods->allowzonexfr; in dns_dlzallowzonexfr() 133 result = (*allowzonexfr)(dlzdb->implementation->driverarg, in dns_dlzallowzonexfr() 208 db->implementation = impinfo; in dns_dlzcreate() 265 destroy = db->implementation->methods->destroy; in dns_dlzdestroy() 266 (*destroy)(db->implementation->driverarg, db->dbdata); in dns_dlzdestroy() 506 REQUIRE(dlzdb->implementation != NULL); in dns_dlzconfigure() 508 impl = dlzdb->implementation; in dns_dlzconfigure() 529 REQUIRE(dlzdatabase->implementation != NULL); in dns_dlz_ssumatch() 530 REQUIRE(dlzdatabase->implementation->methods != NULL); in dns_dlz_ssumatch() 531 impl = dlzdatabase->implementation; in dns_dlz_ssumatch()
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/checkers/ |
| H A D | dealloc_example.m | 8 @implementation MyObject // warn: lacks 'dealloc' 15 @implementation MyObject // warn: does not send 'dealloc' to super 27 @implementation MyObject 41 @implementation MyObject
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/DependenceGraphs/ |
| H A D | index.rst | 14 The implementation of these ideas in LLVM may be slightly different than 16 the `implementation details <implementation-details_>`_. 72 ``DirectedGraph`` class. Each implementation extends its corresponding 94 pattern as it applies to the dependence graph implementation. 105 implementation. 129 The current implementation of DDG differs slightly from the dependence 132 …implementation, DDG nodes naturally represent LLVM IR instructions. An assignment statement in thi… 133 …cy*, *flow-*, *anti-*, *output-*, and *input-* dependencies. In this implementation *memory* edges… 134 …re SCCs and *IN* nodes whose bodies are not part of any SCC. In this implementation, pi-blocks are…
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
| H A D | charconv | 105 // Generic implementation for arbitrary bases. 116 // Generic implementation for arbitrary bases. 121 static_assert(is_integral<_Tp>::value, "implementation bug"); 122 static_assert(is_unsigned<_Tp>::value, "implementation bug"); 162 static_assert(is_integral<_Tp>::value, "implementation bug"); 163 static_assert(is_unsigned<_Tp>::value, "implementation bug"); 209 static_assert(is_integral<_Tp>::value, "implementation bug"); 210 static_assert(is_unsigned<_Tp>::value, "implementation bug"); 233 static_assert(is_integral<_Tp>::value, "implementation bug"); 234 static_assert(is_unsigned<_Tp>::value, "implementation bug"); [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | OSSL_ENCODER_CTX_new_for_pkey.pod | 50 L<EVP_KEYMGMT(3)> implementation associated with I<pkey> to build a list of 56 If no suitable encoder implementation is found, 60 the B<OSSL_ENCODER_CTX> and missing encoder implementation, and allows it to 63 OSSL_ENCODER_CTX_set_cipher() tells the implementation what cipher 66 implementation dependent. The implementation may implement the cipher 68 it. If the implementation supports fetching the cipher, then it may 73 OSSL_ENCODER_CTX_set_passphrase() gives the implementation a 80 implementation can use to prompt for a pass phrase, giving the caller the
|