Home
last modified time | relevance | path

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

/openssl-master/crypto/asn1/
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-master/include/crypto/
A Dbn.h45 BN_ULONG *bn_get_words(const BIGNUM *a);
/openssl-master/crypto/bn/
A Dbn_intern.c170 BN_ULONG *bn_get_words(const BIGNUM *a) in bn_get_words() function
/openssl-master/crypto/
A Dder_writer.c141 ((bn_get_words(v) [(n - 1) / BN_BYTES]) >> (8 * ((n - 1) % BN_BYTES))) in int_put_bytes_bn()
/openssl-master/crypto/ec/
A Decp_nistz256.c225 BN_ULONG *a = bn_get_words(z); in is_one()
665 BN_ULONG d = bn_get_words(scalars[i])[j / BN_BYTES]; in ecp_nistz256_windowed_mul()
808 is_equal(bn_get_words(generator->X), def_xG) && in ecp_nistz256_is_affine_G()
809 is_equal(bn_get_words(generator->Y), def_yG) && in ecp_nistz256_is_affine_G()
1041 BN_ULONG d = bn_get_words(scalar)[i / BN_BYTES]; in ecp_nistz256_points_mul()
/openssl-master/providers/implementations/encode_decode/
A Dencode_key2text.c73 BN_ULONG *words = bn_get_words(bn); in DEFINE_SPECIAL_STACK_OF_CONST()
/openssl-master/crypto/rsa/
A Drsa_ossl.c574 if ((padding == RSA_X931_PADDING) && ((bn_get_words(ret)[0] & 0xf) != 12)) in rsa_ossl_public_decrypt()

Completed in 11 milliseconds