Searched refs:BIGNUM (Results 1 – 10 of 10) sorted by relevance
49 BIGNUM* r32 = BN_new(); in convert_to_mincrypt_format()50 BIGNUM* rr = BN_new(); in convert_to_mincrypt_format()51 BIGNUM* r = BN_new(); in convert_to_mincrypt_format()52 BIGNUM* rem = BN_new(); in convert_to_mincrypt_format()53 BIGNUM* n = BN_new(); in convert_to_mincrypt_format()54 BIGNUM* n0inv = BN_new(); in convert_to_mincrypt_format()179 BIGNUM* exponent = BN_new(); in generate_key()
174 BIGNUM expected; in validate_signature_block()175 BIGNUM value; in validate_signature_block()
159 BIGNUM *bn = NULL; in main()
77 BIGNUM* r32 = BN_new(); in RSA_to_RSAPublicKey()78 BIGNUM* rr = BN_new(); in RSA_to_RSAPublicKey()79 BIGNUM* r = BN_new(); in RSA_to_RSAPublicKey()80 BIGNUM* rem = BN_new(); in RSA_to_RSAPublicKey()81 BIGNUM* n = BN_new(); in RSA_to_RSAPublicKey()82 BIGNUM* n0inv = BN_new(); in RSA_to_RSAPublicKey()223 BIGNUM* exponent = BN_new(); in generate_key()
55 const BIGNUM*, const BIGNUM*, EC_KEY *eckey) { in keystore_ecdsa_do_sign() argument
39 void operator()(BIGNUM* p) const { BN_free(p); } in operator()
77 UniquePtr<BIGNUM, BIGNUM_Delete> exponent(BN_new()); in GenerateKey()
352 unique_ptr<BIGNUM, BIGNUM_Delete> order(BN_new()); in ec_group_size_bits()
41 void operator()(BIGNUM* p) const { BN_free(p); } in operator ()()43 typedef UniquePtr<BIGNUM, BIGNUM_Delete> Unique_BIGNUM;
85 void operator()(BIGNUM* p) const { in operator ()()89 typedef UniquePtr<BIGNUM, BIGNUM_Delete> Unique_BIGNUM;