/openssl-master/test/recipes/ |
A D | 40-test_rehash.t | 32 }, create => 1, cleanup => 1; 38 }, create => 1, cleanup => 1; 43 }, create => 1, cleanup => 1; 57 }, create => 1, cleanup => 1;
|
A D | 60-test_x509_store.t | 53 }, create => 1, cleanup => 1;
|
A D | 01-test_symbol_presence.t | 66 }, create => 0, cleanup => 0;
|
/openssl-master/crypto/bio/ |
A D | bio_meth.c | 189 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 D | OSSL_PARAM_BLD.pod | 71 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 D | X509_NAME_ENTRY_get_object.pod | 45 and X509_NAME_ENTRY_create_by_OBJ() create and return an 59 create and add new entries in a single operation.
|
A D | SRP_VBASE_new.pod | 11 - 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 D | ASN1_item_new.pod | 6 - create new ASN.1 values
|
A D | DSA_dup_DH.pod | 5 DSA_dup_DH - create a DH structure out of DSA structure
|
A D | SSL_new.pod | 5 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 D | openssl-kdf.pod.in | 125 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 D | openssl-mac.pod.in | 127 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 D | openssl-ecparam.pod.in | 34 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 D | certificates.txt | 29 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 D | property_local.h | 42 int create); 45 int create);
|
A D | property_string.c | 211 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 D | property_parse.c | 55 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 D | conftypes.h | 23 CONF *(*create) (CONF_METHOD *meth); member
|
/openssl-master/crypto/engine/ |
A D | eng_lib.c | 112 static int int_cleanup_check(int create) in int_cleanup_check() argument 116 if (!create) in int_cleanup_check()
|
A D | eng_table.c | 65 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 D | e_afalg.txt | 19 AFALG_R_SOCKET_CREATE_FAILED:109:socket create failed
|
A D | e_capi.txt | 9 CAPI_R_CANT_CREATE_HASH_OBJECT:100:cant create hash object
|
/openssl-master/include/internal/ |
A D | bio.h | 27 int (*create) (BIO *); member
|
/openssl-master/demos/certs/apps/ |
A D | apps.cnf | 2 # OpenSSL configuration file to create apps directory certificates
|
/openssl-master/crypto/objects/ |
A D | README.md | 16 create the C macros SN_base, LN_base, NID_base and OBJ_base.
|