Deprecated macro definitions.
Macros | |
| #define | NVPKCS11_ECDSA_256_KEY_SIZE NVPKCS11_EC_256_POINT_SIZE |
| Max allowed key size for ECDSA key type (Legacy) More... | |
| #define | NVPKCS11_EDDSA_256_KEY_SIZE NVPKCS11_EC_256_POINT_SIZE |
| Max allowed key size for EDDSA key type (Legacy) More... | |
| #define | NVPKCS11_SHA_MAX_DATA_SIZE (256UL * 0x100000UL) |
| Max input buffer size for SHA operation 256 x 1MB (Legacy) More... | |
| #define | NVPKCS11_AES_BUFFER_LIMIT (1U * 0x100000UL) |
| Maximum input buffer size for AES encrypt/decrypt operation 1MB (Legacy) More... | |
| #define NVPKCS11_AES_BUFFER_LIMIT (1U * 0x100000UL) |
Maximum input buffer size for AES encrypt/decrypt operation 1MB (Legacy)
This macro definition is deprecated and will be removed in a future release This value exceeds the maximum buffer size on some channels which can be as low as 16KB Applicable max buffer size should be determined from knowledge of your device tree channel settings
Definition at line 254 of file nvpkcs11_public_defs.h.
| #define NVPKCS11_ECDSA_256_KEY_SIZE NVPKCS11_EC_256_POINT_SIZE |
Max allowed key size for ECDSA key type (Legacy)
This macro definition is deprecated in favour of a mechanism-agnostic definition
Definition at line 238 of file nvpkcs11_public_defs.h.
| #define NVPKCS11_EDDSA_256_KEY_SIZE NVPKCS11_EC_256_POINT_SIZE |
Max allowed key size for EDDSA key type (Legacy)
This macro definition is deprecated in favour of a mechanism-agnostic definition
Definition at line 242 of file nvpkcs11_public_defs.h.
| #define NVPKCS11_SHA_MAX_DATA_SIZE (256UL * 0x100000UL) |
Max input buffer size for SHA operation 256 x 1MB (Legacy)
This macro definition is deprecated and will be removed in a future release This value exceeds the maximum buffer size on some channels which can be as low as 1KB Applicable max buffer size should be determined from knowledge of your device tree channel settings
Definition at line 248 of file nvpkcs11_public_defs.h.