/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/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_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/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/sbin/newfs_udf/ |
udf_core.h | 195 struct impvol_desc *implementation; /* likely redundant */ member in struct:udf_create_context
|
/src/usr.sbin/edquota/ |
edquota.c | 108 char implementation[32]; member in struct:quotause 470 strlcpy(qup->implementation, impl, sizeof(qup->implementation)); 796 fprintf(fd, "%s (%s):\n", qup->fsname, qup->implementation);
|
/src/sys/fs/udf/ |
udf.h | 110 /* DON'T change these: they identify 13thmonkey's UDF implementation */ 282 struct impvol_desc *implementation; /* likely redundant */ member in struct:udf_mount
|
/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
|