Home
last modified time | relevance | path

Searched defs:m (Results 1 – 25 of 94) sorted by relevance

1234

/openssl/crypto/sha/
H A Dsha1_one.c26 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 Dbn_mod.c13 int BN_nnmod(BIGNUM *r, const BIGNUM *m, const BIGNUM *d, BN_CTX *ctx) in BN_nnmod()
33 int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, in BN_mod_add()
54 const BIGNUM *m) in bn_mod_add_fixed_top()
103 const BIGNUM *m) in BN_mod_add_quick()
113 int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, in BN_mod_sub()
136 const BIGNUM *m) in bn_mod_sub_fixed_top()
190 const BIGNUM *m) in BN_mod_sub_quick()
234 int BN_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx) in BN_mod_sqr()
254 int BN_mod_lshift1_quick(BIGNUM *r, const BIGNUM *a, const BIGNUM *m) in BN_mod_lshift1_quick()
264 int BN_mod_lshift(BIGNUM *r, const BIGNUM *a, int n, const BIGNUM *m, in BN_mod_lshift()
[all …]
H A Dbn_s390x.c24 const BIGNUM *m) in s390x_mod_exp_hw()
63 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) in s390x_mod_exp()
132 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) in s390x_mod_exp()
H A Dbn_recp.c82 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 Dbn_exp.c97 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 Drsaz_exp.h70 const BN_ULONG *m, in bn_reduce_once_in_place()
H A Dbn_shift.c109 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 Dquic_thread_assist.c23 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 Dword.h66 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 Dfcrypt_b.c23 #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 Drsa_saos.c24 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 Drsa_sign.c243 const unsigned char *m, size_t m_len) in encode_pkcs1()
271 int RSA_sign(int type, const unsigned char *m, unsigned int m_len, in RSA_sign()
329 int ossl_rsa_verify(int type, const unsigned char *m, unsigned int m_len, in ossl_rsa_verify()
445 int RSA_verify(int type, const unsigned char *m, unsigned int m_len, in RSA_verify()
/openssl/crypto/mdc2/
H A Dmdc2_one.c23 static unsigned char m[MDC2_DIGEST_LENGTH]; in MDC2() local
/openssl/crypto/ripemd/
H A Drmd_one.c24 static unsigned char m[RIPEMD160_DIGEST_LENGTH]; in RIPEMD160() local
/openssl/crypto/md2/
H A Dmd2_one.c28 static unsigned char m[MD2_DIGEST_LENGTH]; in MD2() local
/openssl/crypto/md5/
H A Dmd5_one.c28 static unsigned char m[MD5_DIGEST_LENGTH]; in MD5() local
/openssl/crypto/md4/
H A Dmd4_one.c28 static unsigned char m[MD4_DIGEST_LENGTH]; in MD4() local
/openssl/crypto/evp/
H A Devp_cnf.c39 int m; in alg_module_init() local
H A Dp_verify.c21 unsigned char m[EVP_MAX_MD_SIZE]; in EVP_VerifyFinal_ex() local
/openssl/crypto/ffc/
H A Dffc_key_generate.c26 BIGNUM *m, *two_powN = NULL; in ossl_ffc_generate_private_key() local
/openssl/test/
H A Dmoduleloadtest.c42 const char *m, *s; in main() local
H A Dexptest.c48 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 Dpem_sign.c31 unsigned char *m; in PEM_SignFinal() local
/openssl/demos/pkcs12/
H A Dpkread.c21 int n, m; in find_friendly_name() local
/openssl/crypto/
H A Do_time.c179 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()

Completed in 49 milliseconds

1234