Home
last modified time | relevance | path

Searched defs:bn_mont_ctx_st (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/
H A Dbn.h984 struct bn_mont_ctx_st { struct
987 BIGNUM RR;
990 BIGNUM N;
991 BN_ULONG n0[2]; // least significant words of (R*Ri-1)/N
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/
H A Dbn.h921 struct bn_mont_ctx_st { struct
922 BIGNUM RR; // used to convert to montgomery form
923 BIGNUM N; // The modulus
924 BN_ULONG n0[2]; // least significant words of (R*Ri-1)/N
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/
H A Dbn.h921 struct bn_mont_ctx_st { struct
922 BIGNUM RR; // used to convert to montgomery form
923 BIGNUM N; // The modulus
924 BN_ULONG n0[2]; // least significant words of (R*Ri-1)/N
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/
H A Dbn.h984 struct bn_mont_ctx_st { struct
987 BIGNUM RR;
990 BIGNUM N;
991 BN_ULONG n0[2]; // least significant words of (R*Ri-1)/N
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/
H A Dbn.h984 struct bn_mont_ctx_st { struct
987 BIGNUM RR;
990 BIGNUM N;
991 BN_ULONG n0[2]; // least significant words of (R*Ri-1)/N
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/
H A Dbn.h984 struct bn_mont_ctx_st { struct
987 BIGNUM RR;
990 BIGNUM N;
991 BN_ULONG n0[2]; // least significant words of (R*Ri-1)/N
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dbn.h324 struct bn_mont_ctx_st { struct
325 int ri; /* number of bits in R */
326 BIGNUM RR; /* used to convert to montgomery form */
327 BIGNUM N; /* The modulus */
328 BIGNUM Ni; /* R*(1/R mod N) - N*Ni = 1 (Ni is only
330 BN_ULONG n0[2]; /* least significant word(s) of Ni; (type
333 int flags;