Searched refs:derivation (Results 1 – 4 of 4) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | ssl_tls.c | 6703 static psa_status_t setup_psa_key_derivation(psa_key_derivation_operation_t *derivation, in setup_psa_key_derivation() argument 6715 status = psa_key_derivation_setup(derivation, alg); in setup_psa_key_derivation() 6721 status = psa_key_derivation_input_bytes(derivation, in setup_psa_key_derivation() 6729 status = psa_key_derivation_input_bytes(derivation, in setup_psa_key_derivation() 6739 derivation, PSA_KEY_DERIVATION_INPUT_SECRET, in setup_psa_key_derivation() 6743 derivation, PSA_KEY_DERIVATION_INPUT_SECRET, key); in setup_psa_key_derivation() 6749 status = psa_key_derivation_input_bytes(derivation, in setup_psa_key_derivation() 6759 status = psa_key_derivation_set_capacity(derivation, capacity); in setup_psa_key_derivation() 6779 psa_key_derivation_operation_t derivation = in tls_prf_generic() local 6807 status = setup_psa_key_derivation(&derivation, in tls_prf_generic() [all …]
|
| /optee_os/lib/libmbedtls/mbedtls/include/psa/ |
| H A D | crypto_se_driver.h | 1313 const psa_drv_se_key_derivation_t *MBEDTLS_PRIVATE(derivation);
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | ChangeLog | 72 multipart operations, MAC-based key derivation operations, interruptible 592 * Correct initial capacities for key derivation algorithms:TLS12_PRF, 1097 * The key derivation algorithm PSA_ALG_TLS12_ECJPAKE_TO_PMS cannot be 1280 * Add an ad-hoc key derivation function handling EC J-PAKE to PMS 1283 using PSA_ALG_TLS12_ECJPAKE_TO_PMS as the key derivation algorithm. 1443 * Add support for psa crypto key derivation for elliptic curve 2453 in combined key agreement and derivation operations, as long as the key 2533 agreement and subsequent key derivation operation to be used as a key 2956 * Key derivation inputs in the PSA API can now either come from a key object 2967 key derivation function, use a buffer instead (this is now always [all …]
|
| /optee_os/ |
| H A D | CHANGELOG.md | 1918 elements design, the build system, GitHub usage, key derivation extensions,
|