Home
last modified time | relevance | path

Searched refs:DBIGN (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/libecc/src/sig/
H A Ddbign.c38 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 Dbign_common.c564 if(key_type != DBIGN) in __bign_sign_finalize()
582 if(key_type != DBIGN){ in __bign_sign_finalize()
/freebsd/crypto/libecc/src/tests/
H A Ddbign_test_vectors.h37 .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 Dec_self_tests_core.c1422 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 Dlib_ecc_types.h74 DBIGN = 19, enumerator
/freebsd/crypto/libecc/include/libecc/sig/
H A Dsig_algs_internal.h581 {.type = DBIGN,