| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | hvcalls.S | 5 * returns %o0: sysino 16 * returns %o0: intr_enabled (HV_INTR_{DISABLED,ENABLED}) 37 * returns %o0: intr_state (HV_INTR_STATE_*) 58 * returns %o0: cpuid 82 * returns %o0: status 93 * returns %o0: status 102 /* returns %o0: status */ 112 * returns %o0: status 125 * returns %o0: status 138 * returns %o0: status [all …]
|
| H A D | pci_sun4v_asm.S | 16 * returns %o0: -status if status was non-zero, else 34 * returns %o0: num ttes demapped 48 * returns %o0: status 65 * returns %o0: data 85 * returns %o0: status 104 * returns %o0: status 121 * returns %o0: status 137 * returns %o0: status 151 * returns %o0: status 164 * returns %o0: status [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/include/sanitizer/ |
| H A D | asan_interface.h | 80 /// Returns 1 if <c><i>addr</i></c> is poisoned (that is, 1-byte read/write 82 /// Otherwise returns 0. 92 /// If at least one byte in <c>[beg, beg+size)</c> is poisoned, returns the 93 /// address of the first such byte. Otherwise returns 0. 97 /// \returns Address of first poisoned byte. 110 /// Returns 1 if an error has been (or is being) reported. Otherwise returns 0. 112 /// \returns 1 if an error has been (or is being) reported. Otherwise returns 119 /// Returns PC if an error has been (or is being) reported. 120 /// Otherwise returns 0. 122 /// \returns PC value. [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/include/sanitizer/ |
| H A D | asan_interface.h | 80 /// Returns 1 if <c><i>addr</i></c> is poisoned (that is, 1-byte read/write 82 /// Otherwise returns 0. 92 /// If at least one byte in <c>[beg, beg+size)</c> is poisoned, returns the 93 /// address of the first such byte. Otherwise returns 0. 97 /// \returns Address of first poisoned byte. 110 /// Returns 1 if an error has been (or is being) reported. Otherwise returns 0. 112 /// \returns 1 if an error has been (or is being) reported. Otherwise returns 119 /// Returns PC if an error has been (or is being) reported. 120 /// Otherwise returns 0. 122 /// \returns PC value. [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/ |
| H A D | bytestring.h | 62 // CBS_skip advances |cbs| by |len| bytes. It returns one on success and zero 66 // CBS_data returns a pointer to the contents of |cbs|. 69 // CBS_len returns the number of bytes remaining in |cbs|. 74 // OPENSSL_free. It returns one on success and zero on allocation failure. On 81 // with OPENSSL_free. It returns one on success and zero on allocation 88 // CBS_contains_zero_byte returns one if the current contents of |cbs| contains 93 // starting at |data|. If they're equal, it returns one, otherwise zero. If the 99 // returns one on success and zero on error. 103 // advances |cbs|. It returns one on success and zero on error. 107 // advances |cbs|. It returns one on success and zero on error. [all …]
|
| H A D | bn.h | 185 // BN_dup allocates a new BIGNUM and sets it equal to |src|. It returns the 189 // BN_copy sets |dest| equal to |src| and returns |dest| or NULL on allocation 196 // BN_value_one returns a static BIGNUM with value 1. 202 // BN_num_bits returns the minimum number of bits needed to represent the 206 // BN_num_bytes returns the minimum number of bytes needed to represent the 213 // BN_one sets |bn| to one. It returns one on success or zero on allocation 217 // BN_set_word sets |bn| to |value|. It returns one on success or zero on 221 // BN_set_u64 sets |bn| to |value|. It returns one on success or zero on 228 // BN_is_negative returns one if |bn| is negative and zero otherwise. 235 // a big-endian number, and returns |ret|. If |ret| is NULL then a fresh [all …]
|
| H A D | evp.h | 91 // EVP_PKEY_new creates a new, empty public-key object and returns it or NULL 99 // EVP_PKEY_up_ref increments the reference count of |pkey| and returns one. It 104 // EVP_PKEY_is_opaque returns one if |pkey| is opaque. Opaque keys are backed by 109 // EVP_PKEY_cmp compares |a| and |b| and returns one if they are equal, zero if 117 // of |from|. It returns one on success and zero on error. 120 // EVP_PKEY_missing_parameters returns one if |pkey| is missing needed 124 // EVP_PKEY_size returns the maximum size, in bytes, of a signature signed by 125 // |pkey|. For an RSA key, this returns the number of bytes needed to represent 126 // the modulus. For an EC key, this returns the maximum size of a DER-encoded 130 // EVP_PKEY_bits returns the "size", in bits, of |pkey|. For an RSA key, this [all …]
|
| H A D | ssl.h | 204 // SSL_CTX_new returns a newly-allocated |SSL_CTX| with default settings or NULL 208 // SSL_CTX_up_ref increments the reference count of |ctx|. It returns one. 221 // SSL_new returns a newly-allocated |SSL| using |ctx| or NULL on error. The new 232 // SSL_get_SSL_CTX returns the |SSL_CTX| associated with |ssl|. If 233 // |SSL_set_SSL_CTX| is called, it returns the new |SSL_CTX|, not the initial 243 // SSL_is_server returns one if |ssl| is configured as a server and zero 247 // SSL_is_dtls returns one if |ssl| is a DTLS connection and zero otherwise. 284 // SSL_get_rbio returns the |BIO| that |ssl| reads from. 287 // SSL_get_wbio returns the |BIO| that |ssl| writes to. 293 // SSL_get_rfd returns the file descriptor that |ssl| is configured to read [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/ |
| H A D | bytestring.h | 62 // CBS_skip advances |cbs| by |len| bytes. It returns one on success and zero 66 // CBS_data returns a pointer to the contents of |cbs|. 69 // CBS_len returns the number of bytes remaining in |cbs|. 74 // OPENSSL_free. It returns one on success and zero on allocation failure. On 81 // with OPENSSL_free. It returns one on success and zero on allocation 88 // CBS_contains_zero_byte returns one if the current contents of |cbs| contains 93 // starting at |data|. If they're equal, it returns one, otherwise zero. If the 99 // returns one on success and zero on error. 103 // advances |cbs|. It returns one on success and zero on error. 107 // advances |cbs|. It returns one on success and zero on error. [all …]
|
| H A D | bn.h | 185 // BN_dup allocates a new BIGNUM and sets it equal to |src|. It returns the 189 // BN_copy sets |dest| equal to |src| and returns |dest| or NULL on allocation 196 // BN_value_one returns a static BIGNUM with value 1. 202 // BN_num_bits returns the minimum number of bits needed to represent the 206 // BN_num_bytes returns the minimum number of bytes needed to represent the 213 // BN_one sets |bn| to one. It returns one on success or zero on allocation 217 // BN_set_word sets |bn| to |value|. It returns one on success or zero on 221 // BN_set_u64 sets |bn| to |value|. It returns one on success or zero on 228 // BN_is_negative returns one if |bn| is negative and zero otherwise. 235 // a big-endian number, and returns |ret|. If |ret| is NULL then a fresh [all …]
|
| H A D | evp.h | 91 // EVP_PKEY_new creates a new, empty public-key object and returns it or NULL 99 // EVP_PKEY_up_ref increments the reference count of |pkey| and returns one. It 104 // EVP_PKEY_is_opaque returns one if |pkey| is opaque. Opaque keys are backed by 109 // EVP_PKEY_cmp compares |a| and |b| and returns one if they are equal, zero if 117 // of |from|. It returns one on success and zero on error. 120 // EVP_PKEY_missing_parameters returns one if |pkey| is missing needed 124 // EVP_PKEY_size returns the maximum size, in bytes, of a signature signed by 125 // |pkey|. For an RSA key, this returns the number of bytes needed to represent 126 // the modulus. For an EC key, this returns the maximum size of a DER-encoded 130 // EVP_PKEY_bits returns the "size", in bits, of |pkey|. For an RSA key, this [all …]
|
| H A D | ssl.h | 204 // SSL_CTX_new returns a newly-allocated |SSL_CTX| with default settings or NULL 208 // SSL_CTX_up_ref increments the reference count of |ctx|. It returns one. 221 // SSL_new returns a newly-allocated |SSL| using |ctx| or NULL on error. The new 232 // SSL_get_SSL_CTX returns the |SSL_CTX| associated with |ssl|. If 233 // |SSL_set_SSL_CTX| is called, it returns the new |SSL_CTX|, not the initial 243 // SSL_is_server returns one if |ssl| is configured as a server and zero 247 // SSL_is_dtls returns one if |ssl| is a DTLS connection and zero otherwise. 284 // SSL_get_rbio returns the |BIO| that |ssl| reads from. 287 // SSL_get_wbio returns the |BIO| that |ssl| writes to. 293 // SSL_get_rfd returns the file descriptor that |ssl| is configured to read [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/ |
| H A D | bytestring.h | 62 // CBS_skip advances |cbs| by |len| bytes. It returns one on success and zero 66 // CBS_data returns a pointer to the contents of |cbs|. 69 // CBS_len returns the number of bytes remaining in |cbs|. 74 // OPENSSL_free. It returns one on success and zero on allocation failure. On 81 // with OPENSSL_free. It returns one on success and zero on allocation 88 // CBS_contains_zero_byte returns one if the current contents of |cbs| contains 93 // starting at |data|. If they're equal, it returns one, otherwise zero. If the 99 // returns one on success and zero on error. 103 // advances |cbs|. It returns one on success and zero on error. 107 // advances |cbs|. It returns one on success and zero on error. [all …]
|
| H A D | bn.h | 185 // BN_dup allocates a new BIGNUM and sets it equal to |src|. It returns the 189 // BN_copy sets |dest| equal to |src| and returns |dest| or NULL on allocation 196 // BN_value_one returns a static BIGNUM with value 1. 202 // BN_num_bits returns the minimum number of bits needed to represent the 206 // BN_num_bytes returns the minimum number of bytes needed to represent the 213 // BN_one sets |bn| to one. It returns one on success or zero on allocation 217 // BN_set_word sets |bn| to |value|. It returns one on success or zero on 221 // BN_set_u64 sets |bn| to |value|. It returns one on success or zero on 228 // BN_is_negative returns one if |bn| is negative and zero otherwise. 235 // a big-endian number, and returns |ret|. If |ret| is NULL then a fresh [all …]
|
| H A D | evp.h | 91 // EVP_PKEY_new creates a new, empty public-key object and returns it or NULL 99 // EVP_PKEY_up_ref increments the reference count of |pkey| and returns one. It 104 // EVP_PKEY_is_opaque returns one if |pkey| is opaque. Opaque keys are backed by 109 // EVP_PKEY_cmp compares |a| and |b| and returns one if they are equal, zero if 117 // of |from|. It returns one on success and zero on error. 120 // EVP_PKEY_missing_parameters returns one if |pkey| is missing needed 124 // EVP_PKEY_size returns the maximum size, in bytes, of a signature signed by 125 // |pkey|. For an RSA key, this returns the number of bytes needed to represent 126 // the modulus. For an EC key, this returns the maximum size of a DER-encoded 130 // EVP_PKEY_bits returns the "size", in bits, of |pkey|. For an RSA key, this [all …]
|
| H A D | ssl.h | 204 // SSL_CTX_new returns a newly-allocated |SSL_CTX| with default settings or NULL 208 // SSL_CTX_up_ref increments the reference count of |ctx|. It returns one. 221 // SSL_new returns a newly-allocated |SSL| using |ctx| or NULL on error. The new 232 // SSL_get_SSL_CTX returns the |SSL_CTX| associated with |ssl|. If 233 // |SSL_set_SSL_CTX| is called, it returns the new |SSL_CTX|, not the initial 243 // SSL_is_server returns one if |ssl| is configured as a server and zero 247 // SSL_is_dtls returns one if |ssl| is a DTLS connection and zero otherwise. 284 // SSL_get_rbio returns the |BIO| that |ssl| reads from. 287 // SSL_get_wbio returns the |BIO| that |ssl| writes to. 293 // SSL_get_rfd returns the file descriptor that |ssl| is configured to read [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/ |
| H A D | bytestring.h | 62 // CBS_skip advances |cbs| by |len| bytes. It returns one on success and zero 66 // CBS_data returns a pointer to the contents of |cbs|. 69 // CBS_len returns the number of bytes remaining in |cbs|. 74 // OPENSSL_free. It returns one on success and zero on allocation failure. On 81 // with OPENSSL_free. It returns one on success and zero on allocation 88 // CBS_contains_zero_byte returns one if the current contents of |cbs| contains 93 // starting at |data|. If they're equal, it returns one, otherwise zero. If the 99 // returns one on success and zero on error. 103 // advances |cbs|. It returns one on success and zero on error. 107 // advances |cbs|. It returns one on success and zero on error. [all …]
|
| H A D | bn.h | 185 // BN_dup allocates a new BIGNUM and sets it equal to |src|. It returns the 189 // BN_copy sets |dest| equal to |src| and returns |dest| or NULL on allocation 196 // BN_value_one returns a static BIGNUM with value 1. 202 // BN_num_bits returns the minimum number of bits needed to represent the 206 // BN_num_bytes returns the minimum number of bytes needed to represent the 213 // BN_one sets |bn| to one. It returns one on success or zero on allocation 217 // BN_set_word sets |bn| to |value|. It returns one on success or zero on 221 // BN_set_u64 sets |bn| to |value|. It returns one on success or zero on 228 // BN_is_negative returns one if |bn| is negative and zero otherwise. 235 // a big-endian number, and returns |ret|. If |ret| is NULL then a fresh [all …]
|
| H A D | evp.h | 91 // EVP_PKEY_new creates a new, empty public-key object and returns it or NULL 99 // EVP_PKEY_up_ref increments the reference count of |pkey| and returns one. It 104 // EVP_PKEY_is_opaque returns one if |pkey| is opaque. Opaque keys are backed by 109 // EVP_PKEY_cmp compares |a| and |b| and returns one if they are equal, zero if 117 // of |from|. It returns one on success and zero on error. 120 // EVP_PKEY_missing_parameters returns one if |pkey| is missing needed 124 // EVP_PKEY_size returns the maximum size, in bytes, of a signature signed by 125 // |pkey|. For an RSA key, this returns the number of bytes needed to represent 126 // the modulus. For an EC key, this returns the maximum size of a DER-encoded 130 // EVP_PKEY_bits returns the "size", in bits, of |pkey|. For an RSA key, this [all …]
|
| H A D | ssl.h | 204 // SSL_CTX_new returns a newly-allocated |SSL_CTX| with default settings or NULL 208 // SSL_CTX_up_ref increments the reference count of |ctx|. It returns one. 221 // SSL_new returns a newly-allocated |SSL| using |ctx| or NULL on error. The new 232 // SSL_get_SSL_CTX returns the |SSL_CTX| associated with |ssl|. If 233 // |SSL_set_SSL_CTX| is called, it returns the new |SSL_CTX|, not the initial 243 // SSL_is_server returns one if |ssl| is configured as a server and zero 247 // SSL_is_dtls returns one if |ssl| is a DTLS connection and zero otherwise. 284 // SSL_get_rbio returns the |BIO| that |ssl| reads from. 287 // SSL_get_wbio returns the |BIO| that |ssl| writes to. 293 // SSL_get_rfd returns the file descriptor that |ssl| is configured to read [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/ |
| H A D | ssl.h | 198 // SSL_CTX_new returns a newly-allocated |SSL_CTX| with default settings or NULL 202 // SSL_CTX_up_ref increments the reference count of |ctx|. It returns one. 215 // SSL_new returns a newly-allocated |SSL| using |ctx| or NULL on error. The new 226 // SSL_get_SSL_CTX returns the |SSL_CTX| associated with |ssl|. If 227 // |SSL_set_SSL_CTX| is called, it returns the new |SSL_CTX|, not the initial 237 // SSL_is_server returns one if |ssl| is configured as a server and zero 241 // SSL_is_dtls returns one if |ssl| is a DTLS connection and zero otherwise. 278 // SSL_get_rbio returns the |BIO| that |ssl| reads from. 281 // SSL_get_wbio returns the |BIO| that |ssl| writes to. 287 // SSL_get_rfd returns the file descriptor that |ssl| is configured to read [all …]
|
| H A D | evp.h | 84 // EVP_PKEY_new creates a new, empty public-key object and returns it or NULL 92 // EVP_PKEY_up_ref increments the reference count of |pkey| and returns one. 95 // EVP_PKEY_is_opaque returns one if |pkey| is opaque. Opaque keys are backed by 100 // EVP_PKEY_cmp compares |a| and |b| and returns one if they are equal, zero if 108 // of |from|. It returns one on success and zero on error. 111 // EVP_PKEY_missing_parameters returns one if |pkey| is missing needed 115 // EVP_PKEY_size returns the maximum size, in bytes, of a signature signed by 116 // |pkey|. For an RSA key, this returns the number of bytes needed to represent 117 // the modulus. For an EC key, this returns the maximum size of a DER-encoded 121 // EVP_PKEY_bits returns the "size", in bits, of |pkey|. For an RSA key, this [all …]
|
| H A D | bio.h | 83 // It returns the fresh |BIO|, or NULL on error. 91 // It returns one on success or zero otherwise. 100 // BIO_up_ref increments the reference count of |bio| and returns one. 106 // BIO_read attempts to read |len| bytes into |data|. It returns the number of 111 // It returns the number of bytes read or a negative number on error. The 120 // BIO_write writes |len| bytes from |data| to BIO. It returns the number of 124 // BIO_puts writes a NUL terminated string from |buf| to |bio|. It returns the 128 // BIO_flush flushes any buffered output. It returns one on success and zero 143 // pointer as |parg| and returns the value that is written to it, or NULL if 144 // the control request returns <= 0. [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/ |
| H A D | ssl.h | 198 // SSL_CTX_new returns a newly-allocated |SSL_CTX| with default settings or NULL 202 // SSL_CTX_up_ref increments the reference count of |ctx|. It returns one. 215 // SSL_new returns a newly-allocated |SSL| using |ctx| or NULL on error. The new 226 // SSL_get_SSL_CTX returns the |SSL_CTX| associated with |ssl|. If 227 // |SSL_set_SSL_CTX| is called, it returns the new |SSL_CTX|, not the initial 237 // SSL_is_server returns one if |ssl| is configured as a server and zero 241 // SSL_is_dtls returns one if |ssl| is a DTLS connection and zero otherwise. 278 // SSL_get_rbio returns the |BIO| that |ssl| reads from. 281 // SSL_get_wbio returns the |BIO| that |ssl| writes to. 287 // SSL_get_rfd returns the file descriptor that |ssl| is configured to read [all …]
|
| H A D | bio.h | 83 // It returns the fresh |BIO|, or NULL on error. 91 // It returns one on success or zero otherwise. 100 // BIO_up_ref increments the reference count of |bio| and returns one. 106 // BIO_read attempts to read |len| bytes into |data|. It returns the number of 111 // It returns the number of bytes read or a negative number on error. The 120 // BIO_write writes |len| bytes from |data| to BIO. It returns the number of 124 // BIO_puts writes a NUL terminated string from |buf| to |bio|. It returns the 128 // BIO_flush flushes any buffered output. It returns one on success and zero 143 // pointer as |parg| and returns the value that is written to it, or NULL if 144 // the control request returns <= 0. [all …]
|