Lines Matching refs:macro

82 …nitialized (or equivalently, initialized with the provided `PSA_XXX_INIT` macro or `psa_xxx_init()…
84 …crypto API functions that have an output buffer, there is a corresponding macro, generally called …
180 …file `"psa/crypto_config.h"`. You can override the file location with the macro [`MBEDTLS_PSA_CRYP…
185 …For parametrized algorithms, there is a `PSA_WANT_` symbol both for the main macro and for each ar…
318 | Legacy macro | PSA macro |
326 | Legacy function | PSA macro |
371 … a specified IV, use the multi-part API described below.) You can use the macro [`PSA_CIPHER_ENCRY…
372 …306d80929215e) to perform decryption with a specified IV. You can use the macro [`PSA_CIPHER_DECRY…
376 …ga1399de29db657e3737bb09927aae51fa) and zero-initialize it (or use the corresponding `INIT` macro).
400 …the ciphertext, use the multi-part API described below.) You can use the macro [`PSA_AEAD_ENCRYPT…
401 …tag is separate, use the multi-part API described below.) You can use the macro [`PSA_AEAD_DECRYPT…
405 …ga14f6a01afbaa8c5b3d8c5d345cbaa3ed) and zero-initialize it (or use the corresponding `INIT` macro).
489 | Legacy macro | PSA macro |
516 …ga3c4205d2ce66c4095fc5c78c25273fab) and zero-initialize it (or use the corresponding `INIT` macro).
567 …ga78f0838b0c4e3db28b26355624d4bd37) and zero-initialize it (or use the corresponding `INIT` macro).
574 …ga78f0838b0c4e3db28b26355624d4bd37) and zero-initialize it (or use the corresponding `INIT` macro).
600 …ga5f099b63799a0959c3d46718c86c2609) and zero-initialize it (or use the corresponding `INIT` macro).
613 …ga5f099b63799a0959c3d46718c86c2609) and zero-initialize it (or use the corresponding `INIT` macro).
893 …ytes as `mbedtls_pk_get_len` or `mbedtls_rsa_get_len` do, you can use the macro `PSA_BITS_TO_BYTES…
981 …ga6948d4653175b1b530a265540066a7e7) and zero-initialize it (or use the corresponding `INIT` macro).
987 …ga537054cf4909ad1426331ae4ce7148bb) and zero-initialize it (or use the corresponding `INIT` macro).
1021 Use the macro [`PSA_ASYMMETRIC_ENCRYPT_OUTPUT_SIZE`](https://mbed-tls.readthedocs.io/projects/api/e…
1025 Use the macro [`PSA_ASYMMETRIC_DECRYPT_OUTPUT_SIZE`](https://mbed-tls.readthedocs.io/projects/api/e…
1251 | Legacy macro | PSA equivalent |