Home
last modified time | relevance | path

Searched refs:m (Results 151 – 175 of 194) sorted by relevance

12345678

/openssl/include/crypto/
H A Drsa.h112 int ossl_rsa_verify(int dtype, const unsigned char *m,
/openssl/crypto/evp/
H A De_aes.c994 int m; member
1979 len -= EVP_CCM_TLS_EXPLICIT_IV_LEN + cctx->aes.ccm.m; in s390x_aes_ccm_tls_cipher()
1998 return len + EVP_CCM_TLS_EXPLICIT_IV_LEN + cctx->aes.ccm.m; in s390x_aes_ccm_tls_cipher()
2002 cctx->aes.ccm.m)) in s390x_aes_ccm_tls_cipher()
2130 cctx->aes.ccm.m)) in s390x_aes_ccm_cipher()
2160 cctx->aes.ccm.m = 12; in s390x_aes_ccm_ctrl()
2188 if (len < cctx->aes.ccm.m) in s390x_aes_ccm_ctrl()
2192 len -= cctx->aes.ccm.m; in s390x_aes_ccm_ctrl()
2199 return cctx->aes.ccm.m; in s390x_aes_ccm_ctrl()
2234 cctx->aes.ccm.m = arg; in s390x_aes_ccm_ctrl()
[all …]
/openssl/doc/man3/
H A DEC_GROUP_new.pod86 The second form is those defined over a binary field F2^m where the elements of
87 the field are integers of length at most m bits. For this form the elliptic
129 over Fp I<p> is the prime for the field. For a curve over F2^m I<p> represents
H A DEC_GFp_simple_method.pod38 For F2^m curves there is only one implementation choice, i.e. EC_GF2_simple_method.
/openssl/crypto/perlasm/
H A Ds390x.pm3066 my $m=shift;
3068 $m=defined($m)?(eval($m)):(0);
3069 confess(err("PARSE")) if (!defined($m));
3070 confess(err("ARGRANGE")) if ($m&~0xf);
3072 return $m;
/openssl/test/
H A Ddane-cross.in43 xOgAExfz3Tf/pjsLaha5aWH7NyCSKWC+lYkIOJ/Kb/m/6QsDJoXsEC8AhrPfqJhz
H A Dectest.c1317 BIGNUM *n = NULL, *m = NULL, *order = NULL, *yplusone = NULL; in nistp_single_test() local
1330 || !TEST_ptr(m = BN_new()) in nistp_single_test()
1379 || !TEST_true(BN_rshift(m, n, 1))) in nistp_single_test()
1384 EC_POINT_mul(NISTP, Q, m, NULL, NULL, ctx); in nistp_single_test()
1388 EC_POINT_mul(NISTP, Q, NULL, P, m, ctx); in nistp_single_test()
1400 EC_POINT_mul(NISTP, Q, m, NULL, NULL, ctx); in nistp_single_test()
1404 EC_POINT_mul(NISTP, Q, NULL, P, m, ctx); in nistp_single_test()
1420 if (!TEST_true(BN_set_word(m, 32)) in nistp_single_test()
1424 || !TEST_true(EC_POINT_mul(NISTP, Q, m, P, n, ctx)) in nistp_single_test()
1436 BN_free(m); in nistp_single_test()
H A Dendecode_test.c35 #define TEST_FL_mem_eq(a, m, b, n) test_mem_eq(file, line, #a, #b, a, m, b, n) argument
37 #define TEST_FL_strn2_eq(a, m, b, n) test_strn_eq(file, line, #a, #b, a, m, b, n) argument
H A Devp_libctx_test.c812 static void string_free(char *m) in string_free() argument
814 OPENSSL_free(m); in string_free()
H A DREADME-external.md146 $ git commit -m `"Updated <submodule> to latest commit"`
/openssl/crypto/
H A Dia64cpuid.S47 { .mib; nop.m 0
84 { .mfb; nop.m 0
/openssl/
H A DConfigure2516 # $m = module path (within the inclusion path)
2519 my $i; my $i2; my $m; my $d; my $d2;
2523 $m = $2;
2525 $d = cleanfile($sourced, "$i/$m", $blddir, 1);
2526 $d2 = cleanfile($buildd, "$i/$m", $blddir);
2548 $d = "$i|$m";
H A Dconfigdata.pm.in292 next if $_ =~ m|^_| || $_ eq 'template';
/openssl/apps/
H A DCA.pl.in63 if ( $arg !~ m/-extra-([a-z0-9]+)/ ) {
/openssl/ssl/statem/
H A Dstatem_srvr.c2034 int m, comp_id = s->session->compress_meth; in tls_early_post_process_client_hello() local
2044 for (m = 0; m < sk_SSL_COMP_num(sctx->comp_methods); m++) { in tls_early_post_process_client_hello()
2045 comp = sk_SSL_COMP_value(sctx->comp_methods, m); in tls_early_post_process_client_hello()
2070 int m, nn, v, done = 0; in tls_early_post_process_client_hello() local
2074 for (m = 0; m < nn; m++) { in tls_early_post_process_client_hello()
2075 comp = sk_SSL_COMP_value(sctx->comp_methods, m); in tls_early_post_process_client_hello()
/openssl/crypto/ec/
H A Dec_key.c515 int m = EC_GROUP_get_degree(key->group); in ec_key_public_range_check() local
516 if (BN_num_bits(x) > m || BN_num_bits(y) > m) { in ec_key_public_range_check()
/openssl/test/recipes/04-test_pem_reading_data/
H A Ddsa-threecolumn.pem19 0m+
/openssl/doc/man7/
H A DEVP_KDF-KRB5KDF.pod67 unsigned char constant[] = "I'm a constant";
/openssl/crypto/x509/
H A Dx509_lu.c268 X509_LOOKUP *X509_STORE_add_lookup(X509_STORE *xs, X509_LOOKUP_METHOD *m) in X509_STORE_add_lookup() argument
277 if (m == lu->method) { in X509_STORE_add_lookup()
282 lu = X509_LOOKUP_new(m); in X509_STORE_add_lookup()
/openssl/util/
H A Dcheck-format-test-negatives.c257 #define m \ macro
/openssl/crypto/bio/
H A Dbss_conn.c58 static int conn_sendmmsg(BIO *h, BIO_MSG *m, size_t s, size_t n,
60 static int conn_recvmmsg(BIO *h, BIO_MSG *m, size_t s, size_t n,
/openssl/providers/implementations/keymgmt/
H A Dec_kmgmt.c592 int ret = 0, m; in ec_get_ecm_params()
609 m = EC_GROUP_get_degree(group); in ec_get_ecm_params()
610 if (!ossl_param_build_set_int(NULL, params, OSSL_PKEY_PARAM_EC_CHAR2_M, m) in ec_get_ecm_params()
/openssl/include/openssl/
H A Dec.h880 const EC_POINT *p[], const BIGNUM *m[],
894 const EC_POINT *q, const BIGNUM *m, BN_CTX *ctx);
/openssl/Configurations/
H A Dunix-Makefile.tmpl1618 } elsif ($gen0 =~ m|^.*\.in$|) {
1629 # Compute (i)nclusion directory, (m)odule name and (d)ependency
1630 my $i, $m, $d;
1636 $m = $d;
1637 $m =~ s|\.pm$||;
1639 $m =~ s|/|::|g;
1645 $m = basename($x, '.pm');
1651 push @perlmodules, '"-M'.$m.'"' if $m;
1936 …target{shared_fipsflag} if (defined $target{shared_fipsflag} && $shared_def =~ m/providers\/fips/);
/openssl/test/ssl-tests/
H A D04-client_auth.cnf.in43 if ($protocol_name =~ m/^DTLS/) {

Completed in 167 milliseconds

12345678