HomeSort by: relevance | last modified time | path
    Searched refs:implementation (Results 1 - 25 of 54) sorted by relevancy

1 2 3

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_onetimeauth/poly1305/
onetimeauth_poly1305.c 14 static const crypto_onetimeauth_poly1305_implementation *implementation = variable in typeref:typename:const crypto_onetimeauth_poly1305_implementation *
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/sys/external/isc/libsodium/dist/src/libsodium/crypto_scalarmult/curve25519/
scalarmult_curve25519.c 11 static const crypto_scalarmult_curve25519_implementation *implementation = variable in typeref:typename:const crypto_scalarmult_curve25519_implementation *
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 in typeref:typename:const crypto_stream_salsa20_implementation *
25 static const crypto_stream_salsa20_implementation *implementation = variable in typeref:typename:const crypto_stream_salsa20_implementation *
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/sys/external/isc/libsodium/dist/src/libsodium/randombytes/
randombytes.c 30 static const randombytes_implementation *implementation; variable in typeref:typename:const randombytes_implementation *
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 in typeref:typename:const crypto_stream_chacha20_implementation *
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/usr.bin/make/unit-tests/
directive-unexport.mk 25 # See the ":N" in Var_UnExport for the implementation.
cmdline-redirect-stdin.mk 6 # This edge case is an implementation detail that has no practical
deptgt-ignore.mk 8 # program, which is a different implementation technique, the .IGNORE applies
varmod-exclam-shell.mk 13 # effect from the implementation. Having null bytes in the output of a
directive-for-generating-endif.mk 5 # implementation, this might have been possible.
var-scope-cmdline.mk 8 # For performance reasons, the actual implementation is more complex than the
38 # overrides global". Due to an implementation mistake, the actual behavior
directive-export-impl.mk 3 # Test for the implementation of exporting variables to child processes.
job-output-null.mk 11 # string, without parameters. This is because it is implementation-dependent
var-op-append.mk 13 # This implementation does not support the immediate-expansion macros
cond-cmp-unary.mk 48 # XXX: As of 2023-06-01, the implementation in EvalTruthy does not skip
dir.mk 10 # See DirExpandCurly for the implementation.
  /src/sys/arch/sparc/include/
lock.h 40 #error __SIMPLELOCK_UNLOCKED must be 0 for this implementation
  /src/tests/lib/libobjc/
t_threads.m 60 @implementation MyClass
  /src/sys/arch/m68k/060sp/dist/
iskeletn.s 154 # Entry point for the selected cas emulation code implementation.
155 # If the implementation provided by the 68060ISP is sufficient,
165 # Entry point for the selected cas2 emulation code implementation.
166 # If the implementation provided by the 68060ISP is sufficient,
  /src/lib/libm/arch/arm/
fenv.c 43 #error This fenv implementation is only for hardfloat.
85 * implementation-defined representation of the states of the floating-point
  /src/sys/arch/rs6000/include/
iplcb.h 145 int implementation; member in struct:sys_info
146 /* Implementation of this box:
229 int implementation; /* proc type */ member in struct:proc_info
  /src/sys/modules/examples/luareadhappy/
happy.lua 41 -- have been used. The algorithm is not critical to the implementation
  /src/sys/arch/sparc64/doc/
TODO 31 - locore.s: sun4v_datatrap missing implementation for trap level 1
  /src/sys/arch/rs6000/stand/boot/
iplcb.c 53 printf(" Implementation: %d\n", sysinfo->implementation);
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
asan_mac_test_helpers.mm 58 @implementation LoadSomething
220 @implementation FixedArray

Completed in 18 milliseconds

1 2 3