| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_onetimeauth/poly1305/ |
| onetimeauth_poly1305.c | 14 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;
|
| /src/external/gpl3/gcc/dist/libobjc/ |
| NXConstStr.m | 0 /* Implementation of the NXConstantString class for Objective-C. 29 @implementation NXConstantString
|
| Object.m | 1 /* The implementation of class Object for Objective-C. 29 @implementation Object
|
| Protocol.m | 1 /* This file contains the implementation of class Protocol. 29 @implementation Protocol
|
| methods.c | 129 method_setImplementation (struct objc_method * method, IMP implementation) 133 if (method == NULL || implementation == NULL) 141 method->method_imp = implementation;
|
| /src/external/gpl3/gcc.old/dist/libobjc/ |
| NXConstStr.m | 0 /* Implementation of the NXConstantString class for Objective-C. 29 @implementation NXConstantString
|
| Object.m | 1 /* The implementation of class Object for Objective-C. 29 @implementation Object
|
| Protocol.m | 1 /* This file contains the implementation of class Protocol. 29 @implementation Protocol
|
| methods.c | 129 method_setImplementation (struct objc_method * method, IMP implementation) 133 if (method == NULL || implementation == NULL) 141 method->method_imp = implementation;
|
| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_scalarmult/curve25519/ |
| scalarmult_curve25519.c | 11 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;
|
| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/salsa20/ |
| 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); 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;
|
| /src/crypto/external/apache2/openssl/dist/Configurations/ |
| unix-checker.pm | 5 # 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
|
| windows-checker.pm | 5 # 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
|
| /src/crypto/external/bsd/openssl/dist/Configurations/ |
| unix-checker.pm | 5 # 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
|
| windows-checker.pm | 5 # 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
|
| /src/crypto/external/bsd/openssl.old/dist/Configurations/ |
| unix-checker.pm | 5 # 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
|
| windows-checker.pm | 5 # 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
|
| /src/sys/external/isc/libsodium/dist/src/libsodium/randombytes/ |
| randombytes.c | 30 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->uniform(upper_bound) [all...] |
| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/chacha20/ |
| stream_chacha20.c | 17 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 = &crypto_stream_chacha20_dolbeau_ssse3_implementation [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| Atomic.cpp | 39 # error No memory fence implementation for your platform! 57 # error No compare-and-swap implementation for your platform!
|
| /src/external/apache2/llvm/dist/clang/lib/Headers/openmp_wrappers/ |
| math.h | 41 device = {arch(nvptx, nvptx64)}, implementation = {extension(match_any)})
|
| time.h | 26 device = {arch(nvptx, nvptx64)}, implementation = {extension(match_any)})
|
| complex | 44 implementation = {extension(match_any, allow_templates)})
|
| /src/external/bsd/openldap/dist/libraries/liblunicode/ure/ |
| README | 31 in UCS2 form. The implementation of this URE package is a variation on the
|
| /src/external/mpl/bind/dist/lib/dns/ |
| dyndb.c | 204 dyndb_implementation_t *implementation = NULL; local 218 CHECK(load_library(mctx, libname, name, &implementation)); 219 CHECK(implementation->register_func(mctx, name, parameters, file, line, 220 dctx, &implementation->inst)); 222 APPEND(dyndb_implementations, implementation, link); 227 if (implementation != NULL) { 228 unload_library(&implementation);
|