Searched refs:COPYBIGNUM (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/crypto/openssl/engines/ccgost/
H A Dgost_ameth.c534 #define COPYBIGNUM(a,b,x) if (a->x) BN_free(a->x); a->x=BN_dup(b->x); macro
535 COPYBIGNUM(dto, dfrom, p)
536 COPYBIGNUM(dto, dfrom, q)
537 COPYBIGNUM(dto, dfrom, g)

Completed in 100 milliseconds