Home
last modified time | relevance | path

Searched refs:C (Results 176 – 200 of 358) sorted by relevance

12345678910>>...15

/openssl/fuzz/corpora/conf/
H A D3b7edea68d0cf4ccd6c736c5301288db4af32ad3223 C::=�
H A D22c2eaeac44a1a5e85a059e91b71f4924214edf367 C::=9
/openssl/include/openssl/
H A Dfipskey.h.in17 extern "C" {
/openssl/test/recipes/30-test_evp_data/
H A Devppkey_ffdhe.txt32 /jsbTG+tczu1/LwuwiAFxY7xg30Wg7LG80omwbLv+ohrQjhhKFyX//////////8C
43 /jsbTG+tczu1/LwuwiAFxY7xg30Wg7LG80omwbLv+ohrQjhhKFyX//////////8C
413 58C/g5aQb2XPJE08E2pmeXJJTqROWHXNrkTOnJfWoHsxTHwpmjzDUkZ2jUowDhEA
452 u/3lMGd/DZfRHUn3qEQ9CCLlBqn0YU4BHiqUg4/4jNaMi7fFxkJM//////////8C
480 u/3lMGd/DZfRHUn3qEQ9CCLlBqn0YU4BHiqUg4/4jNaMi7fFxkJM//////////8C
512 w5PuVX6sUC8jOLiJCHFypVeTmZQtfB9+OHxUe7fYN+XYEGeZBfFt4f1b05AjH2/C
/openssl/Configurations/
H A DREADME.md48 used (for example on Unix, where the C
51 cpp => The C preprocessor command, normally not
54 cppflags => Default C preprocessor flags [4].
69 cxx => The C++ compiler command, usually one of
73 C++ source.
74 cflags => Defaults C compiler flags [4].
75 cxxflags => Default C++ compiler flags [4]. If unset,
91 shared_cppflags => Extra C preprocessor flags used when
92 processing C files for shared libraries.
93 shared_cflag => Extra C compiler flags used when compiling
[all …]
/openssl/doc/man1/
H A Dopenssl.pod547 The separator is C<;> for MS-Windows, C<,> for OpenVMS, and C<:> for
611 A special case is the C<loader_attic> engine, which
615 Using the C<file:> schema is optional; a plain file (path) name will do.
620 OpenSSL engine key loading URI scheme C<org.openssl.engine:> to retrieve
626 Where C<{engineid}> is the identity/name of the engine, and C<{keyid}> is a
635 their own L<OSSL_STORE_LOADER(3)>, C<org.openssl.engine:> should not be
848 The interactive mode, which could be invoked by running C<openssl>
850 that program with no arguments is now equivalent to C<openssl help>.
H A Dopenssl-mac.pod.in61 To see the list of supported digests, use C<openssl list -digest-commands>.
119 To see the list of supported MAC's use the command C<openssl list
154 Use C<openssl list -mac-algorithms> to list them.
H A Dopenssl-cmds.pod.in72 view the manual page for the B<openssl dgst> command, type C<man openssl-dgst>.
144 Initially, the manual page entry for the C<openssl I<cmd>> command used
/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha256_hw.c107 unsigned int A[8], B[8], C[8], D[8], E[8], F[8], G[8], H[8]; member
194 mctx->C[i] = sctx->md.h[2]; in tls1_multi_block_encrypt()
303 blocks[i].d[2] = BSWAP4(mctx->C[i]); in tls1_multi_block_encrypt()
304 mctx->C[i] = sctx->tail.h[2]; in tls1_multi_block_encrypt()
322 PUTU32(blocks[i].c + 8, mctx->C[i]); in tls1_multi_block_encrypt()
323 mctx->C[i] = sctx->tail.h[2]; in tls1_multi_block_encrypt()
356 PUTU32(out + 8, mctx->C[i]); in tls1_multi_block_encrypt()
/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha1.c143 unsigned int A[8], B[8], C[8], D[8], E[8]; member
227 ctx->C[i] = key->md.h2; in tls1_1_multi_block_encrypt()
333 blocks[i].d[2] = BSWAP4(ctx->C[i]); in tls1_1_multi_block_encrypt()
334 ctx->C[i] = key->tail.h2; in tls1_1_multi_block_encrypt()
346 PUTU32(blocks[i].c + 8, ctx->C[i]); in tls1_1_multi_block_encrypt()
347 ctx->C[i] = key->tail.h2; in tls1_1_multi_block_encrypt()
374 PUTU32(out + 8, ctx->C[i]); in tls1_1_multi_block_encrypt()
H A De_aes_cbc_hmac_sha256.c137 unsigned int A[8], B[8], C[8], D[8], E[8], F[8], G[8], H[8]; member
222 ctx->C[i] = key->md.h[2]; in tls1_1_multi_block_encrypt()
331 blocks[i].d[2] = BSWAP4(ctx->C[i]); in tls1_1_multi_block_encrypt()
332 ctx->C[i] = key->tail.h[2]; in tls1_1_multi_block_encrypt()
350 PUTU32(blocks[i].c + 8, ctx->C[i]); in tls1_1_multi_block_encrypt()
351 ctx->C[i] = key->tail.h[2]; in tls1_1_multi_block_encrypt()
384 PUTU32(out + 8, ctx->C[i]); in tls1_1_multi_block_encrypt()
/openssl/doc/man3/
H A DX509_NAME_print_ex.pod95 C<ASN1_STRFLGS_RFC2253 | XN_FLAG_SEP_COMMA_PLUS | XN_FLAG_DN_REV
99 C<ASN1_STRFLGS_RFC2253 | ASN1_STRFLGS_ESC_QUOTE | XN_FLAG_SEP_CPLUS_SPC
103 C<ASN1_STRFLGS_ESC_CTRL | ASN1_STRFLGS_ESC_MSB | XN_FLAG_SEP_MULTILINE
H A DSSL_CTX_dane_enable.pod58 By default, matching type C<SHA2-256(1)> (see RFC7218 for definitions
59 of the DANE TLSA parameter acronyms) is mapped to C<EVP_sha256()>
60 with a strength ordinal of C<1> and matching type C<SHA2-512(2)>
61 is mapped to C<EVP_sha512()> with a strength ordinal of C<2>.
171 not match the digest algorithm, or a C<Full(0)> (binary ASN.1 DER form)
H A DX509_STORE_CTX_get_error.pod136 The public key in the certificate C<SubjectPublicKeyInfo> field could
149 The certificate is not yet valid: the C<notBefore> date is after the
154 The certificate has expired: that is the C<notAfter> date is before the
168 The certificate C<notBefore> field contains an invalid time.
173 The certificate C<notAfter> field contains an invalid time.
183 The CRL C<nextUpdate> field contains an invalid time.
264 The current candidate issuer certificate was rejected because its C<keyUsage>
H A DEVP_PKEY_is_a.pod32 be named both C<RSA> and C<rsaEncryption>.
/openssl/test/certs/
H A Dcyrillic.utf810 …Subject: C=RU, ST=Москва, L=Москва, O=Дмитрий Белявский, OU=Я, CN=Dmitry Belyavskiy, emailAddress=…
38 A5:77:E3:20:78:77:2A:94:BF:62:8B:0E:61:4B:23:3E:BA:B7:04:1C
H A Dcyrillic.msb10 …Subject: C=RU, ST=\U041C\U043E\U0441\U043A\U0432\U0430, L=\U041C\U043E\U0441\U043A\U0432\U0430, O=…
38 A5:77:E3:20:78:77:2A:94:BF:62:8B:0E:61:4B:23:3E:BA:B7:04:1C
/openssl/crypto/md4/
H A Dmd4_local.h29 ll=(c)->C; (void)HOST_l2c(ll,(s)); \
/openssl/
H A DAUTHORS.md40 * Paul C. Sutton
H A DINSTALL.md54 * an ANSI C compiler
243 C:\Program Files\OpenSSL
247 C:\Program Files (x86)\OpenSSL
363 `C:\Program Files` by `C:\Program Files (x86)`.
573 the C++ compiler. If not, the C++ build test will most likely break. As an
1054 CC The C compiler.
1056 CXX The C++ compiler.
1058 CPP The C/C++ preprocessor.
1059 CPPFLAGS Flags for the C/C++ preprocessor.
1108 If `CC` is set, it is advisable to also set `CXX` to ensure both the C and C++
[all …]
/openssl/doc/
H A Dfingerprints.txt22 B7C1 C143 60F3 53A3 6862 E4D5 231C 84CD DCC6 9C45
/openssl/demos/cms/
H A Dsigner.pem40 KIdRcv+NXkhXF/DLIn0jJvI53OtKsbgTv/C+aCipblofnO9sF4AhShq1AoGBANjj
/openssl/demos/smime/
H A Dsigner.pem40 KIdRcv+NXkhXF/DLIn0jJvI53OtKsbgTv/C+aCipblofnO9sF4AhShq1AoGBANjj
/openssl/crypto/aes/
H A Daes_x86core.c85 #define U64(C) C##UI64 argument
88 #define U64(C) C##UL argument
91 #define U64(C) C##ULL argument
/openssl/crypto/sha/asm/
H A Dsha512-parisc.pl104 @V=($A,$B,$C,$D,$E,$F,$G,$H)=("%r17","%r18","%r19","%r20","%r21","%r22","%r23","%r28");
287 $LD `2*$SZ`($ctx),$C
346 addl @X[2],$C,$C
349 $ST $C,`2*$SZ`($ctx)

Completed in 64 milliseconds

12345678910>>...15