Home
last modified time | relevance | path

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

/freebsd/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.pod42 and B<notAfter> fields of B<x> to B<tm>. Ownership of the passed
53 and B<nextUpdate> fields of B<crl> to B<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.pod76 an B<EVP_PKEY> containing DH parameters. Ownership of the I<dhpkey> value is
100 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 DSRP_VBASE_new.pod70 Ownership of the returned pointer is released to the caller, it must be freed
H A DEVP_ASYM_CIPHER_free.pod67 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 DEVP_SIGNATURE.pod71 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_KEYMGMT.pod76 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 DOSSL_DECODER.pod117 algorithm definition is returned. Ownership of the returned string is retained
H A DX509_STORE_CTX_new.pod110 Ownership of the chain is transferred to I<ctx>,
150 Ownership of the chain is transferred to I<ctx>,
H A DSSL_CTX_set_ct_validation_callback.pod75 Ownership of this context remains with the caller.
H A DSSL_CTX_set_psk_client_callback.pod93 Ownership of the SSL_SESSION object is passed to the OpenSSL library and so it
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentCommands.td184 def Ownership : RecordLikeDetailCommand<"ownership">;
/freebsd/crypto/openssl/include/openssl/
H A Dct.h.in196 * Ownership of the log ID remains with the SCT.
H A Dssl.h.in2278 * is invoked. Ownership of |arg| remains with the caller.
2343 * Ownership of the CTLOG_STORE is transferred to the SSL_CTX.
/freebsd/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()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td2644 def Ownership : InheritableAttr {