Searched refs:orig_buf (Results 1 – 1 of 1) sorted by relevance
886 char *orig_buf, *buf; in tls_device_reencrypt() local892 orig_buf = kmalloc(rxm->full_len + TLS_HEADER_SIZE + cipher_desc->iv, in tls_device_reencrypt()894 if (!orig_buf) in tls_device_reencrypt()896 buf = orig_buf; in tls_device_reencrypt()965 kfree(orig_buf); in tls_device_reencrypt()
Completed in 6 milliseconds