Home
last modified time | relevance | path

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

/openssl-master/test/
A Dcurve448_internal_test.c604 || !TEST_true(ossl_ed448_sign(NULL, outsig, NULL, 0, pubkey1, in test_ed448()
607 || !TEST_true(ossl_ed448_sign(NULL, outsig, msg2, sizeof(msg2), in test_ed448()
610 || !TEST_true(ossl_ed448_sign(NULL, outsig, msg3, sizeof(msg3), in test_ed448()
614 || !TEST_true(ossl_ed448_sign(NULL, outsig, msg4, sizeof(msg4), in test_ed448()
617 || !TEST_true(ossl_ed448_sign(NULL, outsig, msg5, sizeof(msg5), in test_ed448()
620 || !TEST_true(ossl_ed448_sign(NULL, outsig, msg6, sizeof(msg6), in test_ed448()
623 || !TEST_true(ossl_ed448_sign(NULL, outsig, msg7, sizeof(msg7), in test_ed448()
626 || !TEST_true(ossl_ed448_sign(NULL, outsig, msg8, sizeof(msg8), in test_ed448()
629 || !TEST_true(ossl_ed448_sign(NULL, outsig, msg9, sizeof(msg9), in test_ed448()
/openssl-master/include/crypto/
A Decx.h109 ossl_ed448_sign(OSSL_LIB_CTX *ctx, uint8_t *out_sig, const uint8_t *message,
/openssl-master/providers/implementations/signature/
A Deddsa_sig.c202 if (ossl_ed448_sign(peddsactx->libctx, sigret, tbs, tbslen, edkey->pubkey, in ed448_digest_sign()
/openssl-master/crypto/ec/curve448/
A Deddsa.c376 ossl_ed448_sign(OSSL_LIB_CTX *ctx, uint8_t *out_sig, const uint8_t *message, in ossl_ed448_sign() function
/openssl-master/crypto/ec/
A Decx_meth.c842 if (ossl_ed448_sign(edkey->libctx, sig, tbs, tbslen, edkey->pubkey, in pkey_ecd_digestsign448()

Completed in 10 milliseconds