Searched refs:BIGN (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/libecc/src/sig/ |
H A D | bign.c | 33 return __bign_init_pub_key(out_pub, in_priv, BIGN); in bign_init_pub_key() 43 return __bign_sign_init(ctx, BIGN); in _bign_sign_init() 49 return __bign_sign_update(ctx, chunk, chunklen, BIGN); in _bign_sign_update() 54 return __bign_sign_finalize(ctx, sig, siglen, BIGN); in _bign_sign_finalize() 59 return __bign_verify_init(ctx, sig, siglen, BIGN); in _bign_verify_init() 65 return __bign_verify_update(ctx, chunk, chunklen, BIGN); in _bign_verify_update() 70 return __bign_verify_finalize(ctx, BIGN); in _bign_verify_finalize()
|
/freebsd/crypto/libecc/src/tests/ |
H A D | bign_test_vectors.h | 56 .sig_type = BIGN, 107 .sig_type = BIGN, 155 .sig_type = BIGN, 206 .sig_type = BIGN, 262 .sig_type = BIGN, 316 .sig_type = BIGN, 373 .sig_type = BIGN, 429 .sig_type = BIGN,
|
H A D | ec_self_tests_core.c | 1419 if(sig->type == BIGN) 1425 if((sig->type == BIGN) || (sig->type == DBIGN)) 1851 if(sig->type == BIGN) 1857 if((sig->type == BIGN) || (sig->type == DBIGN))
|
/freebsd/crypto/libecc/include/libecc/ |
H A D | lib_ecc_types.h | 71 BIGN = 18, enumerator
|
/freebsd/crypto/libecc/include/libecc/sig/ |
H A D | sig_algs_internal.h | 560 {.type = BIGN,
|
/freebsd/crypto/libecc/ |
H A D | README.md | 36 …* BIGN (as standardized in [STB 34.101.45-2013](https://github.com/bcrypto/bign)). We allow a more… 37 BIGN than in the standard as we allow any curve and any hash function. 45 …3410-2012-512-ParamSetTest, SM2P256V1, SM2P{192,256}Test, WEI{25519,448}, BIGN{256,384,512}V1. The… 63 The same applies to BIGN that comes in two flavours as standardized in [STB 34.101.45-2013](https:/… 80 Please note that as for deterministic ECDSA and BIGN, EdDSA signatures are trivially susceptible to
|