Ruby
2.0.0p648(2015-12-16revision53162)
|
#include "ossl.h"
Go to the source code of this file.
Macros | |
#define | WrapBN(klass, obj, bn) |
#define | GetBN(obj, bn) |
#define | SafeGetBN(obj, bn) |
#define | BIGNUM_BOOL1(func) |
#define | BIGNUM_1c(func) |
#define | BIGNUM_2(func) |
#define | BIGNUM_2c(func) |
#define | BIGNUM_3c(func) |
#define | BIGNUM_BIT(func) |
#define | BIGNUM_SHIFT(func) |
#define | BIGNUM_SELF_SHIFT(func) |
#define | BIGNUM_RAND(func) |
#define | BIGNUM_RAND_RANGE(func) |
#define | BIGNUM_NUM(func) |
#define | BIGNUM_CMP(func) |
Functions | |
VALUE | ossl_bn_new (const BIGNUM *bn) |
BIGNUM * | GetBNPtr (VALUE obj) |
static VALUE | ossl_bn_alloc (VALUE klass) |
static VALUE | ossl_bn_initialize (int argc, VALUE *argv, VALUE self) |
static VALUE | ossl_bn_to_s (int argc, VALUE *argv, VALUE self) |
static VALUE | ossl_bn_to_i (VALUE self) |
static VALUE | ossl_bn_to_bn (VALUE self) |
static VALUE | ossl_bn_coerce (VALUE self, VALUE other) |
BIGNUM_1c (sqr) | |
BIGNUM_3c (mod_add) | |
static VALUE | ossl_bn_s_generate_prime (int argc, VALUE *argv, VALUE klass) |
static VALUE | ossl_bn_copy (VALUE self, VALUE other) |
static VALUE | ossl_bn_eql (VALUE self, VALUE other) |
static VALUE | ossl_bn_is_prime (int argc, VALUE *argv, VALUE self) |
static VALUE | ossl_bn_is_prime_fasttest (int argc, VALUE *argv, VALUE self) |
void | Init_ossl_bn () |
Variables | |
VALUE | cBN |
VALUE | eBNError |
BN_CTX * | ossl_bn_ctx |
#define BIGNUM_1c | ( | func | ) |
#define BIGNUM_2 | ( | func | ) |
#define BIGNUM_2c | ( | func | ) |
#define BIGNUM_3c | ( | func | ) |
#define BIGNUM_BIT | ( | func | ) |
#define BIGNUM_BOOL1 | ( | func | ) |
#define BIGNUM_CMP | ( | func | ) |
#define BIGNUM_NUM | ( | func | ) |
#define BIGNUM_RAND | ( | func | ) |
#define BIGNUM_RAND_RANGE | ( | func | ) |
#define BIGNUM_SELF_SHIFT | ( | func | ) |
#define BIGNUM_SHIFT | ( | func | ) |
#define GetBN | ( | obj, | |
bn | |||
) |
Definition at line 21 of file ossl_bn.c.
Referenced by BIGNUM_1c(), BIGNUM_3c(), GetBNPtr(), ossl_bn_copy(), ossl_bn_initialize(), ossl_bn_is_prime(), ossl_bn_is_prime_fasttest(), ossl_bn_to_i(), and ossl_bn_to_s().
#define WrapBN | ( | klass, | |
obj, | |||
bn | |||
) |
Definition at line 14 of file ossl_bn.c.
Referenced by BIGNUM_1c(), GetBNPtr(), ossl_bn_alloc(), ossl_bn_new(), and ossl_bn_s_generate_prime().
BIGNUM_1c | ( | sqr | ) |
Definition at line 305 of file ossl_bn.c.
References CLASS_OF, eBNError, GetBN, GetBNPtr(), NULL, ossl_bn_ctx, ossl_raise(), rb_ary_new3(), and WrapBN.
BIGNUM_3c | ( | mod_add | ) |
BIGNUM* GetBNPtr | ( | VALUE | obj | ) |
Definition at line 58 of file ossl_bn.c.
References cBN, eBNError, GetBN, NULL, ossl_raise(), rb_eTypeError, rb_obj_is_kind_of(), rb_String(), RTEST, StringValuePtr, T_BIGNUM, T_FIXNUM, T_NIL, TYPE, and WrapBN.
Referenced by BIGNUM_1c(), num_to_asn1integer(), ossl_bn_copy(), ossl_bn_s_generate_prime(), and ossl_dh_compute_key().
void Init_ossl_bn | ( | void | ) |
Definition at line 736 of file ossl_bn.c.
References cBN, eBNError, eOSSLError, mOSSL, ossl_bn_alloc(), ossl_bn_coerce(), ossl_bn_copy(), ossl_bn_ctx, ossl_bn_eql(), ossl_bn_initialize(), ossl_bn_is_prime(), ossl_bn_is_prime_fasttest(), ossl_bn_s_generate_prime(), ossl_bn_to_bn(), ossl_bn_to_i(), ossl_bn_to_s(), ossl_raise(), rb_cObject, rb_define_alias(), rb_define_alloc_func(), rb_define_class_under(), rb_define_copy_func, rb_define_method(), rb_define_module(), rb_define_singleton_method(), and rb_eRuntimeError.
Referenced by Init_openssl().
Definition at line 92 of file ossl_bn.c.
References eBNError, NULL, ossl_raise(), and WrapBN.
Referenced by Init_ossl_bn().
Definition at line 245 of file ossl_bn.c.
References cBN, NULL, ossl_bn_to_i(), ossl_bn_to_s(), ossl_raise(), rb_assoc_new(), rb_eTypeError, rb_obj_is_kind_of(), RTEST, T_BIGNUM, T_FIXNUM, T_STRING, and TYPE.
Referenced by Init_ossl_bn().
Definition at line 619 of file ossl_bn.c.
References eBNError, GetBN, GetBNPtr(), NULL, ossl_raise(), and rb_check_frozen.
Referenced by Init_ossl_bn().
Definition at line 113 of file ossl_bn.c.
References cBN, eBNError, GetBN, NULL, NUM2INT, ossl_raise(), rb_eArgError, rb_obj_is_kind_of(), rb_scan_args(), RSTRING_LENINT, RSTRING_PTR, RTEST, and StringValue.
Referenced by Init_ossl_bn().
Definition at line 670 of file ossl_bn.c.
References eBNError, GetBN, NULL, NUM2INT, ossl_bn_ctx, ossl_raise(), Qfalse, Qnil, Qtrue, and rb_scan_args().
Referenced by Init_ossl_bn().
Definition at line 703 of file ossl_bn.c.
References eBNError, GetBN, NIL_P, NULL, NUM2INT, ossl_bn_ctx, ossl_raise(), Qfalse, Qnil, Qtrue, and rb_scan_args().
Referenced by Init_ossl_bn().
Definition at line 43 of file ossl_bn.c.
References cBN, eBNError, NULL, ossl_raise(), and WrapBN.
Referenced by asn1integer_to_num(), ossl_dh_get_params(), ossl_dsa_get_params(), and ossl_rsa_get_params().
Definition at line 573 of file ossl_bn.c.
References add, eBNError, GetBNPtr(), NIL_P, NULL, NUM2INT, ossl_raise(), Qfalse, rb_scan_args(), result, and WrapBN.
Referenced by Init_ossl_bn().
Definition at line 239 of file ossl_bn.c.
Referenced by Init_ossl_bn().
Definition at line 221 of file ossl_bn.c.
References eBNError, GetBN, NULL, ossl_raise(), Qtrue, and rb_cstr_to_inum().
Referenced by Init_ossl_bn(), and ossl_bn_coerce().
Definition at line 177 of file ossl_bn.c.
References buf, eBNError, GetBN, NULL, NUM2INT, ossl_buf2str(), ossl_raise(), rb_eArgError, rb_long2int, rb_scan_args(), rb_str_new(), RSTRING_PTR, and strlen().
Referenced by Init_ossl_bn(), and ossl_bn_coerce().
VALUE cBN |
Definition at line 36 of file ossl_bn.c.
Referenced by GetBNPtr(), Init_ossl_bn(), ossl_bn_coerce(), ossl_bn_initialize(), and ossl_bn_new().
VALUE eBNError |
Definition at line 37 of file ossl_bn.c.
Referenced by BIGNUM_1c(), GetBNPtr(), Init_ossl_bn(), ossl_bn_alloc(), ossl_bn_copy(), ossl_bn_initialize(), ossl_bn_is_prime(), ossl_bn_is_prime_fasttest(), ossl_bn_new(), ossl_bn_s_generate_prime(), ossl_bn_to_i(), and ossl_bn_to_s().
BN_CTX* ossl_bn_ctx |
Definition at line 89 of file ossl_bn.c.
Referenced by BIGNUM_1c(), Init_ossl_bn(), ossl_bn_is_prime(), and ossl_bn_is_prime_fasttest().