HomeSort by: relevance | last modified time | path
    Searched defs:implementation (Results 1 - 20 of 20) sorted by relevancy

  /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/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/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/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/crypto/external/apache2/openssl/dist/include/openssl/
core.h 68 * the algorithm implementation in the form of a dispatch table.
75 const OSSL_DISPATCH *implementation; member in struct:ossl_algorithm_st
  /src/crypto/external/bsd/openssl/dist/include/openssl/
core.h 65 * the algorithm implementation in the form of a dispatch table.
72 const OSSL_DISPATCH *implementation; member in struct:ossl_algorithm_st
  /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);
  /src/external/mpl/bind/dist/lib/dns/include/dns/
dlz.h 219 dns_dlzimplementation_t *implementation; member in struct:dns_dlzdb
  /src/external/mpl/dhcp/bind/dist/lib/dns/
dyndb.c 351 dyndb_implementation_t *implementation = NULL; local
365 CHECK(load_library(mctx, libname, name, &implementation));
366 CHECK(implementation->register_func(mctx, name, parameters, file, line,
367 dctx, &implementation->inst));
369 APPEND(dyndb_implementations, implementation, link);
374 if (implementation != NULL) {
375 unload_library(&implementation);
sdb.c 62 dns_sdbimplementation_t *implementation; member in struct:dns_sdb
121 #define MAYBE_LOCK(sdb) LOCK(&sdb->implementation->driverlock)
122 #define MAYBE_UNLOCK(sdb) UNLOCK(&sdb->implementation->driverlock)
126 unsigned int flags = sdb->implementation->flags; \
128 LOCK(&sdb->implementation->driverlock); \
133 unsigned int flags = sdb->implementation->flags; \
135 UNLOCK(&sdb->implementation->driverlock); \
349 imp = lookup->sdb->implementation;
417 dns_sdbimplementation_t *imp = sdb->implementation;
525 dns_sdbimplementation_t *imp = sdb->implementation;
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
dlz.h 220 dns_dlzimplementation_t *implementation; member in struct:dns_dlzdb
  /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/external/mpl/bind/dist/bin/named/
builtin.c 60 bdbimplementation_t *implementation; member in struct:bdb
231 * Builtin database implementation functions.
466 } else if ((node->bdb->implementation->flags & BDB_DNS64) != 0) {
609 * Rdataset implementation methods. An rdataset in the builtin databases is
613 * the implementation can be the same as dns_rdatalist..
708 * Database implementation methods
947 dns64 = ((bdb->implementation->flags & BDB_DNS64) != 0);
1183 void *implementation, dns_db_t **dbp) {
1188 REQUIRE(implementation != NULL);
1197 .implementation = implementation
    [all...]
  /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
  /src/external/bsd/ntp/dist/include/
ntp_request.h 23 * |R|M| VN | Mode|A| Sequence | Implementation| Req Code |
59 * Implementation number: The number of the implementation this request code
60 * is defined by. An implementation number of zero is used
62 * agree on. Implementation number 255 is reserved (for
65 * Request code: An implementation-specific code which specifies the
74 * 1 - incompatible implementation number
107 * The data format depends on the implementation number/request code pair
115 * is implementation defined, but key 15 is suggested as a default.
158 u_char implementation; /* implementation number * member in struct:req_pkt
202 u_char implementation; \/* implementation number *\/ member in struct:resp_pkt
    [all...]
  /src/external/gpl3/gcc/dist/gcc/objc/
objc-act.cc 215 int imp_count = 0; /* `@implementation' */
426 warning (0, "%<@end%> missing in implementation context");
612 /* If we find a class @implementation with the same name
617 "class extension for class %qE declared after its %<@implementation%>",
697 warning (0, "%<@end%> must appear in an @implementation context");
1362 in the implementation, and failing that, the protocol list)
1370 maybe_make_artificial_property_decl (tree interface, tree implementation,
1397 /* Second, check the local @implementation context. */
1400 if (implementation)
1404 getter = lookup_method (CLASS_CLS_METHODS (implementation), getter_name)
1608 tree implementation = NULL_TREE; local
1621 tree implementation = NULL_TREE; local
1685 tree implementation = NULL_TREE; local
1701 tree implementation = NULL_TREE; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-act.cc 217 int imp_count = 0; /* `@implementation' */
428 warning (0, "%<@end%> missing in implementation context");
614 /* If we find a class @implementation with the same name
619 "class extension for class %qE declared after its %<@implementation%>",
699 warning (0, "%<@end%> must appear in an @implementation context");
1364 in the implementation, and failing that, the protocol list)
1372 maybe_make_artificial_property_decl (tree interface, tree implementation,
1399 /* Second, check the local @implementation context. */
1402 if (implementation)
1406 getter = lookup_method (CLASS_CLS_METHODS (implementation), getter_name)
1610 tree implementation = NULL_TREE; local
1623 tree implementation = NULL_TREE; local
1687 tree implementation = NULL_TREE; local
1703 tree implementation = NULL_TREE; local
    [all...]

Completed in 45 milliseconds