Lines Matching refs:salt
92 memcpy(iv + cipher_desc->salt, buf + TLS_HEADER_SIZE, cipher_desc->iv);
332 void *buf, *iv, *aad, *dummy_buf, *salt;
343 salt = tls_ctx->crypto_send.aes_gcm_128.salt;
346 salt = tls_ctx->crypto_send.aes_gcm_256.salt;
352 buf_len = cipher_desc->salt + cipher_desc->iv + TLS_AAD_SPACE_SIZE +
359 memcpy(iv, salt, cipher_desc->salt);
360 aad = buf + cipher_desc->salt + cipher_desc->iv;