/openssl/crypto/sha/ |
H A D | sha1_one.c | 26 static unsigned char m[SHA_DIGEST_LENGTH]; in ossl_sha1() local 40 static unsigned char m[SHA_DIGEST_LENGTH]; in SHA1() local 49 static unsigned char m[SHA224_DIGEST_LENGTH]; in SHA224() local 58 static unsigned char m[SHA256_DIGEST_LENGTH]; in SHA256() local 67 static unsigned char m[SHA384_DIGEST_LENGTH]; in SHA384() local 76 static unsigned char m[SHA512_DIGEST_LENGTH]; in SHA512() local
|
/openssl/crypto/bn/ |
H A D | bn_mod.c | 14 int BN_nnmod(BIGNUM *r, const BIGNUM *m, const BIGNUM *d, BN_CTX *ctx) in BN_nnmod() 34 int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, in BN_mod_add() 55 const BIGNUM *m) in bn_mod_add_fixed_top() 104 const BIGNUM *m) in BN_mod_add_quick() 114 int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, in BN_mod_sub() 137 const BIGNUM *m) in bn_mod_sub_fixed_top() 191 const BIGNUM *m) in BN_mod_sub_quick() 235 int BN_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx) in BN_mod_sqr() 255 int BN_mod_lshift1_quick(BIGNUM *r, const BIGNUM *a, const BIGNUM *m) in BN_mod_lshift1_quick() 265 int BN_mod_lshift(BIGNUM *r, const BIGNUM *a, int n, const BIGNUM *m, in BN_mod_lshift() [all …]
|
H A D | bn_s390x.c | 24 const BIGNUM *m) in s390x_mod_exp_hw() 72 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) in s390x_mod_exp() 150 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) in s390x_mod_exp()
|
H A D | bn_recp.c | 82 int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, in BN_div_recp() 172 int BN_reciprocal(BIGNUM *r, const BIGNUM *m, int len, BN_CTX *ctx) in BN_reciprocal()
|
H A D | bn_exp.c | 97 int BN_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, in BN_mod_exp() 170 const BIGNUM *m, BN_CTX *ctx) in BN_mod_exp_recp() 313 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *in_mont) in BN_mod_exp_mont() 610 const BIGNUM *m, BN_CTX *ctx, in BN_mod_exp_mont_consttime() 1164 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *in_mont) in BN_mod_exp_mont_word() 1172 #define BN_MOD_MUL_WORD(r, w, m) \ in BN_mod_exp_mont_word() argument 1312 const BIGNUM *m, BN_CTX *ctx) in BN_mod_exp_simple()
|
H A D | rsaz_exp.h | 70 const BN_ULONG *m, in bn_reduce_once_in_place()
|
H A D | bn_shift.c | 109 BN_ULONG l, m, rmask = 0; in bn_lshift_fixed_top() local 181 BN_ULONG l, m, mask; in bn_rshift_fixed_top() local
|
/openssl/ssl/quic/ |
H A D | quic_thread_assist.c | 23 CRYPTO_MUTEX *m = ossl_quic_channel_get_mutex(qta->ch); in assist_thread_main() local 114 CRYPTO_MUTEX *m = ossl_quic_channel_get_mutex(qta->ch); in ossl_quic_thread_assist_wait_stopped() local
|
/openssl/crypto/ec/curve448/ |
H A D | word.h | 66 static ossl_inline c448_bool_t mask_to_bool(mask_t m) in mask_to_bool() 71 static ossl_inline mask_t bool_to_mask(c448_bool_t m) in bool_to_mask()
|
/openssl/crypto/des/ |
H A D | fcrypt_b.c | 23 #define PERM_OP(a,b,t,n,m) ((t)=((((a)>>(n))^(b))&(m)),\ argument 28 #define HPERM_OP(a,t,n,m) ((t)=((((a)<<(16-(n)))^(a))&(m)),\ argument
|
/openssl/crypto/rsa/ |
H A D | rsa_saos.c | 24 const unsigned char *m, unsigned int m_len, in RSA_sign_ASN1_OCTET_STRING() 58 const unsigned char *m, in RSA_verify_ASN1_OCTET_STRING()
|
H A D | rsa_sign.c | 259 const unsigned char *m, size_t m_len) in encode_pkcs1() 287 int RSA_sign(int type, const unsigned char *m, unsigned int m_len, in RSA_sign() 345 int ossl_rsa_verify(int type, const unsigned char *m, unsigned int m_len, in ossl_rsa_verify() 461 int RSA_verify(int type, const unsigned char *m, unsigned int m_len, in RSA_verify()
|
/openssl/crypto/mdc2/ |
H A D | mdc2_one.c | 23 static unsigned char m[MDC2_DIGEST_LENGTH]; in MDC2() local
|
/openssl/crypto/ripemd/ |
H A D | rmd_one.c | 24 static unsigned char m[RIPEMD160_DIGEST_LENGTH]; in RIPEMD160() local
|
/openssl/crypto/md2/ |
H A D | md2_one.c | 28 static unsigned char m[MD2_DIGEST_LENGTH]; in MD2() local
|
/openssl/crypto/md5/ |
H A D | md5_one.c | 28 static unsigned char m[MD5_DIGEST_LENGTH]; in MD5() local
|
/openssl/crypto/md4/ |
H A D | md4_one.c | 28 static unsigned char m[MD4_DIGEST_LENGTH]; in MD4() local
|
/openssl/crypto/evp/ |
H A D | evp_cnf.c | 39 int m; in alg_module_init() local
|
H A D | p_verify.c | 21 unsigned char m[EVP_MAX_MD_SIZE]; in EVP_VerifyFinal_ex() local
|
/openssl/crypto/ffc/ |
H A D | ffc_key_generate.c | 26 BIGNUM *m, *two_powN = NULL; in ossl_ffc_generate_private_key() local
|
/openssl/test/ |
H A D | moduleloadtest.c | 42 const char *m, *s; in main() local
|
H A D | exptest.c | 48 BIGNUM *a = NULL, *p = NULL, *m = NULL; in test_mod_exp_zero() local 162 BIGNUM *m = NULL; in test_mod_exp() local
|
/openssl/crypto/pem/ |
H A D | pem_sign.c | 31 unsigned char *m; in PEM_SignFinal() local
|
/openssl/demos/pkcs12/ |
H A D | pkread.c | 21 int n, m; in find_friendly_name() local
|
/openssl/crypto/ |
H A D | o_time.c | 179 static long date_to_julian(int y, int m, int d) in date_to_julian() 186 static void julian_to_date(long jd, int *y, int *m, int *d) in julian_to_date()
|