Home
last modified time | relevance | path

Searched refs:thing (Results 1 – 25 of 52) sorted by relevance

123

/openssl/apps/lib/
H A Dapp_params.c75 int print_param_types(const char *thing, const OSSL_PARAM *pdefs, int indent) in print_param_types() argument
84 BIO_printf(bio_out, "%*sEmpty list of %s (!!!)\n", indent, "", thing); in print_param_types()
86 BIO_printf(bio_out, "%*s%s:\n", indent, "", thing); in print_param_types()
/openssl/Configurations/
H A Dgentemplate.pm85 my $thing = shift;
86 my $extensionlessthing = extensionlesslib($thing);
88 my @list = @{ $self->{info}->{depends}->{$thing} //
93 print STDERR "DEBUG[collectdepends] $thing > ", join(' ', @listsofar), "\n"
100 next if defined $self->{info}->{attributes}->{depends}->{$thing}->{$item}->{'weak'};
104 print STDERR "DEBUG[collectdepends] $thing < ", join(' ', @newlist), "\n"
/openssl/apps/include/
H A Dapp_params.h12 int print_param_types(const char *thing, const OSSL_PARAM *pdefs, int indent);
/openssl/doc/man3/
H A DOPENSSL_hexchar2int.pod39 OPENSSL_hexstr2buf() does the same thing as OPENSSL_hexstr2buf_ex(),
55 OPENSSL_buf2hexstr() does the same thing as OPENSSL_buf2hexstr_ex(),
H A DCTLOG_new.pod37 CTLOG_new() does the same thing as CTLOG_new_ex() but with the default
46 CTLOG_new_from_base64() does the same thing as
H A DEVP_PKEY_CTX_set_rsa_pss_keygen_md.pod66 EVP_PKEY_CTX_set_rsa_pss_keygen_md_name() does the same thing, but
71 EVP_PKEY_CTX_set_rsa_pss_keygen_mgf1_md_name() does the same thing, but
H A DEVP_PKEY_check.pod32 provided then this function call does the same thing as EVP_PKEY_param_check().
40 provided then this function call does the same thing as EVP_PKEY_public_check().
H A DERR_remove_state.pod25 ERR_remove_thread_state() does the same thing, except the identifier is
H A DEVP_PKEY_CTX_set1_pbe_pass.pod26 key, such as hkdf), EVP_PKEY_CTX_set1_kdf_md (same thing here).
H A DX509_ALGOR_dup.pod45 a duplicate of each (and free any thing pointed to from within *dest).
H A DCTLOG_STORE_new.pod30 CTLOG_STORE_new() does the same thing as CTLOG_STORE_new_ex() but with
H A DSSL_CTX_use_serverinfo.pod50 SSL_CTX_use_serverinfo() does the same thing as SSL_CTX_use_serverinfo_ex()
H A DOSSL_DECODER_from_bio.pod40 OSSL_DECODER_from_fp() does the same thing as OSSL_DECODER_from_bio(),
H A DOSSL_ENCODER_to_bio.pod44 OSSL_ENCODER_to_fp() does the same thing as OSSL_ENCODER_to_bio(), except
H A DCT_POLICY_EVAL_CTX_new.pod65 CT_POLICY_EVAL_CTX_new() does the same thing as
H A DUI_STRING.pod95 UI_set_result() does the same thing as UI_set_result_ex(), but calculates
/openssl/doc/HOWTO/
H A Dcertificates.txt37 it might or might not be the desirable thing. Further information on how to
88 was kind enough, your certificate is a raw DER thing in PEM format.
100 In the case of a raw DER thing in PEM format, and assuming that's all
/openssl/util/
H A Dfind-doc-nits507 my $thing = shift;
509 my $unwrapped = $thing;
510 my $unmarked = $thing;
/openssl/crypto/perlasm/
H A DREADME.md13 The first thing we do is setup the file and type of assembler
/openssl/crypto/engine/
H A DREADME.md51 they are effectively the same thing, an "EVP_CIPHER" pointer. The problem with
87 turn out to be degenerate forms of the same thing. The EVP storage of ciphers,
199 mechanism now used by RSA/DSA/..., because there's no such thing as a BIGNUM
/openssl/doc/internal/man3/
H A Dossl_namemap_new.pod63 ossl_namemap_name2num_n() does the same thing as
/openssl/doc/internal/man7/
H A Ddeprecation.pod21 Removal of a symbol is not the same thing as deprecation, as it actually
/openssl/doc/designs/quic-design/
H A Derror-handling.md18 immediately after the API call on the same thread. There is no such thing as
H A Dquic-thread-assist.md63 as the handshake layer, the only thing we actually need to worry about
/openssl/
H A DCONTRIBUTING.md19 Someone may be already working on the same thing,

Completed in 44 milliseconds

123