Functions
gcd.c File Reference
#include <openssl/bn.h>
#include <openssl/err.h>
#include "internal.h"
Include dependency graph for gcd.c:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

BIGNUMBN_mod_inverse (BIGNUM *out, const BIGNUM *a, const BIGNUM *n, BN_CTX *ctx)
 
int BN_mod_inverse_blinded (BIGNUM *out, int *out_no_inverse, const BIGNUM *a, const BN_MONT_CTX *mont, BN_CTX *ctx)
 
int BN_mod_inverse_odd (BIGNUM *out, int *out_no_inverse, const BIGNUM *a, const BIGNUM *n, BN_CTX *ctx)
 
int bn_mod_inverse_prime (BIGNUM *out, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx, const BN_MONT_CTX *mont_p)
 
int bn_mod_inverse_secret_prime (BIGNUM *out, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx, const BN_MONT_CTX *mont_p)
 

Function Documentation

◆ BN_mod_inverse()

BIGNUM* BN_mod_inverse ( BIGNUM out,
const BIGNUM a,
const BIGNUM n,
BN_CTX ctx 
)

Definition at line 283 of file gcd.c.

◆ BN_mod_inverse_blinded()

int BN_mod_inverse_blinded ( BIGNUM out,
int out_no_inverse,
const BIGNUM a,
const BN_MONT_CTX mont,
BN_CTX ctx 
)

Definition at line 328 of file gcd.c.

◆ BN_mod_inverse_odd()

int BN_mod_inverse_odd ( BIGNUM out,
int out_no_inverse,
const BIGNUM a,
const BIGNUM n,
BN_CTX ctx 
)

Definition at line 116 of file gcd.c.

◆ bn_mod_inverse_prime()

int bn_mod_inverse_prime ( BIGNUM out,
const BIGNUM a,
const BIGNUM p,
BN_CTX ctx,
const BN_MONT_CTX mont_p 
)

Definition at line 356 of file gcd.c.

◆ bn_mod_inverse_secret_prime()

int bn_mod_inverse_secret_prime ( BIGNUM out,
const BIGNUM a,
const BIGNUM p,
BN_CTX ctx,
const BN_MONT_CTX mont_p 
)

Definition at line 368 of file gcd.c.



grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:13