OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chacha_impl
(Results
1 - 12
of
12
) sorted by relevancy
/src/sys/crypto/chacha/
chacha_ref.h
32
#include "
chacha_impl
.h"
34
extern const struct
chacha_impl
chacha_ref_impl;
chacha_impl.c
1
/* $NetBSD:
chacha_impl
.c,v 1.4 2022/11/05 17:36:33 jmcneill Exp $ */
41
static const struct
chacha_impl
*chacha_md_impl __read_mostly;
42
static const struct
chacha_impl
*
chacha_impl
__read_mostly = &chacha_ref_impl;
50
node.sysctl_data = __UNCONST(
chacha_impl
->ci_name);
51
node.sysctl_size = strlen(
chacha_impl
->ci_name) + 1;
84
chacha_impl
= chacha_md_impl;
87
aprint_debug("chacha: %s\n",
chacha_impl
->ci_name);
108
chacha_md_init(const struct
chacha_impl
*impl)
127
(*
chacha_impl
->ci_chacha_core)(out, in, k, c, nr)
[
all
...]
chacha_impl.h
1
/* $NetBSD:
chacha_impl
.h,v 1.2 2025/12/22 16:35:34 nia Exp $ */
44
struct
chacha_impl
{
struct
81
int chacha_selftest(const struct
chacha_impl
*);
83
void chacha_md_init(const struct
chacha_impl
*);
chacha_selftest.c
29
#include "
chacha_impl
.h"
67
chacha_core_selftest(const struct
chacha_impl
*ci)
122
hchacha_selftest(const struct
chacha_impl
*ci)
155
chacha_stream_selftest(const struct
chacha_impl
*ci)
164
xchacha_stream_selftest(const struct
chacha_impl
*ci)
460
chacha_selftest(const struct
chacha_impl
*ci)
chacha_ref.c
464
const struct
chacha_impl
chacha_ref_impl = {
/src/sys/crypto/chacha/arch/x86/
chacha_sse2.h
34
#include <crypto/chacha/
chacha_impl
.h>
67
extern const struct
chacha_impl
chacha_sse2_impl;
chacha_sse2_impl.c
144
const struct
chacha_impl
chacha_sse2_impl = {
/src/sys/crypto/chacha/arch/arm/
chacha_neon.h
34
#include <crypto/chacha/
chacha_impl
.h>
81
extern const struct
chacha_impl
chacha_neon_impl;
chacha_neon_impl.c
172
const struct
chacha_impl
chacha_neon_impl = {
/src/sys/arch/aarch64/aarch64/
cpu.c
52
#include <crypto/chacha/
chacha_impl
.h>
/src/sys/arch/arm/vfp/
vfp_init.c
58
#include <crypto/chacha/
chacha_impl
.h>
/src/sys/arch/x86/x86/
identcpu.c
49
#include <crypto/chacha/
chacha_impl
.h>
Completed in 37 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026