HP Open Source Security for OpenVMS Volume 2: HP SSL for OpenVMS > CRYPTO Application
Programming Interface (API) ReferenceBN_mod_inverse
Synopsis#include <openssl/bn.h> DESCRIPTIONBN_mod_inverse() computes the inverse of a modulo n places the result in r ((a*r)%n==1). If r is NULL, a new BIGNUM is created. ctx is a previously allocated BN_CTX used for temporary variables. r may be the same BIGNUM as a or n. |