Searched refs:dstbuf (Results 1 – 6 of 6) sorted by relevance
| /optee_os/core/drivers/crypto/caam/cipher/ |
| H A D | caam_cipher_xts.c | 47 struct caambuf *srcbuf, struct caambuf *dstbuf, in do_tweak_block() argument 69 dstbuf->data[idx] = tmp->orig.data[idx] ^ enc_tweak->data[idx]; in do_tweak_block() 87 struct caambuf dstbuf = { }; in caam_cipher_update_xts() local 161 dstbuf.data = dupdate->dst.data; in caam_cipher_update_xts() 162 dstbuf.length = ctx->alg->size_block; in caam_cipher_update_xts() 163 dstbuf.paddr = pdst; in caam_cipher_update_xts() 167 ret = do_tweak_block(ctx, &enc_tweak.orig, &srcbuf, &dstbuf, in caam_cipher_update_xts() 175 CIPHER_DUMPBUF("Dest", dstbuf.data, dstbuf.length); in caam_cipher_update_xts() 181 dstbuf.data += ctx->alg->size_block; in caam_cipher_update_xts() 182 dstbuf.paddr += ctx->alg->size_block; in caam_cipher_update_xts() [all …]
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | ssl_tls13_keys.h | 203 unsigned char *dstbuf, size_t dstbuf_len);
|
| H A D | ssl_tls.c | 409 unsigned char *dstbuf, size_t dlen); 438 unsigned char *dstbuf, size_t dlen); 449 unsigned char *dstbuf, size_t dlen); 475 unsigned char *dstbuf, size_t dlen) in mbedtls_ssl_tls_prf() argument 496 return tls_prf(secret, slen, label, random, rlen, dstbuf, dlen); in mbedtls_ssl_tls_prf() 6774 unsigned char *dstbuf, size_t dlen) in tls_prf_generic() argument 6821 status = psa_key_derivation_output_bytes(&derivation, dstbuf, dlen); in tls_prf_generic() 6854 unsigned char *dstbuf, size_t dlen) in tls_prf_generic() argument 6935 dstbuf[i + j] = h_i[j]; in tls_prf_generic() 6960 unsigned char *dstbuf, size_t dlen) in tls_prf_sha256() argument [all …]
|
| H A D | ssl_tls13_keys.c | 301 unsigned char *dstbuf, size_t dstbuf_len) in mbedtls_ssl_tls13_derive_secret() argument 330 dstbuf, dstbuf_len); in mbedtls_ssl_tls13_derive_secret()
|
| H A D | ssl_misc.h | 588 unsigned char *dstbuf, size_t dlen);
|
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | ssl.h | 5786 unsigned char *dstbuf, size_t dlen);
|