Home
last modified time | relevance | path

Searched refs:authpub (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dhpke_test.c108 unsigned char authpub[OSSL_HPKE_TSTSIZE]; in do_testhpke() local
109 size_t authpublen = sizeof(authpub); in do_testhpke()
134 authpub, &authpublen, &authpriv, in do_testhpke()
189 authpub, authpublen))) in do_testhpke()
967 unsigned char authpub[OSSL_HPKE_TSTSIZE]; in test_hpke_modes_suites() local
974 if (TEST_true(OSSL_HPKE_keygen(hpke_suite, authpub, &authpublen, in test_hpke_modes_suites()
979 authpubp = authpub; in test_hpke_modes_suites()
1060 authpub, in test_hpke_modes_suites()
1801 unsigned char authpub[OSSL_HPKE_TSTSIZE]; in test_hpke_compressed() local
1802 size_t authpublen = sizeof(authpub); in test_hpke_compressed()
[all …]
/freebsd/crypto/openssl/crypto/evp/
H A Dkem.c254 int EVP_PKEY_auth_decapsulate_init(EVP_PKEY_CTX *ctx, EVP_PKEY *authpub, in EVP_PKEY_auth_decapsulate_init() argument
257 if (authpub == NULL) in EVP_PKEY_auth_decapsulate_init()
259 return evp_kem_init(ctx, EVP_PKEY_OP_DECAPSULATE, params, authpub); in EVP_PKEY_auth_decapsulate_init()
/freebsd/crypto/openssl/crypto/hpke/
H A Dhpke.c71 unsigned char *authpub; /* auth public key */ member
587 ctx->authpub, in hpke_decap()
593 ctx->authpub, in hpke_decap()
863 OPENSSL_free(ctx->authpub); in OSSL_HPKE_CTX_free()
1017 OPENSSL_free(ctx->authpub); in OSSL_HPKE_CTX_set1_authpub()
1018 ctx->authpub = lpub; in OSSL_HPKE_CTX_set1_authpub()
/freebsd/crypto/openssl/doc/man3/
H A DEVP_PKEY_decapsulate.pod13 int EVP_PKEY_auth_decapsulate_init(EVP_PKEY_CTX *ctx, EVP_PKEY *authpub,
28 EVP_PKEY_decapsulate_init() but also passes an I<authpub> authentication public
/freebsd/crypto/openssl/include/openssl/
H A Devp.h2048 int EVP_PKEY_auth_decapsulate_init(EVP_PKEY_CTX *ctx, EVP_PKEY *authpub,