GetBNPtr 157 ext/openssl/ossl_asn1.c bn = GetBNPtr(obj); GetBNPtr 180 ext/openssl/ossl_asn1.c bn = GetBNPtr(obj); GetBNPtr 394 ext/openssl/ossl_bn.c BIGNUM *bn1, *bn2 = GetBNPtr(other), *result; \ GetBNPtr 425 ext/openssl/ossl_bn.c BIGNUM *bn1, *bn2 = GetBNPtr(other), *result; \ GetBNPtr 485 ext/openssl/ossl_bn.c BIGNUM *bn1, *bn2 = GetBNPtr(other), *r1, *r2; GetBNPtr 514 ext/openssl/ossl_bn.c BIGNUM *bn1, *bn2 = GetBNPtr(other1); \ GetBNPtr 515 ext/openssl/ossl_bn.c BIGNUM *bn3 = GetBNPtr(other2), *result; \ GetBNPtr 710 ext/openssl/ossl_bn.c BIGNUM *bn = GetBNPtr(range), *result; \ GetBNPtr 766 ext/openssl/ossl_bn.c add = GetBNPtr(vadd); GetBNPtr 767 ext/openssl/ossl_bn.c rem = NIL_P(vrem) ? NULL : GetBNPtr(vrem); GetBNPtr 813 ext/openssl/ossl_bn.c bn2 = GetBNPtr(other); GetBNPtr 825 ext/openssl/ossl_bn.c BIGNUM *bn1, *bn2 = GetBNPtr(other); \ GetBNPtr 19 ext/openssl/ossl_bn.h BIGNUM *GetBNPtr(VALUE); GetBNPtr 137 ext/openssl/ossl_pkey.h BIGNUM *bn1 = NULL, *orig_bn1 = NIL_P(v1) ? NULL : GetBNPtr(v1);\ GetBNPtr 138 ext/openssl/ossl_pkey.h BIGNUM *bn2 = NULL, *orig_bn2 = NIL_P(v2) ? NULL : GetBNPtr(v2);\ GetBNPtr 139 ext/openssl/ossl_pkey.h BIGNUM *bn3 = NULL, *orig_bn3 = NIL_P(v3) ? NULL : GetBNPtr(v3);\ GetBNPtr 168 ext/openssl/ossl_pkey.h BIGNUM *bn1 = NULL, *orig_bn1 = NIL_P(v1) ? NULL : GetBNPtr(v1);\ GetBNPtr 169 ext/openssl/ossl_pkey.h BIGNUM *bn2 = NULL, *orig_bn2 = NIL_P(v2) ? NULL : GetBNPtr(v2);\ GetBNPtr 205 ext/openssl/ossl_pkey.h bn = GetBNPtr(bignum); \ GetBNPtr 509 ext/openssl/ossl_pkey_dh.c pub_key = GetBNPtr(pub); GetBNPtr 396 ext/openssl/ossl_pkey_ec.c bn = GetBNPtr(private_key); GetBNPtr 873 ext/openssl/ossl_pkey_ec.c const BIGNUM *p = GetBNPtr(arg2); GetBNPtr 874 ext/openssl/ossl_pkey_ec.c const BIGNUM *a = GetBNPtr(arg3); GetBNPtr 875 ext/openssl/ossl_pkey_ec.c const BIGNUM *b = GetBNPtr(arg4); GetBNPtr 954 ext/openssl/ossl_pkey_ec.c o = GetBNPtr(order); GetBNPtr 955 ext/openssl/ossl_pkey_ec.c co = GetBNPtr(cofactor); GetBNPtr 977 ext/openssl/ossl_pkey_ec.c bn = GetBNPtr(bn_obj); GetBNPtr 999 ext/openssl/ossl_pkey_ec.c bn = GetBNPtr(bn_obj); GetBNPtr 1352 ext/openssl/ossl_pkey_ec.c const BIGNUM *bn = GetBNPtr(arg2); GetBNPtr 1537 ext/openssl/ossl_pkey_ec.c bn = GetBNPtr(bn_obj); GetBNPtr 1579 ext/openssl/ossl_pkey_ec.c BIGNUM *bn = GetBNPtr(arg1); GetBNPtr 1581 ext/openssl/ossl_pkey_ec.c bn_g = GetBNPtr(arg2); GetBNPtr 1604 ext/openssl/ossl_pkey_ec.c bignums[i] = GetBNPtr(RARRAY_AREF(arg1, i)); GetBNPtr 1612 ext/openssl/ossl_pkey_ec.c bn_g = GetBNPtr(arg3);