Searched refs:DBIGN (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/libecc/src/sig/ |
H A D | dbign.c | 38 return __bign_init_pub_key(out_pub, in_priv, DBIGN); in dbign_init_pub_key() 56 ret = __bign_sign_init(ctx, DBIGN); in _dbign_sign_init() 72 ret = __bign_sign_update(ctx, chunk, chunklen, DBIGN); in _dbign_sign_update() 87 ret = __bign_sign_finalize(ctx, sig, siglen, DBIGN); in _dbign_sign_finalize() 95 return __bign_verify_init(ctx, sig, siglen, DBIGN); in _dbign_verify_init() 101 return __bign_verify_update(ctx, chunk, chunklen, DBIGN); in _dbign_verify_update() 106 return __bign_verify_finalize(ctx, DBIGN); in _dbign_verify_finalize()
|
H A D | bign_common.c | 564 if(key_type != DBIGN) in __bign_sign_finalize() 582 if(key_type != DBIGN){ in __bign_sign_finalize()
|
/freebsd/crypto/libecc/src/tests/ |
H A D | dbign_test_vectors.h | 37 .sig_type = DBIGN, 67 .sig_type = DBIGN, 97 .sig_type = DBIGN, 127 .sig_type = DBIGN, 154 .sig_type = DBIGN, 185 .sig_type = DBIGN, 212 .sig_type = DBIGN,
|
H A D | ec_self_tests_core.c | 1422 if(sig->type == DBIGN) 1425 if((sig->type == BIGN) || (sig->type == DBIGN)) 1854 if(sig->type == DBIGN) 1857 if((sig->type == BIGN) || (sig->type == DBIGN))
|
/freebsd/crypto/libecc/include/libecc/ |
H A D | lib_ecc_types.h | 74 DBIGN = 19, enumerator
|
/freebsd/crypto/libecc/include/libecc/sig/ |
H A D | sig_algs_internal.h | 581 {.type = DBIGN,
|