YPC  0.2.0
ypc::crypto::internal::aes_gcm_impl< EC, AES, ECDH > Member List

This is the complete list of members for ypc::crypto::internal::aes_gcm_impl< EC, AES, ECDH >, including all inherited members.

decrypt_message_with_prefix(const uint8_t *private_key, uint32_t private_key_size, const uint8_t *cipher, uint32_t cipher_size, uint8_t *data, uint32_t data_size, uint32_t prefix) (defined in ypc::crypto::internal::aes_gcm_impl< EC, AES, ECDH >)ypc::crypto::internal::aes_gcm_impl< EC, AES, ECDH >inlinestatic
decrypt_message_with_prefix(const BytesType &private_key, const BytesType &cipher, BytesType &data, uint32_t prefix) (defined in ypc::crypto::internal::aes_gcm_impl< EC, AES, ECDH >)ypc::crypto::internal::aes_gcm_impl< EC, AES, ECDH >inlinestatic
encrypt_message_with_prefix(const uint8_t *public_key, uint32_t pkey_size, const uint8_t *data, uint32_t data_size, uint32_t prefix, uint8_t *cipher, uint32_t cipher_size) (defined in ypc::crypto::internal::aes_gcm_impl< EC, AES, ECDH >)ypc::crypto::internal::aes_gcm_impl< EC, AES, ECDH >inlinestatic
encrypt_message_with_prefix(const BytesType &public_key, const BytesType &data, uint32_t prefix, BytesType &cipher) (defined in ypc::crypto::internal::aes_gcm_impl< EC, AES, ECDH >)ypc::crypto::internal::aes_gcm_impl< EC, AES, ECDH >inlinestatic
get_decrypt_message_size_with_prefix(uint32_t cipher_size) (defined in ypc::crypto::internal::aes_gcm_impl< EC, AES, ECDH >)ypc::crypto::internal::aes_gcm_impl< EC, AES, ECDH >inlinestatic
get_encrypt_message_size_with_prefix(uint32_t data_size) (defined in ypc::crypto::internal::aes_gcm_impl< EC, AES, ECDH >)ypc::crypto::internal::aes_gcm_impl< EC, AES, ECDH >inlinestatic