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()
969 EVP_PKEY *authpriv = NULL; in test_hpke_modes_suites() local
975 &authpriv, NULL, 0, in test_hpke_modes_suites()
1021 authpriv))) in test_hpke_modes_suites()
1107 EVP_PKEY_free(authpriv); in test_hpke_modes_suites()
1800 EVP_PKEY *authpriv = NULL; in test_hpke_compressed() local
1819 if (!TEST_true(OSSL_HPKE_keygen(hpke_suite, authpub, &authpublen, &authpriv, in test_hpke_compressed()
[all …]
/freebsd/crypto/openssl/crypto/evp/
H A Dkem.c212 int EVP_PKEY_auth_encapsulate_init(EVP_PKEY_CTX *ctx, EVP_PKEY *authpriv, in EVP_PKEY_auth_encapsulate_init() argument
215 if (authpriv == NULL) in EVP_PKEY_auth_encapsulate_init()
217 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
499 if (EVP_PKEY_auth_encapsulate_init(pctx, ctx->authpriv, in hpke_encap()
862 EVP_PKEY_free(ctx->authpriv); in OSSL_HPKE_CTX_free()
953 EVP_PKEY_free(ctx->authpriv); in OSSL_HPKE_CTX_set1_authpriv()
954 ctx->authpriv = EVP_PKEY_dup(priv); in OSSL_HPKE_CTX_set1_authpriv()
955 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.h2042 int EVP_PKEY_auth_encapsulate_init(EVP_PKEY_CTX *ctx, EVP_PKEY *authpriv,