Home
last modified time | relevance | path

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

/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
979 authpubp = 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()
1829 authpub, in test_hpke_compressed()
1830 sizeof(authpub), in test_hpke_compressed()
[all …]
/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
/openssl/crypto/evp/
H A Dkem.c244 int EVP_PKEY_auth_decapsulate_init(EVP_PKEY_CTX *ctx, EVP_PKEY *authpub, in EVP_PKEY_auth_decapsulate_init() argument
247 if (authpub == NULL) in EVP_PKEY_auth_decapsulate_init()
249 return evp_kem_init(ctx, EVP_PKEY_OP_DECAPSULATE, params, authpub); in EVP_PKEY_auth_decapsulate_init()
/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()
862 OPENSSL_free(ctx->authpub); in OSSL_HPKE_CTX_free()
1016 OPENSSL_free(ctx->authpub); in OSSL_HPKE_CTX_set1_authpub()
1017 ctx->authpub = lpub; in OSSL_HPKE_CTX_set1_authpub()
/openssl/include/openssl/
H A Devp.h1990 int EVP_PKEY_auth_decapsulate_init(EVP_PKEY_CTX *ctx, EVP_PKEY *authpub,

Completed in 26 milliseconds