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

/freebsd-10-stable/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

Completed in 104 milliseconds