GetBNPtr          128 ext/openssl/ossl_asn1.c 	bn = GetBNPtr(obj);
GetBNPtr          146 ext/openssl/ossl_asn1.c     BIGNUM *bn = GetBNPtr(obj);
GetBNPtr          312 ext/openssl/ossl_bn.c 	BIGNUM *bn1, *bn2 = GetBNPtr(other), *result;	\
GetBNPtr          337 ext/openssl/ossl_bn.c 	BIGNUM *bn1, *bn2 = GetBNPtr(other), *result;		\
GetBNPtr          364 ext/openssl/ossl_bn.c     BIGNUM *bn1, *bn2 = GetBNPtr(other), *r1, *r2;
GetBNPtr          396 ext/openssl/ossl_bn.c 	BIGNUM *bn1, *bn2 = GetBNPtr(other1);			\
GetBNPtr          397 ext/openssl/ossl_bn.c 	BIGNUM *bn3 = GetBNPtr(other2), *result;		\
GetBNPtr          543 ext/openssl/ossl_bn.c 	BIGNUM *bn = GetBNPtr(range), *result;			\
GetBNPtr          583 ext/openssl/ossl_bn.c 	add = GetBNPtr(vadd);
GetBNPtr          584 ext/openssl/ossl_bn.c 	rem = NIL_P(vrem) ? NULL : GetBNPtr(vrem);
GetBNPtr          624 ext/openssl/ossl_bn.c     bn2 = GetBNPtr(other);
GetBNPtr          641 ext/openssl/ossl_bn.c 	BIGNUM *bn1, *bn2 = GetBNPtr(other);		\
GetBNPtr           20 ext/openssl/ossl_bn.h BIGNUM *GetBNPtr(VALUE);
GetBNPtr          125 ext/openssl/ossl_pkey.h 	bn = GetBNPtr(bignum);						\
GetBNPtr          407 ext/openssl/ossl_pkey_dh.c     pub_key = GetBNPtr(pub);
GetBNPtr          343 ext/openssl/ossl_pkey_ec.c         bn = GetBNPtr(private_key);
GetBNPtr          808 ext/openssl/ossl_pkey_ec.c             const BIGNUM *p = GetBNPtr(arg2);
GetBNPtr          809 ext/openssl/ossl_pkey_ec.c             const BIGNUM *a = GetBNPtr(arg3);
GetBNPtr          810 ext/openssl/ossl_pkey_ec.c             const BIGNUM *b = GetBNPtr(arg4);
GetBNPtr          886 ext/openssl/ossl_pkey_ec.c     o = GetBNPtr(order);
GetBNPtr          887 ext/openssl/ossl_pkey_ec.c     co = GetBNPtr(cofactor);
GetBNPtr          909 ext/openssl/ossl_pkey_ec.c     bn = GetBNPtr(bn_obj);
GetBNPtr          931 ext/openssl/ossl_pkey_ec.c     bn = GetBNPtr(bn_obj);
GetBNPtr         1275 ext/openssl/ossl_pkey_ec.c             const BIGNUM *bn = GetBNPtr(arg2);
GetBNPtr         1455 ext/openssl/ossl_pkey_ec.c     bn = GetBNPtr(bn_obj);