| /lib/mbedtls/external/mbedtls/programs/psa/ |
| A D | psa_constant_names.c | 45 const char *string, size_t length) in append() 73 const char *string, size_t length, in append_with_curve() 91 const char *string, size_t length, in append_with_group() 133 size_t length = strlen(name); in psa_snprint_status() local 150 size_t length = strlen(name); in psa_snprint_ecc_curve() local 167 size_t length = strlen(name); in psa_snprint_dh_group() local
|
| /lib/mbedtls/ |
| A D | sha512.c | 33 sha384_update(sha512_context *ctx, const uint8_t *input, uint32_t length) in sha384_update() 44 void sha384_csum_wd(const unsigned char *input, unsigned int length, in sha384_csum_wd() 57 sha512_update(sha512_context *ctx, const uint8_t *input, uint32_t length) in sha512_update()
|
| A D | sha256.c | 32 sha256_update(sha256_context *ctx, const uint8_t *input, uint32_t length) in sha256_update()
|
| A D | sha1.c | 26 unsigned int length) in sha1_update()
|
| /lib/lwip/lwip/test/unit/mdns/ |
| A D | test_mdns.c | 602 u16_t length; in START_TEST() local 637 u16_t length; in START_TEST() local 674 u16_t length; in START_TEST() local 709 u16_t length; in START_TEST() local 743 u16_t length; in START_TEST() local 778 u16_t length; in START_TEST() local 815 u16_t length; in START_TEST() local 855 u16_t length; in START_TEST() local
|
| /lib/mbedtls/external/mbedtls/library/ |
| A D | cipher_wrap.c | 170 static int aes_crypt_cbc_wrap(void *ctx, mbedtls_operation_t operation, size_t length, in aes_crypt_cbc_wrap() 180 size_t length, size_t *iv_off, unsigned char *iv, in aes_crypt_cfb128_wrap() 189 static int aes_crypt_ofb_wrap(void *ctx, size_t length, size_t *iv_off, in aes_crypt_ofb_wrap() 198 static int aes_crypt_ctr_wrap(void *ctx, size_t length, size_t *nc_off, in aes_crypt_ctr_wrap() 209 size_t length, in aes_crypt_xts_wrap() 786 size_t length, unsigned char *iv, in camellia_crypt_cbc_wrap() 805 static int camellia_crypt_ctr_wrap(void *ctx, size_t length, size_t *nc_off, in camellia_crypt_ctr_wrap() 1204 size_t length, unsigned char *iv, in aria_crypt_cbc_wrap() 1223 static int aria_crypt_ctr_wrap(void *ctx, size_t length, size_t *nc_off, in aria_crypt_ctr_wrap() 1900 static int chacha20_stream_wrap(void *ctx, size_t length, in chacha20_stream_wrap() [all …]
|
| A D | ccm.c | 512 static int ccm_auth_crypt(mbedtls_ccm_context *ctx, int mode, size_t length, in ccm_auth_crypt() 548 int mbedtls_ccm_star_encrypt_and_tag(mbedtls_ccm_context *ctx, size_t length, in mbedtls_ccm_star_encrypt_and_tag() 558 int mbedtls_ccm_encrypt_and_tag(mbedtls_ccm_context *ctx, size_t length, in mbedtls_ccm_encrypt_and_tag() 585 static int ccm_auth_decrypt(mbedtls_ccm_context *ctx, int mode, size_t length, in ccm_auth_decrypt() 608 int mbedtls_ccm_star_auth_decrypt(mbedtls_ccm_context *ctx, size_t length, in mbedtls_ccm_star_auth_decrypt() 619 int mbedtls_ccm_auth_decrypt(mbedtls_ccm_context *ctx, size_t length, in mbedtls_ccm_auth_decrypt()
|
| A D | psa_crypto_core.h | 889 size_t length; member 919 size_t length; member
|
| A D | chachapoly.c | 246 size_t length, in chachapoly_crypt_and_tag() 278 size_t length, in mbedtls_chachapoly_encrypt_and_tag() 292 size_t length, in mbedtls_chachapoly_auth_decrypt()
|
| A D | padlock.c | 105 size_t length, in mbedtls_padlock_xcryptcbc()
|
| A D | camellia.c | 521 size_t length, in mbedtls_camellia_crypt_cbc() 571 size_t length, in mbedtls_camellia_crypt_cfb128() 623 size_t length, in mbedtls_camellia_crypt_ctr()
|
| A D | aria.c | 514 size_t length, in mbedtls_aria_crypt_cbc() 565 size_t length, in mbedtls_aria_crypt_cfb128() 621 size_t length, in mbedtls_aria_crypt_ctr()
|
| /lib/lwip/lwip/src/apps/snmp/ |
| A D | snmp_pbuf_stream.h | 55 u16_t length; member
|
| A D | snmpv3_mbedtls.c | 52 snmpv3_auth(struct snmp_pbuf_stream *stream, u16_t length, in snmpv3_auth() 108 snmpv3_crypt(struct snmp_pbuf_stream *stream, u16_t length, in snmpv3_crypt()
|
| A D | snmp_pbuf_stream.c | 47 …_pbuf_stream_init(struct snmp_pbuf_stream *pbuf_stream, struct pbuf *p, u16_t offset, u16_t length) in snmp_pbuf_stream_init()
|
| /lib/ |
| A D | tpm-common.c | 25 size_t offset = 0, length = 0; in pack_byte_string() local 86 size_t offset = 0, length = 0; in unpack_byte_string() local
|
| A D | crc32c.c | 15 uint32_t crc32c_cal(uint32_t crc, const char *data, int length, in crc32c_cal()
|
| /lib/bzip2/ |
| A D | bzlib_huffman.c | 174 UChar *length, in BZ2_hbAssignCodes() 193 UChar *length, in BZ2_hbCreateDecodeTables()
|
| /lib/mbedtls/external/mbedtls/3rdparty/everest/include/everest/kremlin/internal/ |
| A D | compat.h | 15 uint32_t length; member
|
| /lib/mbedtls/external/mbedtls/tests/include/test/ |
| A D | random.h | 23 size_t length; member
|
| /lib/efi_selftest/ |
| A D | efi_selftest_devicepath_util.c | 54 static int create_single_node_device_path(unsigned int length, in create_single_node_device_path()
|
| A D | efi_selftest_startimage_return.c | 33 size_t length; member
|
| A D | efi_selftest_startimage_exit.c | 33 size_t length; member
|
| /lib/lzma/ |
| A D | LzmaTools.c | 40 const unsigned char *inStream, SizeT length) in lzmaBuffToBuffDecompress()
|
| /lib/libavb/ |
| A D | avb_vbmeta_image.c | 15 size_t length, in avb_vbmeta_image_verify()
|