Lines Matching refs:value
74 …`int`: 0 for success (or occasionally a positive value which is the output length), or a negative …
76 …0ba5c6a7565aff3c36677c1f9): `PSA_SUCCESS == 0` for success, or a negative value [`PSA_ERROR_xxx`](…
200 …_WANT_xxx` symbols must be set to a non-zero value. In particular, setting `PSA_WANT_xxx` to an em…
262 * To compare a MAC with a reference value, use `psa_mac_verify` rather than `psa_mac_compute` follo…
300 …value `PSA_KEY_TYPE_xxx`, the symbol `PSA_WANT_KEY_TYPE_xxx` is defined with a non-zero value if t…
348 …44d4536939d9c64025) to set the key type to the desired `PSA_KEY_TYPE_xxx` value (see “[Cipher mech…
350 …baa0279475ea3fd3bcdc98) to set the algorithm to the desired `PSA_ALG_xxx` value (see “[Cipher mech…
452 …value of type [`psa_algorithm_t`](https://mbed-tls.readthedocs.io/projects/api/en/development/api/…
465 …value `PSA_KEY_TYPE_xxx`, the symbol `PSA_WANT_KEY_TYPE_xxx` is defined with a non-zero value if t…
504 …11b12156). In addition, to compare the hash of a message with an expected value, you can call [`ps…
511 …_finish`. If verifying the hash against an expected value, compare the result with the expected va…
519 …adcd92e9627b8c97e). Alternatively, to verify the hash against an expected value, call [`psa_hash_v…
536 …44d4536939d9c64025) to set the key type to the desired `PSA_KEY_TYPE_xxx` value (see “[Cipher mech…
538 …baa0279475ea3fd3bcdc98) to set the algorithm to the desired `PSA_ALG_xxx` value (see “[Cipher mech…
554 …c_finish`. If verifying the MAC against an expected value, compare the result with the expected va…
562 …c_finish`. If verifying the MAC against an expected value, compare the result with the expected va…
572 To verify a MAC against an expected value, use the following process instead:
577 4. To verify the MAC against an expected value, call [`psa_mac_verify_finish`](https://mbed-tls.rea…
584 …6988545df5d5e2466c34d753443b15a) to verify the MAC of a buffer in memory against an expected value.
601 …_1gac0b6a76e45cceb1862752bf041701859) to select the algorithm, which is a value of type [`psa_algo…
602 …a21a0c15a) instead for an input that is a PSA key object.) The input step value for each step is a…
614 …_1gac0b6a76e45cceb1862752bf041701859) to select the algorithm, which is a value of type [`psa_algo…
616 …a21a0c15a) instead for an input that is a PSA key object.) The input step value for each step is a…
621 …If you want to verify the output against an expected value (for authentication, rather than to der…
668 …44d4536939d9c64025) to set the key type to the desired `PSA_KEY_TYPE_xxx` value (see “[RSA mechani…
670 …ea3fd3bcdc98) to set the permitted algorithm to the desired `PSA_ALG_xxx` value (see “[RSA mechani…
699 …i/file/crypto__values_8h/#c.PSA_ALG_ANY_HASH) instead of a hash algorithm value to allow the key t…
709 …nisms. The PSA algorithm selection corresponds to the `mbedtls_pk_type_t` value passed to `mbedtls…
768 | Mbed TLS DH group P value | PSA DH group family | Bit-size |
790 | ECC key pair | Fixed-length private value (not containing the public key) |
792 | ECC public key (Montgomery curve) | Fixed-length public value |
793 | FFDH key pair | Fixed-length private value (not containing the public key) |
794 | FFDH public key | Fixed-length public value |
891 …e85c2164ad3d4c0d42501241eeb06) to obtain a key's type (`PSA_KEY_TYPE_xxx` value) and size (nominal…
993 …value with [`psa_interruptible_get_max_ops`](https://mbed-tls.readthedocs.io/projects/api/en/devel…
1042 …pes_1gaa1235dc3fdd9839c6c1b1a9857344c76) where `hash` is a hash algorithm value (`PSA_ALG_xxx`, se…
1089 …s_1ga6857ef0ecb3fa844d4536939d9c64025) to set the key type to the desired `PSA_KEY_TYPE_xxx` value:
1137 …__sizes_8h/#c.PSA_EXPORT_PUBLIC_KEY_OUTPUT_SIZE) (where `key_type` is the value passed to `psa_set…
1212 * `mbedtls_dhm_get_value` for `MBEDTLS_DHM_PARAM_K` (shared secret): this is the value calculated b…
1225 …LS_ECP_DP_xxx` value of type `mbedtls_ecp_group_id`. The PSA API identifies a curve by a `PSA_ECC_…
1286 …a6d36cc3d5b43f8303db6f7) to set the key's location to the chosen location value for the driver, e.…