Searched refs:implementation (Results 1 - 25 of 307) sorted by relevance

1234567891011>>

/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_onetimeauth/poly1305/
H A Donetimeauth_poly1305.c14 static const crypto_onetimeauth_poly1305_implementation *implementation = variable
21 return implementation->onetimeauth(out, in, inlen, k);
30 return implementation->onetimeauth_verify(h, in, inlen, k);
37 return implementation->onetimeauth_init(state, key);
45 return implementation->onetimeauth_update(state, in, inlen);
52 return implementation->onetimeauth_final(state, out);
83 implementation = &crypto_onetimeauth_poly1305_donna_implementation;
86 implementation = &crypto_onetimeauth_poly1305_sse2_implementation;
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_scalarmult/curve25519/
H A Dscalarmult_curve25519.c11 static const crypto_scalarmult_curve25519_implementation *implementation = variable
21 if (implementation->mult(q, n, p) != 0) {
33 return implementation->mult_base(q, n);
51 implementation = &crypto_scalarmult_curve25519_ref10_implementation;
55 implementation = &crypto_scalarmult_curve25519_sandy2x_implementation;
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/salsa20/
H A Dstream_salsa20.c22 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);
60 return implementation->stream_xor_ic(c, m, mlen, n, ic, k);
68 return implementation->stream_xor_ic(c, m, mlen, n, 0U, k);
81 implementation = &crypto_stream_salsa20_xmm6_implementation;
83 implementation = &crypto_stream_salsa20_ref_implementation;
89 implementation = &crypto_stream_salsa20_xmm6int_avx2_implementation;
95 implementation = &crypto_stream_salsa20_xmm6int_sse2_implementation;
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-powerpc/
H A Dpr23937.s4 .type implementation, @function
5 implementation: label
9 .localentry implementation,.-implementation
22 .size implementation,.-implementation
31 addis 3,2,implementation@toc@ha
32 addi 3,3,implementation@toc@l
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/randombytes/
H A Drandombytes.c30 static const randombytes_implementation *implementation; variable
47 if (implementation == NULL) {
48 implementation = RANDOMBYTES_DEFAULT_IMPLEMENTATION;
56 implementation = impl;
66 return implementation->implementation_name();
77 return implementation->random();
90 if (implementation->stir != NULL) {
91 implementation->stir();
132 if (implementation->uniform != NULL) {
133 return implementation
[all...]
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/chacha20/
H A Dstream_chacha20.c17 static const crypto_stream_chacha20_implementation *implementation = variable
56 return implementation->stream(c, clen, n, k);
63 return implementation->stream_ietf(c, clen, n, k);
72 return implementation->stream_xor_ic(c, m, mlen, n, ic, k);
81 return implementation->stream_ietf_xor_ic(c, m, mlen, n, ic, k);
89 return implementation->stream_xor_ic(c, m, mlen, n, 0U, k);
97 return implementation->stream_ietf_xor_ic(c, m, mlen, n, 0U, k);
115 implementation = &crypto_stream_chacha20_ref_implementation;
119 implementation = &crypto_stream_chacha20_dolbeau_avx2_implementation;
125 implementation
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-aarch64/
H A Dweak-tls.d5 #error:.*: warning: Weak TLS is implementation defined and may not work as expected.*
6 #error:.*: warning: Weak TLS is implementation defined and may not work as expected.*
/netbsd-current/crypto/external/bsd/openssl.old/dist/Configurations/
H A Dunix-checker.pm5 # Check that the perl implementation file modules generate paths that
13 This perl implementation doesn't produce Unix like paths (with forward slash
14 directory separators). Please use an implementation that matches your
H A Dwindows-checker.pm5 # Check that the perl implementation file modules generate paths that
13 This perl implementation doesn't produce Windows like paths (with backward
14 slash directory separators). Please use an implementation that matches your
/netbsd-current/crypto/external/bsd/openssl/dist/Configurations/
H A Dwindows-checker.pm5 # Check that the perl implementation file modules generate paths that
13 This perl implementation doesn't produce Windows like paths (with backward
14 slash directory separators). Please use an implementation that matches your
H A Dunix-checker.pm5 # Check that the perl implementation file modules generate paths that
13 This perl implementation doesn't produce Unix like paths (with forward slash
14 directory separators). Please use an implementation that matches your
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mmix/
H A Dlocal-1.s10 # Restrictions on the implementation means we have to have the LOCAL in
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DAtomic.cpp39 # error No memory fence implementation for your platform!
57 # error No compare-and-swap implementation for your platform!
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/openmp_wrappers/
H A Dmath.h41 device = {arch(nvptx, nvptx64)}, implementation = {extension(match_any)})
H A Dtime.h26 device = {arch(nvptx, nvptx64)}, implementation = {extension(match_any)})
/netbsd-current/external/gpl3/gcc.old/dist/libobjc/
H A Dmethods.c129 method_setImplementation (struct objc_method * method, IMP implementation) argument
133 if (method == NULL || implementation == NULL)
141 method->method_imp = implementation;
/netbsd-current/external/gpl3/gcc/dist/libobjc/
H A Dmethods.c129 method_setImplementation (struct objc_method * method, IMP implementation) argument
133 if (method == NULL || implementation == NULL)
141 method->method_imp = implementation;
/netbsd-current/external/bsd/openldap/dist/libraries/liblunicode/ure/
H A DREADME31 in UCS2 form. The implementation of this URE package is a variation on the
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dvfpv3xd.s2 # implementation
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-mmix/
H A Db-bend1.d10 # not-correct-YZ-field and might need tweaking if the implementation
/netbsd-current/external/bsd/jemalloc/dist/include/jemalloc/internal/
H A Dbit_util.h39 #error No implementation for size_t ffs()
50 #error No implementation for 64-bit ffs()
59 #error No implementation for 32-bit ffs()
/netbsd-current/external/bsd/jemalloc/include/jemalloc/internal/
H A Dbit_util.h39 #error No implementation for size_t ffs()
50 #error No implementation for 64-bit ffs()
59 #error No implementation for 32-bit ffs()
/netbsd-current/external/zlib/pigz/dist/
H A Dpigz.spec1 Summary: pigz is a parallel implementation of gzip which utilizes multiple cores
13 pigz, which stands for parallel implementation of gzip, is a fully functional replacement for gzip that exploits multiple processors and multiple cores to the hilt when compressing data. pigz was written by Mark Adler, and uses the zlib and pthread libraries.
/netbsd-current/external/bsd/openpam/dist/freebsd/
H A DMakefile.in10 COMMENT= BSD-licensed implementation of Pluggable Authentication Modules
/netbsd-current/external/mit/isl/dist/doc/
H A DMakefile.am23 manual.pdf: manual.tex user.tex $(srcdir)/implementation.tex reading.tex

Completed in 390 milliseconds

1234567891011>>