| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRCallingConv.td | 8 // This describes the calling conventions for AVR architecture. 9 // Normal functions use a special calling convention, solved in code. 16 // Special return value calling convention for runtime functions. 27 // The calling conventions are implemented in custom C++ code
|
| /freebsd-13.1/crypto/openssl/doc/man7/ |
| H A D | SM2.pod | 21 Ditto for the verification process by calling the 'DigestVerify' series of APIs. 27 created. It should be set to B<EVP_PKEY_SM2> by calling: 31 Then an ID should be set by calling: 35 When calling the EVP_DigestSignInit() or EVP_DigestVerifyInit() functions, a 37 done by calling: 46 This example demonstrates the calling sequence for using an B<EVP_PKEY> to verify
|
| H A D | Ed25519.pod | 27 When calling EVP_DigestSignInit() or EVP_DigestVerifyInit(), the 34 A context for the B<Ed25519> algorithm can be obtained by calling: 38 For the B<Ed448> algorithm a context can be obtained by calling:
|
| /freebsd-13.1/sys/contrib/ngatm/netnatm/sig/ |
| H A D | sig_unimsgcpy.c | 162 if(IE_ISGOOD(src->calling)) in copy_msg_setup() 163 dst->calling = src->calling; in copy_msg_setup() 295 if(IE_ISGOOD(src->calling)) in copy_msg_add_party() 296 dst->calling = src->calling; in copy_msg_add_party() 445 if(IE_ISGOOD(src->calling)) in copy_msg_leaf_setup_req() 446 dst->calling = src->calling; in copy_msg_leaf_setup_req() 492 if(IE_ISGOOD(src->calling)) in copy_msg_cobisetup() 493 dst->calling = src->calling; in copy_msg_cobisetup() 509 if(IE_ISGOOD(src->calling)) in copy_msg_facility() 510 dst->calling = src->calling; in copy_msg_facility()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCCallingConv.td | 9 // This describes the calling conventions for the PowerPC 32- and 64-bit 40 // This calling convention is currently only supported by the stackmap and 42 // builds. On Release builds we fallback to the PPC C calling convention. 105 // No explicit register is specified for the AnyReg calling convention. The 108 // This calling convention is currently only supported by the stackmap and 110 // builds. On Release builds we fallback to the PPC C calling convention. 115 // Note that we don't currently have calling conventions for 64-bit 120 // Simple calling convention for 64-bit ELF PowerPC fast isel. 247 // Helper "calling convention" to handle aggregate by value arguments. 255 // the CC_PPC32_SVR4 calling convention. [all …]
|
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | BIO_meth_new.pod | 83 will be called in response to the application calling BIO_write_ex() or 92 be called in response to the application calling BIO_read_ex() or BIO_read(). 101 called in response to the application calling BIO_puts(). The parameters for 107 application calling BIO_gets(). The parameters for the function have the same 113 calling BIO_ctrl(). The parameters for the function have the same meaning as for 118 called in response to the application calling BIO_new() and passing 125 called in response to the application calling BIO_free(). A pointer to the BIO 133 in response to the application calling BIO_callback_ctrl(). The parameters for
|
| H A D | EVP_VerifyInit.pod | 26 B<type> from ENGINE B<impl>. B<ctx> must be created by calling 27 EVP_MD_CTX_new() before calling this function. 60 be cleaned up after use by calling EVP_MD_CTX_free() or a memory leak 66 EVP_VerifyUpdate() could not be made after calling EVP_VerifyFinal().
|
| H A D | DSA_meth_new.pod | 124 called in response to the application calling DSA_do_sign() (or DSA_sign()). The 129 will be called in response to the application calling DSA_sign_setup(). The 134 response to the application calling DSA_do_verify() (or DSA_verify()). The 157 called in response to the application calling DSA_new() (if the current default 165 called in response to the application calling DSA_free(). A pointer to the DSA 172 response to the application calling DSA_generate_parameters_ex() (or 178 called in response to the application calling DSA_generate_key(). The parameter
|
| H A D | X509_STORE_get0_param.pod | 23 calling application 27 returned pointer must not be freed by the calling application.
|
| H A D | RSA_meth_new.pod | 164 called in response to the application calling RSA_sign(). The 169 function will be called in response to the application calling 188 be called in response to the application calling RSA_new() (if the 197 This function will be called in response to the application calling 205 function will be called in response to the application calling 211 respectively. This function will be called in response to the application calling 220 These functions will be called in response to the application calling
|
| H A D | SSL_CTX_set_tlsext_status_cb.pod | 49 with the returned OCSP response by calling SSL_CTX_set_tlsext_status_cb(). The 56 by calling SSL_CTX_get_tlsext_status_cb(), and the argument by calling 79 calling SSL_set_tlsext_status_ocsp_resp(). A pointer to the response data should
|
| H A D | d2i_PrivateKey.pod | 53 If the B<*a> is not NULL when calling d2i_PrivateKey() or d2i_AutoPrivateKey() 65 error occurs. The error code can be obtained by calling L<ERR_get_error(3)>. 69 by calling L<ERR_get_error(3)>.
|
| H A D | SSL_CTX_free.pod | 30 should explicitly unset the callback by calling 31 SSL_CTX_sess_set_remove_cb(B<ctx>, NULL) prior to calling SSL_CTX_free().
|
| H A D | DH_meth_new.pod | 95 be called in response to the application calling DH_generate_key(). The 100 will be called in response to the application calling DH_compute_key(). The 115 called in response to the application calling DH_new() (if the current default 123 called in response to the application calling DH_free(). A pointer to the DH 130 called in response to the application calling DH_generate_parameters_ex() (or
|
| H A D | OPENSSL_malloc.pod | 102 The old buffer is filled with zero's by calling OPENSSL_cleanse() 103 before ultimately calling OPENSSL_free(). 114 equivalent C functions, except that memory is allocated by calling the 115 OPENSSL_malloc() and should be released by calling OPENSSL_free(). 122 pointer to the parsed value. The memory is allocated by calling 123 OPENSSL_malloc() and should be released by calling OPENSSL_free(). 167 At the end of the program, calling CRYPTO_mem_leaks() or
|
| H A D | SSL_write.pod | 24 Kernel TLS is enabled, which can be checked by calling BIO_get_ktls_send(). 41 initialized to client or server mode. This is being done by calling 53 call to a write function can also cause read operations! The calling process 107 closed, an error occurred or action must be taken by the calling process. 129 closed, an error occured or action must be taken by the calling process.
|
| /freebsd-13.1/sys/contrib/ngatm/netnatm/msg/ |
| H A D | uni_msg.h | 86 struct uni_ie_calling calling; member 158 struct uni_ie_calling calling; member 231 struct uni_ie_calling calling; member 255 struct uni_ie_calling calling; member 265 struct uni_ie_calling calling; member
|
| H A D | msg.def | 195 calling 316 calling 446 calling 486 calling 504 calling
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetCallingConv.td | 10 // describe their calling conventions. 74 /// CCIfCC - Match if the current calling convention is 'CC'. 182 /// CCDelegateTo - This action invokes the specified sub-calling-convention. It 188 /// CallingConv - An instance of this is used to define each calling convention 193 /// If true, this calling convention will be emitted as externally visible in 200 /// CustomCallingConv - An instance of this is used to declare calling 206 /// CalleeSavedRegs - A list of callee saved registers for a given calling
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZCallingConv.td | 8 // This describes the calling conventions for the SystemZ ABI. 33 // z/Linux return value calling convention 65 // z/Linux argument calling conventions for GHC 88 // z/Linux argument calling conventions 152 // "All registers" as used by the AnyReg calling convention. 173 // z/OS XPLINK64 return value calling convention 204 // z/OS XPLINK64 argument calling conventions 289 // s390x return value calling convention 302 // s390x argument calling conventions
|
| /freebsd-13.1/contrib/apr-util/include/ |
| H A D | apu.hnw | 43 * the dynamic APR-UTIL library and assure appropriate indirection and calling 49 * use the most appropriate calling convention. Public APR functions with 57 * APU_DECLARE_NONSTD(), as they must use the C language calling convention.
|
| H A D | apu.h.in | 41 * the dynamic APR-UTIL library and assure appropriate indirection and calling 48 * use the most appropriate calling convention. Public APR functions with 56 * APU_DECLARE_NONSTD(), as they must use the C language calling convention.
|
| H A D | apu.hw | 41 * the dynamic APR-UTIL library and assure appropriate indirection and calling 54 * use the most appropriate calling convention. Public APR functions with 62 * APU_DECLARE_NONSTD(), as they must use the C language calling convention.
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVCallingConv.td | 9 // This describes the calling conventions for the RISCV architecture. 13 // The RISC-V calling convention is handled with custom code in
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86CallingConv.td | 9 // This describes the calling conventions for the X86-32 and X86-64 74 // X86-64 Intel regcall calling convention. 264 // weirdly; this is really the sse-regparm calling convention) in which 287 // Otherwise, it is the same as the common X86 calling convention. 331 // The X86-64 calling convention always returns FP values in XMM0. 362 // Vectorcall calling convention always returns FP values in XMMs. 493 // Check if this is the Intel OpenCL built-ins calling convention 607 // Otherwise it's the same as the regular C calling convention. 670 // Do not pass the sret argument in RCX, the Win64 thiscall calling 1002 // X86-64 Intel OpenCL built-ins calling convention. [all …]
|