SOPC_CryptoProfiles_PubSub gather pointers to cryptographic functions of the security policies of OPC UA PubSub.
More...
SOPC_CryptoProfiles_PubSub gather pointers to cryptographic functions of the security policies of OPC UA PubSub.
Crypto profiles are defined as struct of pointers. These immutable struct are extern and const, because they are lib-specific (hence SOPC_CryptoProfile_PubSub_Get and these variables are in different translation units). SOPC_CryptoProfile_PubSub should be accessed through SOPC_CryptoProfile_PubSub_Get ONLY, and should not be modified, as multiple calls to SOPC_CryptoProfile_PubSub_Get returns the same instance.