HomeSort by: relevance | last modified time | path
    Searched refs:spub (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
evp_pkey_dhkem_test.c 54 t->spub, t->spublen)))
68 EVP_PKEY *rpriv = NULL, *spub = NULL; local
71 TEST_note("Test %s %s Decapsulate", t->curve, t->spub != NULL ? "Auth" : "");
76 if (t->spub != NULL) {
77 if (!TEST_ptr(spub = new_raw_public_key(t->curve, t->spub, t->spublen)))
80 ret = do_decap(t, rpriv, spub);
82 EVP_PKEY_free(spub);
dhkem_test.inc 40 const unsigned char *spub;
689 static int do_decap(const TEST_ENCAPDATA *t, EVP_PKEY *rpriv, EVP_PKEY *spub)
698 if (t->spub == NULL) {
702 if (!TEST_int_eq(EVP_PKEY_auth_decapsulate_init(recipctx, spub,
  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
test_engine_dso.c 47 const char *spub; member in struct:__anon835
317 BN_hex2bn(&server->pub_key, dhtests[i].spub);
  /src/crypto/external/apache2/openssl/dist/crypto/hpke/
hpke.c 557 EVP_PKEY *spub = NULL; local
589 spub = evp_pkey_new_raw_nist_public_key(ctx->libctx, ctx->propq,
594 spub = EVP_PKEY_new_raw_public_key_ex(ctx->libctx,
600 if (spub == NULL) {
604 if (EVP_PKEY_auth_decapsulate_init(pctx, spub, params) != 1) {
632 EVP_PKEY_free(spub);

Completed in 28 milliseconds