Home
last modified time | relevance | path

Searched defs:bignum_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.h957 struct bignum_st { struct
960 BN_ULONG *d;
975 int width;
977 int dmax;
979 int neg;
981 int flags;
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/
H A Dbn.h912 struct bignum_st { struct
913 BN_ULONG *d; /* Pointer to an array of 'BN_BITS2' bit chunks in little-endian
915 int top; // Index of last used element in |d|, plus one.
916 int dmax; // Size of |d|, in words.
917 int neg; // one if the number is negative
918 int flags; // bitmask of BN_FLG_* values
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/
H A Dbn.h912 struct bignum_st { struct
913 BN_ULONG *d; /* Pointer to an array of 'BN_BITS2' bit chunks in little-endian
915 int top; // Index of last used element in |d|, plus one.
916 int dmax; // Size of |d|, in words.
917 int neg; // one if the number is negative
918 int flags; // bitmask of BN_FLG_* values
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/
H A Dbn.h957 struct bignum_st { struct
960 BN_ULONG *d;
975 int width;
977 int dmax;
979 int neg;
981 int flags;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/
H A Dbn.h957 struct bignum_st { struct
960 BN_ULONG *d;
975 int width;
977 int dmax;
979 int neg;
981 int flags;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/
H A Dbn.h957 struct bignum_st { struct
960 BN_ULONG *d;
975 int width;
977 int dmax;
979 int neg;
981 int flags;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dbn.h313 struct bignum_st { struct
314 BN_ULONG *d; /* Pointer to an array of 'BN_BITS2' bit
316 int top; /* Index of last used d +1. */
318 int dmax; /* Size of the d array. */
319 int neg; /* one if the number is negative */
320 int flags;