| /optee_os/core/drivers/crypto/versal/ |
| H A D | ecc.c | 102 static void memcpy_swp(uint8_t *to, const uint8_t *from, size_t len) in memcpy_swp() 114 size_t len = crypto_bignum_num_bytes(from); in crypto_bignum_bn2bin_eswap() local 129 size_t len = 0; in ecc_prepare_msg() local
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | memory_buffer_alloc.c | 50 size_t len; member 204 size_t original_len, len; in buffer_alloc_calloc() local 562 void mbedtls_memory_buffer_alloc_init(unsigned char *buf, size_t len) in mbedtls_memory_buffer_alloc_init()
|
| H A D | psa_crypto_random_impl.h | 114 const unsigned char *custom, size_t len) in mbedtls_psa_drbg_seed()
|
| H A D | x509_crt.c | 248 static int x509_memcasecmp(const void *s1, const void *s2, size_t len) in x509_memcasecmp() 400 size_t len; in x509_get_version() local 438 size_t len; in x509_get_dates() local 500 size_t len; in x509_get_basic_constraints() local 592 size_t len = 0u; in x509_get_subject_key_id() local 625 size_t len = 0u; in x509_get_authority_key_id() local 744 size_t len; in x509_get_certificate_policies() local 869 size_t len; in x509_get_crt_ext() local 1081 size_t len; in x509_crt_parse_der_core() local 1533 size_t len = strlen(path); in mbedtls_x509_crt_parse_path() local
|
| H A D | debug.c | 117 const unsigned char *buf, size_t len) in mbedtls_debug_print_buf() 195 const unsigned char *buf, size_t len) in mbedtls_debug_print_ec_coord() 369 size_t len = (size_t) (cur - start) + 1; in debug_print_line_by_line() local
|
| H A D | pem.c | 276 size_t len; in mbedtls_pem_read_buffer() local 507 size_t len = 0, use_len, add_len = 0; in mbedtls_pem_write_buffer() local
|
| /optee_os/core/kernel/ |
| H A D | secstor_ta.c | 59 void *data_user, size_t len) in secstor_ta_read()
|
| /optee_os/core/drivers/ |
| H A D | hi16xx_rng.c | 65 TEE_Result hw_get_random_bytes(void *buf, size_t len) in hw_get_random_bytes()
|
| H A D | versal_sha3_384.c | 25 size_t len = 0; in input_plaintext() local
|
| H A D | imx_i2c.c | 295 static TEE_Result i2c_write_data(uint8_t bid, const uint8_t *buf, int len) in i2c_write_data() 315 static TEE_Result i2c_read_data(uint8_t bid, uint8_t *buf, int len) in i2c_read_data() 382 TEE_Result imx_i2c_read(uint8_t bid, uint8_t chip, uint8_t *buf, int len) in imx_i2c_read() 405 TEE_Result imx_i2c_write(uint8_t bid, uint8_t chip, const uint8_t *buf, int len) in imx_i2c_write()
|
| H A D | atmel_trng.c | 48 TEE_Result hw_get_random_bytes(void *buf, size_t len) in hw_get_random_bytes()
|
| /optee_os/core/lib/libfdt/ |
| H A D | fdt_addresses.c | 18 int len; in fdt_cells() local
|
| /optee_os/lib/libutee/ |
| H A D | tee_api.c | 254 size_t len) in check_mem_access_rights_params() 704 void *TEE_Malloc(size_t len, uint32_t hint) in TEE_Malloc() 799 TEE_Result TEE_CacheClean(char *buf, size_t len) in TEE_CacheClean() 803 TEE_Result TEE_CacheFlush(char *buf, size_t len) in TEE_CacheFlush() 808 TEE_Result TEE_CacheInvalidate(char *buf, size_t len) in TEE_CacheInvalidate()
|
| /optee_os/core/drivers/crypto/stm32/ |
| H A D | stm32_hash.c | 191 static TEE_Result write_key(vaddr_t base, const uint8_t *key, size_t len) in write_key() 328 size_t len) in hw_init() 578 const uint8_t *buffer, size_t len) in stm32_hash_update() 698 const uint8_t *key, size_t len) in stm32_hash_final() 760 size_t len) in stm32_hash_init()
|
| /optee_os/core/lib/libtomcrypt/src/prngs/ |
| H A D | rc4.c | 89 unsigned long len; in rc4_ready() local
|
| /optee_os/core/drivers/imx/dcp/ |
| H A D | dcp_utils.c | 83 void dcp_cmac_padding(uint8_t *block, size_t len) in dcp_cmac_padding()
|
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | debug.h | 32 #define MBEDTLS_SSL_DEBUG_BUF(level, text, buf, len) \ argument 63 #define MBEDTLS_SSL_DEBUG_BUF(level, text, buf, len) do { } while (0) argument
|
| /optee_os/core/lib/libtomcrypt/src/encauth/ccm/ |
| H A D | ccm_memory.c | 47 unsigned long len, L, x, y, z, CTRlen; in ccm_memory() local
|
| /optee_os/core/drivers/crypto/se050/adaptors/apis/ |
| H A D | user.c | 40 size_t len = 0; in prepare_host_scp() local
|
| /optee_os/core/crypto/ |
| H A D | sm4_accel.c | 54 struct sm4_context *ctx_dk __unused, size_t len, uint8_t *iv, in sm4_crypt_xts()
|
| /optee_os/lib/libmbedtls/core/ |
| H A D | bignum.c | 44 size_t len = 0; in crypto_bignum_bn2bin() local
|
| /optee_os/core/drivers/crypto/crypto_api/include/ |
| H A D | drvcrypt.h | 28 #define CRYPTO_DUMPBUF(title, buf, len) \ argument
|
| /optee_os/lib/libutils/ext/ |
| H A D | trace.c | 235 int len; in append() local 257 const void *buf, int len) in dhex_dump()
|
| /optee_os/core/drivers/regulator/ |
| H A D | regulator_dt.c | 91 int len = 0; in get_supply_phandle() local 276 int len = 0; in parse_dt() local
|
| /optee_os/core/drivers/bnxt/ |
| H A D | bnxt_images.c | 46 uint32_t len = 0; in set_bnxt_images_info() local
|