Home
last modified time | relevance | path

Searched defs:dlen (Results 1 – 17 of 17) sorted by relevance

/optee_os/core/crypto/
H A Drng_fortuna.c65 uint8_t dlen; member
86 static TEE_Result hash_update(void *ctx, const void *data, size_t dlen) in hash_update()
96 static TEE_Result key_from_data(void *ctx, const void *data, size_t dlen, in key_from_data()
130 TEE_Result crypto_rng_init(const void *data, size_t dlen) in crypto_rng_init()
176 size_t dlen) in push_ring_buffer()
204 size_t dlen; in pop_ring_buffer() local
223 const void *data, size_t dlen) in add_event()
255 size_t dlen; in drain_ring_buffer() local
299 const void *data, size_t dlen) in crypto_rng_add_event()
/optee_os/core/tee/
H A Dtee_ta_enc_manager.c43 size_t dlen = len; in tee_ta_decrypt_update() local
57 size_t dlen = len; in tee_ta_decrypt_final() local
H A Dfs_htree.c110 size_t idx, size_t vers, void *data, size_t dlen) in rpc_read()
149 size_t vers, const void *data, size_t dlen) in rpc_write()
H A Dtee_svc_cryp.c3256 size_t dlen = 0; in tee_svc_cipher_update_helper() local
4166 size_t dlen = 0; in syscall_authenc_update_payload() local
4229 size_t dlen = 0; in syscall_authenc_enc_final() local
4320 size_t dlen = 0; in syscall_authenc_dec_final() local
4422 size_t dlen = 0; in syscall_asymm_operate() local
/optee_os/lib/libutils/ext/
H A Dstrlcat.c55 size_t dlen; in strlcat() local
H A Dbase64.c16 bool base64_enc(const void *data, size_t dlen, char *buf, size_t *blen) in base64_enc()
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dbase64.c62 int mbedtls_base64_encode(unsigned char *dst, size_t dlen, size_t *olen, in mbedtls_base64_encode()
129 int mbedtls_base64_decode(unsigned char *dst, size_t dlen, size_t *olen, in mbedtls_base64_decode()
H A Dssl_tls.c475 unsigned char *dstbuf, size_t dlen) in mbedtls_ssl_tls_prf()
6774 unsigned char *dstbuf, size_t dlen) in tls_prf_generic()
6854 unsigned char *dstbuf, size_t dlen) in tls_prf_generic()
6960 unsigned char *dstbuf, size_t dlen) in tls_prf_sha256()
6972 unsigned char *dstbuf, size_t dlen) in tls_prf_sha384()
H A Drsa.c1620 static int mgf_mask(unsigned char *dst, size_t dlen, unsigned char *src, in mgf_mask()
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/bit/
H A Dder_decode_bit_string.c24 unsigned long dlen, blen, x, y; in der_decode_bit_string() local
H A Dder_decode_raw_bit_string.c27 unsigned long dlen, blen, x, y; in der_decode_raw_bit_string() local
/optee_os/core/lib/libtomcrypt/src/misc/pbes/
H A Dpbes.c19 unsigned long klen, keylen, dlen; in pbes_decrypt() local
/optee_os/core/lib/libtomcrypt/src/pk/rsa/
H A Drsa_set.c22 const unsigned char *d, unsigned long dlen, in rsa_set_key()
/optee_os/core/pta/tests/
H A Daes_perf.c118 size_t dlen = len; in update_ae() local
/optee_os/core/lib/libtomcrypt/src/ciphers/
H A Dblowfish.c342 static ulong32 s_blowfish_stream2word(const unsigned char *d, int dlen, int *cur) in s_blowfish_stream2word()
/optee_os/core/drivers/crypto/versal/include/
H A Dipi.h89 size_t dlen; member
/optee_os/lib/libutee/
H A Dtee_api_operations.c1072 size_t slen, void *dst, uint64_t *dlen), in tee_buffer_update()
1080 size_t dlen = *dest_len; in tee_buffer_update() local
1680 size_t *dlen) in ae_update_helper()