Home
last modified time | relevance | path

Searched refs:m (Results 101 – 125 of 194) sorted by relevance

12345678

/openssl/test/certs/
H A Dee-codesign-serverauth.pem18 NjNoFebf6p842zU9EH8tF/m+CkCPAHpGOsrc1+bf77jpmX4=
H A Dca-name2.pem12 hD18gJrJU5xNcvejUjANBgkqhkiG9w0BAQsFAAOCAQEAa+4h7d7XCtWfWLes/m+V
H A Dee-cert.pem15 xOgAExfz3Tf/pjsLaha5aWH7NyCSKWC+lYkIOJ/Kb/m/6QsDJoXsEC8AhrPfqJhz
H A Dee-cert-3072.pem18 m+08U/yWDOB9Hb9/tjmNyPMx4ttrhnsvTMwtEafYod0hTsDpyGpz0icjE6GrX/Y4
H A Dee-cert-policies-bad.pem14 CSqGSIb3DQEBCwUAA4IBAQArwtwNO++7kStcJeMg3ekz2D/m/8UEjTA1rknBjQiQ
H A Dbad-pc6-cert.pem10 Vs5hi4PYiuU2QDhLOms0m4Fs54mRjRQ/m/I4L/j2R4051xLO1ya5UrZWepkvd4Uk
H A Dee+serverAuth.pem15 xOgAExfz3Tf/pjsLaha5aWH7NyCSKWC+lYkIOJ/Kb/m/6QsDJoXsEC8AhrPfqJhz
H A Dee-serverAuth.pem15 xOgAExfz3Tf/pjsLaha5aWH7NyCSKWC+lYkIOJ/Kb/m/6QsDJoXsEC8AhrPfqJhz
H A Dleaf.key24 IMGregcCgYBC8bS7zk6KNDy8q2uC/m/g6LRMxpb8G4jsrcLoyuJs3zDckBjQuLJQ
H A Dleaf-encrypted.key10 m/3K2pLahjOeGZAmhGUi0fZPZhaq37IQKwuzLDuYw1CkR7LhaJcJ9V1vXMPePgCY
H A DembeddedSCTs1_issuer-key.pem21 m+h/iPUrYMa5LEvXP3yemwKBgDhWCSxGVlvuIO9ZrXRufg+7+aqWVDd6fT7caJJH
/openssl/doc/man3/
H A DSSL_CTX_set_split_send_fragment.pod18 long SSL_set_max_send_fragment(SSL *ssl, long m);
20 long SSL_CTX_set_max_pipelines(SSL_CTX *ctx, long m);
21 long SSL_set_max_pipelines(SSL_CTX *ssl, long m);
23 long SSL_CTX_set_split_send_fragment(SSL_CTX *ctx, long m);
24 long SSL_set_split_send_fragment(SSL *ssl, long m);
H A DBN_BLINDING_new.pod32 const BIGNUM *e, BIGNUM *m, BN_CTX *ctx,
36 const BIGNUM *m,
85 using the exponent B<e> and the modulus B<m>. B<bn_mod_exp> and
/openssl/test/recipes/15-test_dsaparam_data/valid/
H A Dp2048_q160_t1862_gind1.pem13 m+RhuXnP8UzBtsUdz+7Z+EioRB4=
/openssl/providers/implementations/ciphers/
H A Dcipher_aria_ccm_hw.c22 CRYPTO_ccm128_init(&ctx->ccm_ctx, ctx->m, ctx->l, &actx->ks.ks, in ccm_aria_initkey()
H A Dcipher_aes_ccm_hw_s390x.inc24 /* Store encoded m and l. */
26 | (((ctx->m - 2) >> 1) & 0x7) << 3;
214 if (tlen > ctx->m)
244 if (CRYPTO_memcmp(sctx->ccm.s390x.kmac.icv.b, expected_tag, ctx->m) != 0)
/openssl/crypto/whrlpool/
H A Dwp_dgst.c256 static unsigned char m[WHIRLPOOL_DIGEST_LENGTH]; in WHIRLPOOL() local
259 md = m; in WHIRLPOOL()
/openssl/crypto/rand/
H A Drandfile.c58 # define S_ISREG(m) ((m) & S_IFREG) argument
/openssl/crypto/dsa/
H A Ddsa_ossl.c81 BIGNUM *m, *blind, *blindm, *tmp; in ossl_dsa_do_sign_int() local
110 m = BN_CTX_get(ctx); in ossl_dsa_do_sign_int()
129 if (BN_bin2bn(dgst, dlen, m) == NULL) in ossl_dsa_do_sign_int()
162 if (!BN_mod_mul(blindm, blind, m, dsa->params.q, ctx)) in ossl_dsa_do_sign_int()
/openssl/crypto/dh/
H A Ddh_local.h51 const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx,
/openssl/crypto/des/
H A Ddes_local.h195 # define PERM_OP(a,b,t,n,m) ((t)=((((a)>>(n))^(b))&(m)),\ argument
/openssl/test/recipes/80-test_cmp_http_data/Mock/
H A Dsigner.key24 IMGregcCgYBC8bS7zk6KNDy8q2uC/m/g6LRMxpb8G4jsrcLoyuJs3zDckBjQuLJQ
H A Dnew.key24 IMGregcCgYBC8bS7zk6KNDy8q2uC/m/g6LRMxpb8G4jsrcLoyuJs3zDckBjQuLJQ
/openssl/crypto/ec/
H A Dec_asn1.c35 int32_t m; member
120 ASN1_EMBED(X9_62_CHARACTERISTIC_TWO, m, INT32),
242 char_two->m = (long)EC_GROUP_get_degree(group); in ec_asn1_group2fieldid()
574 field_bits = char_two->m; in EC_GROUP_new_from_ecparameters()
598 if (!(char_two->m > tmp_long && tmp_long > 0)) { in EC_GROUP_new_from_ecparameters()
604 if (!BN_set_bit(p, (int)char_two->m)) in EC_GROUP_new_from_ecparameters()
620 (char_two->m > penta->k3 && penta->k3 > penta->k2 in EC_GROUP_new_from_ecparameters()
627 if (!BN_set_bit(p, (int)char_two->m)) in EC_GROUP_new_from_ecparameters()
/openssl/test/
H A Dbio_base64_test.c362 static int quotrem(int i, unsigned int m, int *q) in quotrem() argument
364 *q = i / m; in quotrem()
365 return i - *q * m; in quotrem()

Completed in 49 milliseconds

12345678