Searched refs:decrypted (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/contrib/libsodium/test/default/ |
| H A D | aead_aes256gcm.c | 3084 unsigned char *decrypted; in tv() local 3169 decrypted = (unsigned char *) sodium_malloc(message_len); in tv() 3171 if (crypto_aead_aes256gcm_decrypt(decrypted, &found_message_len, in tv() 3181 if (crypto_aead_aes256gcm_decrypt(decrypted, &found_message_len, in tv() 3193 if (crypto_aead_aes256gcm_decrypt(decrypted, &found_message_len, in tv() 3199 if (memcmp(decrypted, message, message_len) != 0) { in tv() 3202 memset(decrypted, 0xd0, message_len); in tv() 3203 if (crypto_aead_aes256gcm_decrypt_detached(decrypted, in tv() 3209 if (memcmp(decrypted, message, message_len) != 0) { in tv() 3217 sodium_free(decrypted); in tv()
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | rte_security.rst | 48 Ingress Data path - The packet is decrypted in RX path and relevant 54 contains the decrypted data where the encrypted data was when the packet 119 Ingress Data path - The packet is decrypted in the RX path and relevant 125 will contains the decrypted packet only. The driver Rx path checks the 205 will be removed from the packet and the decrypted packet may contain
|
| H A D | rte_flow.rst | 1947 encrypted on egress, and decrypted and authenticated on ingress.
|
| /f-stack/freebsd/contrib/libsodium/ |
| H A D | ChangeLog | 172 This checks the MAC without writing the decrypted message.
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | ipsec_secgw.rst | 51 * Inbound SP check using ACL of decrypted packets and any other IPv4 packets.
|