Mbed TLS v2.28.8
|
PSA crypto configuration options (set of defines) More...
Go to the source code of this file.
PSA crypto configuration options (set of defines)
Definition in file crypto_config.h.
#define PSA_WANT_ALG_CBC_NO_PADDING 1 |
When MBEDTLS_PSA_CRYPTO_CONFIG
is disabled in config.h, this file is not used, and cryptographic mechanisms are supported through the PSA API if and only if they are supported through the mbedtls_xxx API.
Definition at line 45 of file crypto_config.h.
#define PSA_WANT_ALG_CBC_PKCS7 1 |
Definition at line 46 of file crypto_config.h.
#define PSA_WANT_ALG_CCM 1 |
Definition at line 47 of file crypto_config.h.
#define PSA_WANT_ALG_CFB 1 |
Definition at line 49 of file crypto_config.h.
#define PSA_WANT_ALG_CHACHA20_POLY1305 1 |
Definition at line 50 of file crypto_config.h.
#define PSA_WANT_ALG_CMAC 1 |
Definition at line 48 of file crypto_config.h.
#define PSA_WANT_ALG_CTR 1 |
Definition at line 51 of file crypto_config.h.
#define PSA_WANT_ALG_DETERMINISTIC_ECDSA 1 |
Definition at line 52 of file crypto_config.h.
#define PSA_WANT_ALG_ECB_NO_PADDING 1 |
Definition at line 53 of file crypto_config.h.
#define PSA_WANT_ALG_ECDH 1 |
Definition at line 54 of file crypto_config.h.
#define PSA_WANT_ALG_ECDSA 1 |
Definition at line 55 of file crypto_config.h.
#define PSA_WANT_ALG_GCM 1 |
Definition at line 56 of file crypto_config.h.
#define PSA_WANT_ALG_HKDF 1 |
Definition at line 57 of file crypto_config.h.
#define PSA_WANT_ALG_HMAC 1 |
Definition at line 58 of file crypto_config.h.
#define PSA_WANT_ALG_MD2 1 |
Definition at line 59 of file crypto_config.h.
#define PSA_WANT_ALG_MD4 1 |
Definition at line 60 of file crypto_config.h.
#define PSA_WANT_ALG_MD5 1 |
Definition at line 61 of file crypto_config.h.
#define PSA_WANT_ALG_OFB 1 |
Definition at line 62 of file crypto_config.h.
#define PSA_WANT_ALG_RIPEMD160 1 |
Definition at line 63 of file crypto_config.h.
#define PSA_WANT_ALG_RSA_OAEP 1 |
Definition at line 64 of file crypto_config.h.
#define PSA_WANT_ALG_RSA_PKCS1V15_CRYPT 1 |
Definition at line 65 of file crypto_config.h.
#define PSA_WANT_ALG_RSA_PKCS1V15_SIGN 1 |
Definition at line 66 of file crypto_config.h.
#define PSA_WANT_ALG_RSA_PSS 1 |
Definition at line 67 of file crypto_config.h.
#define PSA_WANT_ALG_SHA_1 1 |
Definition at line 68 of file crypto_config.h.
#define PSA_WANT_ALG_SHA_224 1 |
Definition at line 69 of file crypto_config.h.
#define PSA_WANT_ALG_SHA_256 1 |
Definition at line 70 of file crypto_config.h.
#define PSA_WANT_ALG_SHA_384 1 |
Definition at line 71 of file crypto_config.h.
#define PSA_WANT_ALG_SHA_512 1 |
Definition at line 72 of file crypto_config.h.
#define PSA_WANT_ALG_STREAM_CIPHER 1 |
Definition at line 73 of file crypto_config.h.
#define PSA_WANT_ALG_TLS12_PRF 1 |
Definition at line 74 of file crypto_config.h.
#define PSA_WANT_ALG_TLS12_PSK_TO_MS 1 |
Definition at line 75 of file crypto_config.h.
#define PSA_WANT_ECC_BRAINPOOL_P_R1_256 1 |
Definition at line 80 of file crypto_config.h.
#define PSA_WANT_ECC_BRAINPOOL_P_R1_384 1 |
Definition at line 81 of file crypto_config.h.
#define PSA_WANT_ECC_BRAINPOOL_P_R1_512 1 |
Definition at line 82 of file crypto_config.h.
#define PSA_WANT_ECC_MONTGOMERY_255 1 |
Definition at line 83 of file crypto_config.h.
#define PSA_WANT_ECC_SECP_K1_192 1 |
Definition at line 90 of file crypto_config.h.
#define PSA_WANT_ECC_SECP_K1_256 1 |
Definition at line 97 of file crypto_config.h.
#define PSA_WANT_ECC_SECP_R1_192 1 |
Definition at line 98 of file crypto_config.h.
#define PSA_WANT_ECC_SECP_R1_224 1 |
Definition at line 99 of file crypto_config.h.
#define PSA_WANT_ECC_SECP_R1_256 1 |
Definition at line 100 of file crypto_config.h.
#define PSA_WANT_ECC_SECP_R1_384 1 |
Definition at line 101 of file crypto_config.h.
#define PSA_WANT_ECC_SECP_R1_521 1 |
Definition at line 102 of file crypto_config.h.
#define PSA_WANT_KEY_TYPE_AES 1 |
Definition at line 106 of file crypto_config.h.
#define PSA_WANT_KEY_TYPE_ARC4 1 |
Definition at line 107 of file crypto_config.h.
#define PSA_WANT_KEY_TYPE_ARIA 1 |
Definition at line 108 of file crypto_config.h.
#define PSA_WANT_KEY_TYPE_CAMELLIA 1 |
Definition at line 109 of file crypto_config.h.
#define PSA_WANT_KEY_TYPE_CHACHA20 1 |
Definition at line 110 of file crypto_config.h.
#define PSA_WANT_KEY_TYPE_DERIVE 1 |
Definition at line 104 of file crypto_config.h.
#define PSA_WANT_KEY_TYPE_DES 1 |
Definition at line 111 of file crypto_config.h.
#define PSA_WANT_KEY_TYPE_ECC_KEY_PAIR 1 |
Definition at line 112 of file crypto_config.h.
#define PSA_WANT_KEY_TYPE_ECC_PUBLIC_KEY 1 |
Definition at line 113 of file crypto_config.h.
#define PSA_WANT_KEY_TYPE_HMAC 1 |
Definition at line 105 of file crypto_config.h.
#define PSA_WANT_KEY_TYPE_RAW_DATA 1 |
Definition at line 114 of file crypto_config.h.
#define PSA_WANT_KEY_TYPE_RSA_KEY_PAIR 1 |
Definition at line 115 of file crypto_config.h.
#define PSA_WANT_KEY_TYPE_RSA_PUBLIC_KEY 1 |
Definition at line 116 of file crypto_config.h.