Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/daa/big_integer/
Dbi.c137 int offset_src, in bi_copy_array() argument
144 dest->array[ offset_dest + i] = src->array[ offset_src + i]; in bi_copy_array()