Searched refs:bn_copy_words (Results 1 – 3 of 3) sorted by relevance
43 int bn_copy_words(BN_ULONG *out, const BIGNUM *in, int size);
159 int bn_copy_words(BN_ULONG *out, const BIGNUM *in, int size) in bn_copy_words() function
612 return bn_copy_words(out, in, P256_LIMBS); in ecp_nistz256_bignum_to_field_elem()
Completed in 6 milliseconds