Home
last modified time | relevance | path

Searched refs:bi_copy_array (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/daa/big_integer/test/
H A Dtest.c277 bi_copy_array( result, 0, new_result, 0, 2); in main()
278 bi_copy_array( result, 0, new_result, 2, 2); in main()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/daa/big_integer/
H A Dbi.c136 INLINE_DECL void bi_copy_array(bi_array_ptr src, in bi_copy_array() function
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/daa/
H A Dbi.h165 void bi_copy_array(bi_array_ptr src,
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_issuer/
H A Dkey_correctness_proof.c424 bi_copy_array( x, 0, exponents, 3, x->length); in generate_proof()