/openssl/doc/man3/ |
H A D | X509_STORE_get0_param.pod | 23 X509_STORE_get0_param() retrieves an internal pointer to the verification 24 parameters for I<xs>. The returned pointer must not be freed by the 31 X509_STORE_get0_objects() retrieves an internal pointer to the store's 33 returned pointer must not be freed by the calling application. If the store is 42 X509_STORE_get0_param() returns a pointer to an 47 X509_STORE_get1_objects() returns a pointer to a stack of the retrieved 50 X509_STORE_get0_objects() returns a pointer to a stack of B<X509_OBJECT>. 52 X509_STORE_get1_all_certs() returns a pointer to a stack of the retrieved
|
H A D | X509_EXTENSION_set_object.pod | 31 B<obj> pointer is duplicated internally so B<obj> should be freed up after use. 37 B<data> pointer is duplicated internally. 43 B<not> be an uninitialised pointer. 49 B<ASN1_OBJECT> pointer. The returned pointer is an internal value which must 56 pointer is an internal value which must not be freed up. 74 an B<X509_EXTENSION> pointer or B<NULL> if an error occurs. 76 X509_EXTENSION_get_object() returns an B<ASN1_OBJECT> pointer. 81 X509_EXTENSION_get_data() returns an B<ASN1_OCTET_STRING> pointer.
|
H A D | CMS_get0_type.pod | 19 an ASN1_OBJECT pointer. An application can then decide how to process the 29 ASN1_OBJECT *CMS_get0_eContentType() returns a pointer to the embedded 32 CMS_get0_content() returns a pointer to the B<ASN1_OCTET_STRING> pointer 53 The return value of CMS_get0_content() is a pointer to the B<ASN1_OCTET_STRING> 54 content pointer. That means that for example:
|
H A D | X509_CRL_get0_by_serial.pod | 35 pointer of the matching entry. As a result, I<*ret> B<MUST NOT> be freed 41 X509_CRL_get_REVOKED() returns an internal pointer to a STACK of all 44 X509_REVOKED_get0_serialNumber() returns an internal pointer to the 47 X509_REVOKED_get0_revocationDate() returns an internal pointer to the 51 The supplied I<serial> pointer is not used internally so it should be 55 I<tm>. The supplied I<tm> pointer is not used internally so it should be 59 pointer I<rev> is used internally so it B<MUST NOT> be freed after the call:
|
H A D | OSSL_CMP_ATAV_set0.pod | 53 is transferred to I<atav>. The I<itav> pointer must not be NULL. 55 OSSL_CMP_ATAV_get0_type() returns a direct pointer to the infoType 58 OSSL_CMP_ATAV_get0_value() returns a direct pointer to the infoValue 59 in the I<atav> as generic B<ASN1_TYPE> pointer unless I<atav> is NULL. 65 a direct pointer to the algId infoValue in the I<atav> of type B<X509_ALGOR> 89 return a pointer to the ATAV structure on success, or NULL on error. 95 return the respective pointer or NULL if their input is NULL.
|
H A D | OSSL_CMP_ITAV_set0.pod | 43 OSSL_CMP_ITAV_get0_type() returns a direct pointer to the infoType in the 46 OSSL_CMP_ITAV_get0_value() returns a direct pointer to the infoValue in 47 the I<itav> as generic B<ASN1_TYPE> pointer. 57 an internal pointer to the 59 The pointer may be NULL if no profile name is included. 74 return a pointer to an ITAV structure on success, or NULL on error. 79 return the respective pointer or NULL if their input is NULL.
|
H A D | EVP_CIPHER_CTX_get_cipher_data.pod | 17 The EVP_CIPHER_CTX_get_cipher_data() function returns a pointer to the cipher 25 replace the cipher data with new data. A pointer to any existing cipher data is 31 The EVP_CIPHER_CTX_get_cipher_data() function returns a pointer to the current 34 The EVP_CIPHER_CTX_set_cipher_data() function returns a pointer to the old
|
H A D | SSL_SESSION_has_ticket.pod | 26 SSL_SESSION_get0_ticket obtains a pointer to the ticket associated with a 28 NULL then a pointer to the ticket is written to B<*tick>. The pointer is only 29 valid while the connection is in use. The session (and hence the ticket pointer)
|
H A D | OSSL_CALLBACK.pod | 24 OpenSSL libraries, along with a generic pointer to data I<arg>. As far as 25 the function receiving the pointer to the function pointer and I<arg> is 26 concerned, the data that I<arg> points at is opaque, and the pointer should 36 data pointer it received, as I<arg>.
|
H A D | OSSL_IETF_ATTR_SYNTAX.pod | 56 A pointer to an ASN1_OCTET_STRING 60 A pointer to an ASN1_OBJECT 64 A pointer to an ASN1_UTF8STRING 70 OSSL_IETF_ATTR_SYNTAX_get0_policyAuthority() returns an pointer to a 77 OSSL_IETF_ATTR_SYNTAX_get0_value() returns a pointer to the value at the given index
|
H A D | OSSL_STORE_SEARCH.pod | 101 The subject name itself is a B<X509_NAME> pointer. 109 The issuer name itself is a B<X509_NAME> pointer, and the serial number is 110 a B<ASN1_INTEGER> pointer. 143 return a B<OSSL_STORE_SEARCH> pointer on success, or NULL on failure. 149 OSSL_STORE_SEARCH_get0_name() returns a B<X509_NAME> pointer on success, 152 OSSL_STORE_SEARCH_get0_serial() returns a B<ASN1_INTEGER> pointer on success, 155 OSSL_STORE_SEARCH_get0_bytes() returns a B<const unsigned char> pointer and 159 OSSL_STORE_SEARCH_get0_string() returns a B<const char> pointer on success, 162 OSSL_STORE_SEARCH_get0_digest() returns a B<const EVP_MD> pointer.
|
H A D | SSL_CTX_get_verify_mode.pod | 34 SSL_CTX_get_verify_callback() returns a function pointer to the verification 36 NULL pointer is returned and the default callback will be used. 38 SSL_get_verify_callback() returns a function pointer to the verification 40 NULL pointer is returned and the default callback will be used.
|
H A D | s2i_ASN1_IA5STRING.pod | 56 B<i2s_ASN1_IA5STRING>() returns the pointer to a IA5 string 65 B<s2i_ASN1_INTEGER>() returns the pointer to a B<ASN1_INTEGER> 68 B<i2s_ASN1_OCTET_STRING>() returns the pointer to a OCTET_STRING string 77 B<s2i_ASN1_ENUMERATED>() returns the pointer to a B<ASN1_ENUMERATED> 83 B<i2s_ASN1_UTF8STRING>() returns the pointer to a UTF-8 string
|
H A D | SSL_CTX_set_default_passwd_cb.pod | 30 SSL_CTX_set_default_passwd_cb_userdata() sets a pointer to userdata, B<u>, 33 SSL_CTX_get_default_passwd_cb() returns a function pointer to the password 35 NULL pointer is returned. 37 SSL_CTX_get_default_passwd_cb_userdata() returns a pointer to the userdata 38 currently set in B<ctx>. If no userdata was explicitly set, the NULL pointer 47 On invocation a pointer to userdata
|
H A D | SSL_SESSION_set1_id.pod | 20 SSL_SESSION_get_id() returns a pointer to the internal session id value for the 22 be 0. The caller should not free the returned pointer directly. 29 SSL_SESSION_get_id() returns a pointer to the session id value.
|
H A D | OSSL_STORE_LOADER.pod | 163 are the function pointer types used within a STORE loader. 192 This function takes a B<OSSL_STORE_LOADER_CTX> pointer, a command number 220 This function takes a B<OSSL_STORE_LOADER_CTX> pointer and a 232 This function takes a B<OSSL_STORE_LOADER_CTX> pointer and a B<UI_METHOD> 246 This function takes a B<OSSL_STORE_LOADER_CTX> pointer and is expected to 252 This function takes a B<OSSL_STORE_LOADER_CTX> pointer and is expected to 259 This function takes a B<OSSL_STORE_LOADER_CTX> pointer and is expected to 261 contents of the B<OSSL_STORE_LOADER_CTX> pointer. 312 OSSL_STORE_LOADER_fetch() returns a pointer to an OSSL_STORE_LOADER object, 322 OSSL_STORE_LOADER_get0_provider() returns a pointer to a provider object, or [all …]
|
H A D | EVP_CIPHER_CTX_get_original_iv.pod | 39 a conceptual level) functionality. EVP_CIPHER_CTX_iv() returns a pointer to 41 B<EVP_CIPHER_CTX>; EVP_CIPHER_CTX_original_iv() returns a pointer to the 45 different return type for the pointer. 53 EVP_CIPHER_CTX_iv_noconst() return a pointer to an IV as an array of bytes on
|
H A D | OSSL_CMP_ITAV_new_caCerts.pod | 70 the internal pointer of type B<STACK_OF(X509)> with the certificates present. 77 the internal pointer to the certificate contained in the infoValue field. 88 it assigns to I<*newWithNew> the internal pointer 90 If I<newWithOld> is not NULL, it assigns to I<*newWithOld> the internal pointer 92 If I<oldWithNew> is not NULL, it assigns to I<*oldWithNew> the internal pointer 161 pointer to the list of CRL status data in the infoValue field of I<itav>. 162 The pointer may be NULL if no CRL status data is included. 169 OSSL_CMP_ITAV_get0_crls() on success assigns to I<*out> an internal pointer to 171 The pointer may be NULL if no CRL is included. 184 return a pointer to the new ITAV structure on success, or NULL on error.
|
H A D | ADMISSIONS.pod | 120 functions free any existing value and set the pointer to the specified value. 130 functions free any existing value and set the pointer to the specified value. 141 functions free any existing value and set the pointer to the specified value. 157 functions free any existing value and set the pointer to the specified value. 162 Note that all of the I<get0> functions return a pointer to the internal data
|
H A D | X509_get0_notBefore.pod | 41 returned is an internal pointer which must not be freed up after 56 returned is an internal pointer which must not be freed up after 66 returned is an internal pointer which must not be freed up after 80 return a pointer to an B<ASN1_TIME> structure. 82 X509_CRL_get0_lastUpdate() return a pointer to an B<ASN1_TIME> structure
|
H A D | ASN1_EXTERN_FUNCS.pod | 57 be supplied in the I<tag> parameter. Finally a pointer to an 66 A pointer to arbitrary application specific data. 72 pointer to the B<ASN1_ITEM> template object created via the 81 pointer to the B<ASN1_ITEM> template object created via the 87 in I<*pval> and making it suitable for reuse. The I<it> parameter is a pointer 100 it will be zero. The I<it> parameter is a pointer to the B<ASN1_ITEM> template 101 object created via the IMPLEMENT_EXTERN_ASN1() macro. A pointer to the current 137 always "". I<pctx> is a pointer to the B<ASN1_PCTX> for the print operation.
|
H A D | CRYPTO_get_ex_new_index.pod | 100 When setting exdata, the pointer specified with a particular index is saved, 108 a pointer to the actual structure, and B<r> is a pointer to the 128 NULL pointer. 131 The B<parent> is the pointer to the structure that contains the exdata. 133 be NULL. The B<r> parameter is a pointer to the exdata field of the object. 142 respectively. The B<*from_d> parameter is a pointer to the source exdata. 144 destination ex_data. If the pointer contained in B<*pptr> is not modified
|
/openssl/crypto/x509/ |
H A D | v3_attrdesc.c | 27 ASN1_SIMPLE(OSSL_INFO_SYNTAX, choice.pointer, OSSL_INFO_SYNTAX_POINTER) 74 OSSL_INFO_SYNTAX_POINTER *pointer, in i2r_INFO_SYNTAX_POINTER() argument 79 if (OSSL_GENERAL_NAMES_print(out, pointer->name, indent) <= 0) in i2r_INFO_SYNTAX_POINTER() 83 if (pointer->hash != NULL) { in i2r_INFO_SYNTAX_POINTER() 86 if (i2r_HASH(method, pointer->hash, out, indent + 4) <= 0) in i2r_INFO_SYNTAX_POINTER() 108 return i2r_INFO_SYNTAX_POINTER(method, info->choice.pointer, out, indent + 4); in i2r_OSSL_INFO_SYNTAX()
|
/openssl/doc/internal/man3/ |
H A D | ossl_rcu_lock_new.pod | 106 ossl_rcu_deref(p) atomically reads a pointer under an RCU locks 111 ossl_rcu_assign_ptr(p,v) atomically writes to a pointer under an 122 ossl_rcu_lock_new() returns a pointer to a newly created RCU lock structure. 187 * 2) read the old pointer 192 * 3) Copy the old pointer to the new object, and 199 * 4) Update the shared pointer to the new value 215 * 7) free the old pointer, now that there are no 231 * 2) Access the shared data pointer 236 * 3) Read the data from the pointer
|
H A D | ossl_cmp_hdr_init.pod | 68 to the given X509 Name value, without consuming the pointer. 71 PKIHeader to the given X509 Name value, without consuming the pointer. 85 hdr->freeText and consumes the given pointer. 88 hdr->freeText and does not consume the pointer. 91 item to the hdr->generalInfo stack. Consumes the B<itav> pointer. 95 pointer.
|