Home
last modified time | relevance | path

Searched refs:authpriv (Results 1 – 9 of 9) sorted by relevance

/freebsd/usr.sbin/syslogd/
H A Dsyslog.conf8 *.notice;authpriv.none;kern.debug;lpr.info;mail.crit;news.err /var/log/messages
10 auth.info;authpriv.info /var/log/auth.log
/freebsd/crypto/openssl/test/
H A Dhpke_test.c110 EVP_PKEY *authpriv = NULL; in do_testhpke() local
134 authpub, &authpublen, &authpriv, in do_testhpke()
138 if (!TEST_true(OSSL_HPKE_CTX_set1_authpriv(sealctx, authpriv))) in do_testhpke()
245 EVP_PKEY_free(authpriv); in do_testhpke()
1061 EVP_PKEY *authpriv = NULL; in test_hpke_modes_suites() local
1067 &authpriv, NULL, 0, in test_hpke_modes_suites()
1114 authpriv))) in test_hpke_modes_suites()
1200 EVP_PKEY_free(authpriv); in test_hpke_modes_suites()
1896 EVP_PKEY *authpriv = NULL; in test_hpke_compressed() local
1915 if (!TEST_true(OSSL_HPKE_keygen(hpke_suite, authpub, &authpublen, &authpriv, in test_hpke_compressed()
[all …]
/freebsd/crypto/openssl/crypto/evp/
H A Dkem.c211 int EVP_PKEY_auth_encapsulate_init(EVP_PKEY_CTX *ctx, EVP_PKEY *authpriv, in EVP_PKEY_auth_encapsulate_init() argument
214 if (authpriv == NULL) in EVP_PKEY_auth_encapsulate_init()
216 return evp_kem_init(ctx, EVP_PKEY_OP_ENCAPSULATE, params, authpriv); in EVP_PKEY_auth_encapsulate_init()
/freebsd/crypto/openssl/crypto/hpke/
H A Dhpke.c70 EVP_PKEY *authpriv; /* sender's authentication private key */ member
501 if (EVP_PKEY_auth_encapsulate_init(pctx, ctx->authpriv, in hpke_encap()
873 EVP_PKEY_free(ctx->authpriv); in OSSL_HPKE_CTX_free()
964 EVP_PKEY_free(ctx->authpriv); in OSSL_HPKE_CTX_set1_authpriv()
965 ctx->authpriv = EVP_PKEY_dup(priv); in OSSL_HPKE_CTX_set1_authpriv()
966 if (ctx->authpriv == NULL) in OSSL_HPKE_CTX_set1_authpriv()
/freebsd/crypto/openssl/doc/man3/
H A DEVP_PKEY_encapsulate.pod13 int EVP_PKEY_auth_encapsulate_init(EVP_PKEY_CTX *ctx, EVP_PKEY *authpriv,
28 EVP_PKEY_encapsulate_init() but also passes an I<authpriv> authentication private
/freebsd/contrib/netbsd-tests/ipf/regress/
H A Di1911 block in quick log level authpriv.notice proto icmp all
/freebsd/contrib/netbsd-tests/ipf/expected/
H A Di19.dist11 block in log level authpriv.notice quick proto icmp from any to any
/freebsd/share/examples/ipfilter/
H A DBNF66 "lpr" | "news" | "uucp" | "cron" | "ftp" | "authpriv" |
/freebsd/crypto/openssl/include/openssl/
H A Devp.h2032 int EVP_PKEY_auth_encapsulate_init(EVP_PKEY_CTX *ctx, EVP_PKEY *authpriv,