Home
last modified time | relevance | path

Searched refs:derivation (Results 1 – 4 of 4) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dssl_tls.c6703 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 Dcrypto_se_driver.h1313 const psa_drv_se_key_derivation_t *MBEDTLS_PRIVATE(derivation);
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog115 multipart operations, MAC-based key derivation operations, interruptible
635 * Correct initial capacities for key derivation algorithms:TLS12_PRF,
1140 * The key derivation algorithm PSA_ALG_TLS12_ECJPAKE_TO_PMS cannot be
1323 * Add an ad-hoc key derivation function handling EC J-PAKE to PMS
1326 using PSA_ALG_TLS12_ECJPAKE_TO_PMS as the key derivation algorithm.
1486 * Add support for psa crypto key derivation for elliptic curve
2496 in combined key agreement and derivation operations, as long as the key
2576 agreement and subsequent key derivation operation to be used as a key
2999 * Key derivation inputs in the PSA API can now either come from a key object
3010 key derivation function, use a buffer instead (this is now always
[all …]
/optee_os/
H A DCHANGELOG.md1948 elements design, the build system, GitHub usage, key derivation extensions,