Home
last modified time | relevance | path

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

/src/crypto/openssl/doc/man3/
H A DCTLOG_new.pod34 be provided that can be used to help users identify this log. Ownership of the
56 created. Ownership of the string remains with the CTLOG.
60 v1 CT log, the LogID will be a SHA-256 hash (i.e. 32 bytes long). Ownership of
63 CTLOG_get0_public_key() returns the public key of the CT log. Ownership of the
H A DX509_get0_notBefore.pod50 and B<notAfter> fields of I<x> to I<tm>. Ownership of the passed
60 and B<notAfter> fields of B<x> to B<tm>. Ownership of the passed
71 and B<nextUpdate> fields of I<crl> to I<tm>. Ownership of the passed parameter
H A DSSL_CTX_set0_CA_list.pod66 requesting a client certificate for B<ctx>. Ownership of B<list> is transferred
71 setting valid for B<ssl>'s SSL_CTX object. Ownership of B<list> is transferred
107 B<name_list>. Ownership of B<name_list> is transferred to B<ctx> and
111 overriding any list set in the parent B<SSL_CTX> of B<s>. Ownership of
H A DSSL_CTX_set_tmp_dh_callback.pod78 an B<EVP_PKEY> containing DH parameters. Ownership of the I<dhpkey> value is
102 return the parameters to be used in a DH object. Ownership of the DH object is
H A DEVP_PKEY_is_a.pod40 Ownership of the returned string is retained by the I<pkey> object and should
H A DEVP_ASYM_CIPHER_free.pod67 algorithm definition is returned. Ownership of the returned string is retained
H A DEVP_KEM_free.pod61 algorithm definition is returned. Ownership of the returned string is retained
H A DEVP_KEYEXCH_free.pod58 algorithm definition is returned. Ownership of the returned string is retained
H A DSRP_VBASE_new.pod70 Ownership of the returned pointer is released to the caller, it must be freed
H A DEVP_SIGNATURE.pod71 algorithm definition is returned. Ownership of the returned string is retained
H A DEVP_SKEYMGMT.pod74 algorithm definition is returned. Ownership of the returned string is
H A DOSSL_ENCODER.pod118 algorithm definition is returned. Ownership of the returned string is retained
H A DEVP_KEYMGMT.pod78 algorithm definition is returned. Ownership of the returned string is
H A DOSSL_DECODER.pod117 algorithm definition is returned. Ownership of the returned string is retained
H A DSSL_CTX_set_ct_validation_callback.pod75 Ownership of this context remains with the caller.
H A DX509_STORE_CTX_new.pod136 Ownership of the chain is transferred to I<ctx>,
179 Ownership of the chain is transferred to I<ctx>,
H A DX509_PUBKEY_new.pod103 Ownership of the I<penc> argument is passed to I<pub>.
H A DSSL_CTX_set_psk_client_callback.pod93 Ownership of the SSL_SESSION object is passed to the OpenSSL library and so it
/src/contrib/llvm-project/clang/include/clang/AST/
H A DCommentCommands.td184 def Ownership : RecordLikeDetailCommand<"ownership">;
/src/crypto/openssl/doc/designs/quic-design/
H A Dglossary.md331 Ownership of URXEs is shared between DEMUX and QRX.
/src/crypto/openssl/include/openssl/
H A Dct.h.in198 * Ownership of the log ID remains with the SCT.
H A Dssl.h.in2600 * is invoked. Ownership of |arg| remains with the caller.
2665 * Ownership of the CTLOG_STORE is transferred to the SSL_CTX.
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1283 int32_t FlagsForOwnership(Qualifiers::ObjCLifetime Ownership) { in FlagsForOwnership() argument
1291 switch (Ownership) { in FlagsForOwnership()
1303 assert(Ownership != Qualifiers::OCL_Autoreleasing); in FlagsForOwnership()
/src/crypto/openssl/crypto/objects/
H A Dobjects.txt2016 tcg-tr-category 6 : tcg-tr-cat-platformOwnership : Platform Ownership Trait Category
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td2644 def Ownership : InheritableAttr {