Home
last modified time | relevance | path

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

/openssl/crypto/asn1/
H A Dt_pkey.c66 (unsigned long)bn_get_words(num)[0], neg, in ASN1_bn_print()
67 (unsigned long)bn_get_words(num)[0]) <= 0) in ASN1_bn_print()
/openssl/crypto/bn/
H A Dbn_intern.c166 BN_ULONG *bn_get_words(const BIGNUM *a) in bn_get_words() function
/openssl/crypto/
H A Dder_writer.c141 ((bn_get_words(v) [(n - 1) / BN_BYTES]) >> (8 * ((n - 1) % BN_BYTES))) in int_put_bytes_bn()
/openssl/include/crypto/
H A Dbn.h45 BN_ULONG *bn_get_words(const BIGNUM *a);
/openssl/crypto/ec/
H A Decp_sm2p256.c451 && is_equal(bn_get_words(generator->X), def_xG) in ecp_sm2p256_is_affine_G()
452 && is_equal(bn_get_words(generator->Y), def_yG) in ecp_sm2p256_is_affine_G()
638 r->Z_is_one = is_equal(bn_get_words(r->Z), ONE) & 1; in ecp_sm2p256_points_mul()
H A Decp_nistz256.c216 BN_ULONG *a = bn_get_words(z); in is_one()
654 BN_ULONG d = bn_get_words(scalars[i])[j / BN_BYTES]; in ecp_nistz256_windowed_mul()
797 is_equal(bn_get_words(generator->X), def_xG) && in ecp_nistz256_is_affine_G()
798 is_equal(bn_get_words(generator->Y), def_yG) && in ecp_nistz256_is_affine_G()
1029 BN_ULONG d = bn_get_words(scalar)[i / BN_BYTES]; in ecp_nistz256_points_mul()
/openssl/providers/implementations/encode_decode/
H A Dencode_key2text.c73 BN_ULONG *words = bn_get_words(bn); in DEFINE_SPECIAL_STACK_OF_CONST()
/openssl/crypto/rsa/
H A Drsa_ossl.c773 if ((padding == RSA_X931_PADDING) && ((bn_get_words(ret)[0] & 0xf) != 12)) in rsa_ossl_public_decrypt()

Completed in 21 milliseconds