mbed TLS v3.1.0
Macros
crypto_config.h File Reference

PSA crypto configuration options (set of defines) More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define PSA_WANT_ALG_CBC_NO_PADDING   1
 
#define PSA_WANT_ALG_CBC_PKCS7   1
 
#define PSA_WANT_ALG_CCM   1
 
#define PSA_WANT_ALG_CMAC   1
 
#define PSA_WANT_ALG_CFB   1
 
#define PSA_WANT_ALG_CHACHA20_POLY1305   1
 
#define PSA_WANT_ALG_CMAC   1
 
#define PSA_WANT_ALG_CTR   1
 
#define PSA_WANT_ALG_DETERMINISTIC_ECDSA   1
 
#define PSA_WANT_ALG_ECB_NO_PADDING   1
 
#define PSA_WANT_ALG_ECDH   1
 
#define PSA_WANT_ALG_ECDSA   1
 
#define PSA_WANT_ALG_GCM   1
 
#define PSA_WANT_ALG_HKDF   1
 
#define PSA_WANT_ALG_HMAC   1
 
#define PSA_WANT_ALG_MD5   1
 
#define PSA_WANT_ALG_OFB   1
 
#define PSA_WANT_ALG_RIPEMD160   1
 
#define PSA_WANT_ALG_RSA_OAEP   1
 
#define PSA_WANT_ALG_RSA_PKCS1V15_CRYPT   1
 
#define PSA_WANT_ALG_RSA_PKCS1V15_SIGN   1
 
#define PSA_WANT_ALG_RSA_PSS   1
 
#define PSA_WANT_ALG_SHA_1   1
 
#define PSA_WANT_ALG_SHA_224   1
 
#define PSA_WANT_ALG_SHA_256   1
 
#define PSA_WANT_ALG_SHA_384   1
 
#define PSA_WANT_ALG_SHA_512   1
 
#define PSA_WANT_ALG_STREAM_CIPHER   1
 
#define PSA_WANT_ALG_TLS12_PRF   1
 
#define PSA_WANT_ALG_TLS12_PSK_TO_MS   1
 
#define PSA_WANT_ALG_XTS   1
 
#define PSA_WANT_ECC_BRAINPOOL_P_R1_256   1
 
#define PSA_WANT_ECC_BRAINPOOL_P_R1_384   1
 
#define PSA_WANT_ECC_BRAINPOOL_P_R1_512   1
 
#define PSA_WANT_ECC_MONTGOMERY_255   1
 
#define PSA_WANT_ECC_MONTGOMERY_448   1
 
#define PSA_WANT_ECC_SECP_K1_192   1
 
#define PSA_WANT_ECC_SECP_K1_256   1
 
#define PSA_WANT_ECC_SECP_R1_192   1
 
#define PSA_WANT_ECC_SECP_R1_224   1
 
#define PSA_WANT_ECC_SECP_R1_256   1
 
#define PSA_WANT_ECC_SECP_R1_384   1
 
#define PSA_WANT_ECC_SECP_R1_521   1
 
#define PSA_WANT_KEY_TYPE_DERIVE   1
 
#define PSA_WANT_KEY_TYPE_HMAC   1
 
#define PSA_WANT_KEY_TYPE_AES   1
 
#define PSA_WANT_KEY_TYPE_ARIA   1
 
#define PSA_WANT_KEY_TYPE_CAMELLIA   1
 
#define PSA_WANT_KEY_TYPE_CHACHA20   1
 
#define PSA_WANT_KEY_TYPE_DES   1
 
#define PSA_WANT_KEY_TYPE_ECC_KEY_PAIR   1
 
#define PSA_WANT_KEY_TYPE_ECC_PUBLIC_KEY   1
 
#define PSA_WANT_KEY_TYPE_RAW_DATA   1
 
#define PSA_WANT_KEY_TYPE_RSA_KEY_PAIR   1
 
#define PSA_WANT_KEY_TYPE_RSA_PUBLIC_KEY   1
 

Detailed Description

PSA crypto configuration options (set of defines)

Definition in file crypto_config.h.

Macro Definition Documentation

#define PSA_WANT_ALG_CBC_NO_PADDING   1

When MBEDTLS_PSA_CRYPTO_CONFIG is disabled in mbedtls_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 57 of file crypto_config.h.

#define PSA_WANT_ALG_CBC_PKCS7   1

Definition at line 58 of file crypto_config.h.

#define PSA_WANT_ALG_CCM   1

Definition at line 59 of file crypto_config.h.

#define PSA_WANT_ALG_CFB   1

Definition at line 61 of file crypto_config.h.

#define PSA_WANT_ALG_CHACHA20_POLY1305   1

Definition at line 62 of file crypto_config.h.

#define PSA_WANT_ALG_CMAC   1

Definition at line 63 of file crypto_config.h.

#define PSA_WANT_ALG_CMAC   1

Definition at line 63 of file crypto_config.h.

#define PSA_WANT_ALG_CTR   1

Definition at line 64 of file crypto_config.h.

#define PSA_WANT_ALG_DETERMINISTIC_ECDSA   1

Definition at line 65 of file crypto_config.h.

#define PSA_WANT_ALG_ECB_NO_PADDING   1

Definition at line 66 of file crypto_config.h.

#define PSA_WANT_ALG_ECDH   1

Definition at line 67 of file crypto_config.h.

#define PSA_WANT_ALG_ECDSA   1

Definition at line 68 of file crypto_config.h.

#define PSA_WANT_ALG_GCM   1

Definition at line 69 of file crypto_config.h.

#define PSA_WANT_ALG_HKDF   1

Definition at line 70 of file crypto_config.h.

#define PSA_WANT_ALG_HMAC   1

Definition at line 71 of file crypto_config.h.

#define PSA_WANT_ALG_MD5   1

Definition at line 72 of file crypto_config.h.

#define PSA_WANT_ALG_OFB   1

Definition at line 73 of file crypto_config.h.

#define PSA_WANT_ALG_RIPEMD160   1

Definition at line 77 of file crypto_config.h.

#define PSA_WANT_ALG_RSA_OAEP   1

Definition at line 78 of file crypto_config.h.

#define PSA_WANT_ALG_RSA_PKCS1V15_CRYPT   1

Definition at line 79 of file crypto_config.h.

#define PSA_WANT_ALG_RSA_PKCS1V15_SIGN   1

Definition at line 80 of file crypto_config.h.

#define PSA_WANT_ALG_RSA_PSS   1

Definition at line 81 of file crypto_config.h.

#define PSA_WANT_ALG_SHA_1   1

Definition at line 82 of file crypto_config.h.

#define PSA_WANT_ALG_SHA_224   1

Definition at line 83 of file crypto_config.h.

#define PSA_WANT_ALG_SHA_256   1

Definition at line 84 of file crypto_config.h.

#define PSA_WANT_ALG_SHA_384   1

Definition at line 85 of file crypto_config.h.

#define PSA_WANT_ALG_SHA_512   1

Definition at line 86 of file crypto_config.h.

#define PSA_WANT_ALG_STREAM_CIPHER   1

Definition at line 87 of file crypto_config.h.

#define PSA_WANT_ALG_TLS12_PRF   1

Definition at line 88 of file crypto_config.h.

#define PSA_WANT_ALG_TLS12_PSK_TO_MS   1

Definition at line 89 of file crypto_config.h.

#define PSA_WANT_ALG_XTS   1

Definition at line 90 of file crypto_config.h.

#define PSA_WANT_ECC_BRAINPOOL_P_R1_256   1

Definition at line 92 of file crypto_config.h.

#define PSA_WANT_ECC_BRAINPOOL_P_R1_384   1

Definition at line 93 of file crypto_config.h.

#define PSA_WANT_ECC_BRAINPOOL_P_R1_512   1

Definition at line 94 of file crypto_config.h.

#define PSA_WANT_ECC_MONTGOMERY_255   1

Definition at line 95 of file crypto_config.h.

#define PSA_WANT_ECC_MONTGOMERY_448   1

Definition at line 96 of file crypto_config.h.

#define PSA_WANT_ECC_SECP_K1_192   1

Definition at line 97 of file crypto_config.h.

#define PSA_WANT_ECC_SECP_K1_256   1

Definition at line 104 of file crypto_config.h.

#define PSA_WANT_ECC_SECP_R1_192   1

Definition at line 105 of file crypto_config.h.

#define PSA_WANT_ECC_SECP_R1_224   1

Definition at line 106 of file crypto_config.h.

#define PSA_WANT_ECC_SECP_R1_256   1

Definition at line 107 of file crypto_config.h.

#define PSA_WANT_ECC_SECP_R1_384   1

Definition at line 108 of file crypto_config.h.

#define PSA_WANT_ECC_SECP_R1_521   1

Definition at line 109 of file crypto_config.h.

#define PSA_WANT_KEY_TYPE_AES   1

Definition at line 113 of file crypto_config.h.

#define PSA_WANT_KEY_TYPE_ARIA   1

Definition at line 114 of file crypto_config.h.

#define PSA_WANT_KEY_TYPE_CAMELLIA   1

Definition at line 115 of file crypto_config.h.

#define PSA_WANT_KEY_TYPE_CHACHA20   1

Definition at line 116 of file crypto_config.h.

#define PSA_WANT_KEY_TYPE_DERIVE   1

Definition at line 111 of file crypto_config.h.

#define PSA_WANT_KEY_TYPE_DES   1

Definition at line 117 of file crypto_config.h.

#define PSA_WANT_KEY_TYPE_ECC_KEY_PAIR   1

Definition at line 118 of file crypto_config.h.

#define PSA_WANT_KEY_TYPE_ECC_PUBLIC_KEY   1

Definition at line 119 of file crypto_config.h.

#define PSA_WANT_KEY_TYPE_HMAC   1

Definition at line 112 of file crypto_config.h.

#define PSA_WANT_KEY_TYPE_RAW_DATA   1

Definition at line 120 of file crypto_config.h.

#define PSA_WANT_KEY_TYPE_RSA_KEY_PAIR   1

Definition at line 121 of file crypto_config.h.

#define PSA_WANT_KEY_TYPE_RSA_PUBLIC_KEY   1

Definition at line 122 of file crypto_config.h.