Home
last modified time | relevance | path

Searched defs:sigma (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/ntp/scripts/monitoring/
H A Dlr.pl118 sub sigma() subroutine
/freebsd/crypto/openssh/
H A Dchacha.c51 static const char sigma[16] = "expand 32-byte k"; variable
/freebsd/contrib/unbound/compat/
H A Dchacha_private.h51 static const char sigma[16] = "expand 32-byte k"; variable
/freebsd/crypto/openssh/openbsd-compat/
H A Dchacha_private.h53 static const char sigma[16] = "expand 32-byte k"; variable
/freebsd/sys/crypto/chacha20/
H A Dchacha.c53 static const char sigma[16] = "expand 32-byte k"; variable
/freebsd/crypto/openssl/crypto/ml_kem/
H A Dml_kem.c1370 const uint8_t *const sigma = hashed + ML_KEM_RANDOM_BYTES; in genkey() local