Home
last modified time | relevance | path

Searched defs:m (Results 26 – 50 of 95) sorted by relevance

1234

/openssl/crypto/rc5/
H A Drc5_skey.c23 int i, j, m, c, t, ii, jj; in RC5_32_set_key() local
/openssl/fuzz/
H A Dtest-corpus.c34 # define S_ISREG(m) ((m) & S_IFREG) argument
/openssl/crypto/evp/
H A Dp_sign.c21 unsigned char m[EVP_MAX_MD_SIZE]; in EVP_SignFinal_ex() local
/openssl/test/testutil/
H A Dformat_output.c30 static void test_string_null_empty(const char *m, char c) in test_string_null_empty()
138 void test_output_string(const char *name, const char *m, size_t l) in test_output_string()
150 static void hex_convert_memory(const unsigned char *m, size_t n, char *b, in hex_convert_memory()
412 static void test_memory_null_empty(const unsigned char *m, char c) in test_memory_null_empty()
530 void test_output_memory(const char *name, const unsigned char *m, size_t l) in test_output_memory()
/openssl/test/
H A Dx509_time_test.c403 int y, m, d; member
540 BIO *m; in test_x509_time_print_rfc_822() local
568 BIO *m; in test_x509_time_print_iso_8601() local
/openssl/crypto/rsa/
H A Drsa_chk.c24 BIGNUM *i, *j, *k, *l, *m; in rsa_validate_keypair_multiprime() local
H A Drsa_meth.c193 const BIGNUM *m, in RSA_meth_set_bn_mod_exp()
235 int (*sign) (int type, const unsigned char *m, in RSA_meth_set_sign()
253 int (*verify) (int dtype, const unsigned char *m, in RSA_meth_set_verify()
/openssl/crypto/asn1/
H A Df_string.c48 int i, j, k, m, n, again, bufsize; in a2i_ASN1_STRING() local
H A Df_int.c54 int i, j, k, m, n, again, bufsize; in a2i_ASN1_INTEGER() local
/openssl/crypto/aes/
H A Daes_x86core.c601 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; in AES_set_decrypt_key() local
913 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; in AES_decrypt() local
990 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; in AES_decrypt() local
/openssl/crypto/bn/
H A Dbn_div.c115 static BN_ULONG bn_div_3_words(const BN_ULONG *m, BN_ULONG d1, BN_ULONG d0) in bn_div_3_words()
143 BN_ULONG *d = num->d, n, m, rmask; in bn_left_align() local
H A Dbn_exp2.c17 const BIGNUM *a2, const BIGNUM *p2, const BIGNUM *m, in BN_mod_exp2_mont()
H A Dbn_blind.c233 const BIGNUM *e, BIGNUM *m, BN_CTX *ctx, in BN_BLINDING_create_param()
237 const BIGNUM *m, in BN_BLINDING_create_param()
H A Dbn_nist.c285 # define bn_cp_64(to, n, from, m) (to)[n] = (m>=0)?((from)[m]):0; argument
291 # define bn_cp_32_naked(to, n, from, m) (((n)&1)?(to[(n)/2]|=((m)&1)?(from[(m)/2]&BN_MASK2h):(from… argument
294 # define bn_cp_32(to,n,from,m) ((m)>=0)?bn_cp_32_naked(to,n,from,m):bn_32_set_0(to,n) argument
303 # define bn_cp_64(to, n, from, m) \ argument
313 # define bn_cp_32(to, n, from, m) (to)[n] = (m>=0)?((from)[m]):0; argument
H A Dbn_conv.c123 int neg = 0, h, m, i, j, k, c; in BN_hex2bn() local
/openssl/crypto/ffc/
H A Dffc_params_generate.c319 int m = *retm; in generate_q_fips186_4() local
396 int i, r, ret = 0, m = *retm; in generate_q_fips186_2() local
528 int n = 0, m = 0, qsize; in ossl_ffc_params_FIPS186_4_gen_verify() local
822 int n = 0, m = 0; in ossl_ffc_params_FIPS186_2_gen_verify() local
/openssl/crypto/whrlpool/
H A Dwp_dgst.c256 static unsigned char m[WHIRLPOOL_DIGEST_LENGTH]; in WHIRLPOOL() local
/openssl/crypto/x509/
H A Dx_crl.c491 X509_CRL_METHOD *m = OPENSSL_malloc(sizeof(*m)); in X509_CRL_METHOD_new() local
503 void X509_CRL_METHOD_free(X509_CRL_METHOD *m) in X509_CRL_METHOD_free()
/openssl/crypto/property/
H A Dproperty_parse.c32 static int match_ch(const char *t[], char m) in match_ch()
43 #define MATCH(s, m) match(s, m, sizeof(m) - 1) argument
45 static int match(const char *t[], const char m[], size_t m_len) in match()
/openssl/apps/lib/
H A Dopt.c601 intmax_t m; in opt_intmax() local
630 uintmax_t m; in opt_uintmax() local
657 long m; in opt_intmax() local
667 unsigned long m; in opt_uintmax() local
/openssl/crypto/des/
H A Dset_key.c139 #define HPERM_OP(a,t,n,m) ((t)=((((a)<<(16-(n)))^(a))&(m)),\ argument
/openssl/crypto/rand/
H A Drandfile.c58 # define S_ISREG(m) ((m) & S_IFREG) argument
/openssl/crypto/ec/
H A Dec2_oct.c261 int y_bit, m; in ossl_ec_GF2m_simple_oct2point() local
H A Decdsa_ossl.c276 BIGNUM *kinv = NULL, *s, *m = NULL; in ossl_ecdsa_simple_sign_sig() local
450 BIGNUM *u1, *u2, *m, *X; in ossl_ecdsa_simple_verify_sig() local
/openssl/apps/
H A Dlist.c161 static void legacy_md_fn(const EVP_MD *m, in legacy_md_fn()
212 const EVP_MD *m = sk_EVP_MD_value(digests, i); in list_digests() local
273 const EVP_MAC *m = sk_EVP_MAC_value(macs, i); in list_macs() local
407 const EVP_RAND *m = sk_EVP_RAND_value(rands, i); in list_random_generators() local
1232 const OSSL_STORE_LOADER *m = sk_OSSL_STORE_LOADER_value(stores, i); in list_store_loaders() local

Completed in 66 milliseconds

1234