Home
last modified time | relevance | path

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

/openssl/crypto/bn/
H A Dbn_intern.c155 int bn_copy_words(BN_ULONG *out, const BIGNUM *in, int size) in bn_copy_words() function
/openssl/include/crypto/
H A Dbn.h43 int bn_copy_words(BN_ULONG *out, const BIGNUM *in, int size);
/openssl/crypto/ec/
H A Decp_sm2p256.c137 bn_copy_words(out, in, P256_LIMBS)
H A Decp_nistz256.c603 return bn_copy_words(out, in, P256_LIMBS); in ecp_nistz256_bignum_to_field_elem()

Completed in 15 milliseconds