Home
last modified time | relevance | path

Searched refs:string (Results 226 – 250 of 293) sorted by relevance

12345678910>>...12

/openssl/doc/man3/
H A DEVP_KEM_free.pod60 algorithm definition is returned. Ownership of the returned string is retained
H A DEVP_ASYM_CIPHER_free.pod67 algorithm definition is returned. Ownership of the returned string is retained
H A DEVP_SIGNATURE.pod71 algorithm definition is returned. Ownership of the returned string is retained
H A DSRP_VBASE_new.pod41 The seed string should contain random NUL terminated binary data (therefore
H A DASN1_aux_cb.pod215 Invoked in order to obtain the property query string associated with an
216 B<ASN1_VALUE> if any. A pointer to the property query string should be stored in
H A DEVP_PKEY_new.pod95 the library context I<libctx> and the property query string I<propq>. The
97 string for a public key algorithm that supports raw private keys, i.e one of
H A DASN1_TYPE_get.pod58 (or a string type) then the contents of the B<ASN1_STRING> contain the content
H A DX509_verify_cert.pod26 context I<libctx> and property query string I<propq>, both of which may be NULL.
H A DOSSL_CMP_SRV_CTX_new.pod103 associated with the library context I<libctx> and property query string
H A DBIO_f_md.pod77 digest BIO and passes the string "Hello World" through it. Error
H A DEVP_KEYMGMT.pod75 algorithm definition is returned. Ownership of the returned string is
H A DENGINE_add.pod438 name of the ENGINE it wishes to use, a table of string-pairs for use before
440 the string-pairs used for control commands consist of a command "name"
544 identifier or fails if there are no more, ENGINE_CMD_FROM_NAME takes a string
548 ENGINE_CTRL_GET_FLAGS return the string length of a command name or description,
626 ENGINE_get_id() and ENGINE_get_name() return a string representing the identifier
H A DOSSL_STORE_LOADER.pod267 It takes an B<ENGINE> I<e> and a string I<scheme>.
325 definition string, or NULL on error.
H A DX509_NAME_print_ex.pod111 X509_NAME_oneline() returns a valid string on success or NULL on error.
H A DCONF_modules_load_file.pod28 The caller is responsible for freeing any string returned.
/openssl/doc/man1/
H A Dopenssl-sess_id.pod.in75 supplied ID. The ID can be any string of characters. This option won't normally
H A Dopenssl-enc.pod.in147 The actual salt to use: this must be represented as a string of hex digits.
153 The actual key to use: this must be represented as a string comprised only
162 The actual IV to use: this must be represented as a string comprised only
H A Dopenssl-genpkey.pod.in236 The I<digest> property I<query> string to use when fetching a digest from a provider.
311 =item B<type>:I<string>
365 The I<digest> property I<query> string to use when fetching a digest from a provider.
/openssl/include/openssl/
H A Dsrp.h.in33 # include <string.h>
/openssl/test/recipes/80-test_cmp_http_data/
H A Dtest_commands.csv43 0,revreason string, -section,, -cmd,rr,,BLANK,,,BLANK,,, -oldcert,_RESULT_DIR/test.cert.pem, -revre…
H A Dtest_credentials.csv16 0,keypass empty string, -section,,BLANK,,BLANK,, -cert,signer.crt, -key,signer.p12, -keypass,pass:,…
/openssl/apps/
H A Dspeed.c3404 static char *sstrsep(char **string, const char *delim) in sstrsep() argument
3407 char *token = *string; in sstrsep()
3409 if (**string == 0) in sstrsep()
3420 while (!isdelim[(unsigned char)(**string)]) in sstrsep()
3421 (*string)++; in sstrsep()
3423 if (**string) { in sstrsep()
3424 **string = 0; in sstrsep()
3425 (*string)++; in sstrsep()
/openssl/doc/man7/
H A Dprovider-decoder.pod270 =item "info" (B<OSSL_PASSPHRASE_PARAM_INFO>) <UTF8 string>
272 A string of information that will become part of the pass phrase
/openssl/doc/internal/man3/
H A Dossl_cmp_hdr_init.pod80 ossl_cmp_hdr_set1_senderKID() Sets hdr->senderKID to the given string.
/openssl/apps/include/
H A Dapps.h334 void make_uppercase(char *string);

Completed in 54 milliseconds

12345678910>>...12