Home
last modified time | relevance | path

Searched defs:authpriv (Results 1 – 3 of 3) sorted by relevance

/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()
/freebsd/crypto/openssl/test/
H A Dhpke_test.c110 EVP_PKEY *authpriv = NULL; in do_testhpke() local
969 EVP_PKEY *authpriv = NULL; in test_hpke_modes_suites() local
1800 EVP_PKEY *authpriv = NULL; in test_hpke_compressed() local
/freebsd/crypto/openssl/crypto/hpke/
H A Dhpke.c70 EVP_PKEY *authpriv; /* sender's authentication private key */ member