Home
last modified time | relevance | path

Searched refs:create (Results 1 – 25 of 142) sorted by relevance

123456

/openssl-master/test/recipes/
A D40-test_rehash.t32 }, create => 1, cleanup => 1;
38 }, create => 1, cleanup => 1;
43 }, create => 1, cleanup => 1;
57 }, create => 1, cleanup => 1;
A D60-test_x509_store.t53 }, create => 1, cleanup => 1;
A D01-test_symbol_presence.t66 }, create => 0, cleanup => 0;
/openssl-master/crypto/bio/
A Dbio_meth.c189 return biom->create; in BIO_meth_get_create()
192 int BIO_meth_set_create(BIO_METHOD *biom, int (*create) (BIO *)) in BIO_meth_set_create()
194 biom->create = create; in BIO_meth_set_create()
/openssl-master/doc/man3/
A DOSSL_PARAM_BLD.pod71 B<OSSL_PARAM_BLD_push_I<TYPE>>() are a series of functions which will create
76 OSSL_PARAM_BLD_push_BN() is a function that will create an OSSL_PARAM object
83 OSSL_PARAM_BLD_push_BN_pad() is a function that will create an OSSL_PARAM object
92 OSSL_PARAM_BLD_push_utf8_string() is a function that will create an OSSL_PARAM
99 OSSL_PARAM_BLD_push_octet_string() is a function that will create an OSSL_PARAM
104 OSSL_PARAM_BLD_push_utf8_ptr() is a function that will create an OSSL_PARAM
111 OSSL_PARAM_BLD_push_octet_ptr() is a function that will create an OSSL_PARAM
139 This example shows how to create an OSSL_PARAM array that contains an RSA
160 This example shows how to create an OSSL_PARAM array that contains an RSA
A DX509_NAME_ENTRY_get_object.pod45 and X509_NAME_ENTRY_create_by_OBJ() create and return an
59 create and add new entries in a single operation.
A DSRP_VBASE_new.pod11 - Functions to create and manage a stack of SRP user verifier information
56 to the B<vb> structure. See L<SRP_user_pwd_new(3)> to create and populate this
A DASN1_item_new.pod6 - create new ASN.1 values
A DDSA_dup_DH.pod5 DSA_dup_DH - create a DH structure out of DSA structure
A DSSL_new.pod5 SSL_dup, SSL_new, SSL_up_ref - create an SSL structure for a connection
30 B<SSL_CTX> that was used to create I<s>. It additionally duplicates a subset of
/openssl-master/doc/man1/
A Dopenssl-kdf.pod.in125 Use TLS1-PRF to create a hex-encoded derived key from a secret key and seed:
130 Use HKDF to create a hex-encoded derived key from a secret key, salt and info:
135 Use SSKDF with KMAC to create a hex-encoded derived key from a secret key, salt and info:
141 Use SSKDF with HMAC to create a hex-encoded derived key from a secret key, salt and info:
147 Use SSKDF with Hash to create a hex-encoded derived key from a secret key, salt and info:
153 Use SSHKDF to create a hex-encoded derived key from a secret key, hash and session_id:
161 Use PBKDF2 to create a hex-encoded derived key from a password and salt:
166 Use scrypt to create a hex-encoded derived key from a password and salt:
A Dopenssl-mac.pod.in127 To create a hex-encoded HMAC-SHA1 MAC of a file and write to stdout: \
132 To create a SipHash MAC from a file with a binary file output: \
136 To create a hex-encoded CMAC-AES-128-CBC MAC from a file:\
141 To create a hex-encoded KMAC128 MAC from a file with a Customisation String
146 To create a hex-encoded GMAC-AES-128-GCM with a IV from a file: \
A Dopenssl-ecparam.pod.in34 this command can only create EC parameters from known (named) curves.
139 To create EC parameters with the group 'prime192v1':
143 To create EC parameters with explicit parameters:
151 To create EC parameters and a private key:
/openssl-master/doc/HOWTO/
A Dcertificates.txt29 keys, so before you create a certificate or a certificate request, you
30 need to create a private key.
38 create private keys can be found at https://www.openssl.org/docs/HOWTO/keys.txt.
44 To create a certificate, you need to start with a certificate request
50 yourself if you have your own certificate authority or create a
75 You can create a self-signed certificate if you don't want to deal
76 with a certificate authority, or if you just want to create a test
79 This is NOT the recommended way to create a CA certificate, see
/openssl-master/crypto/property/
A Dproperty_local.h42 int create);
45 int create);
A Dproperty_string.c211 int create) in ossl_property_name() argument
220 create ? &propdata->prop_name_idx : NULL, in ossl_property_name()
230 int create) in ossl_property_value() argument
239 create ? &propdata->prop_value_idx : NULL, in ossl_property_value()
A Dproperty_parse.c55 static int parse_name(OSSL_LIB_CTX *ctx, const char *t[], int create, in parse_name() argument
91 *idx = ossl_property_name(ctx, name, user_name && create); in parse_name()
163 OSSL_PROPERTY_DEFINITION *res, const int create) in parse_string() argument
186 res->v.str_val = ossl_property_value(ctx, v, create); in parse_string()
194 OSSL_PROPERTY_DEFINITION *res, const int create) in parse_unquoted() argument
219 res->v.str_val = ossl_property_value(ctx, v, create); in parse_unquoted()
227 OSSL_PROPERTY_DEFINITION *res, int create) in parse_value() argument
234 r = parse_string(ctx, &s, s[-1], res, create); in parse_value()
251 return parse_unquoted(ctx, t, res, create); in parse_value()
/openssl-master/include/openssl/
A Dconftypes.h23 CONF *(*create) (CONF_METHOD *meth); member
/openssl-master/crypto/engine/
A Deng_lib.c112 static int int_cleanup_check(int create) in int_cleanup_check() argument
116 if (!create) in int_cleanup_check()
A Deng_table.c65 static int int_table_check(ENGINE_TABLE **t, int create) in int_table_check() argument
71 if (!create) in int_table_check()
/openssl-master/engines/
A De_afalg.txt19 AFALG_R_SOCKET_CREATE_FAILED:109:socket create failed
A De_capi.txt9 CAPI_R_CANT_CREATE_HASH_OBJECT:100:cant create hash object
/openssl-master/include/internal/
A Dbio.h27 int (*create) (BIO *); member
/openssl-master/demos/certs/apps/
A Dapps.cnf2 # OpenSSL configuration file to create apps directory certificates
/openssl-master/crypto/objects/
A DREADME.md16 create the C macros SN_base, LN_base, NID_base and OBJ_base.

Completed in 27 milliseconds

123456