Merge follow-up: remove unused code from the development branch
This commit is contained in:
parent
2938268fb4
commit
6f3c30e9db
1 changed files with 0 additions and 12 deletions
|
@ -3666,18 +3666,6 @@ psa_algorithm_t psa_key_policy_get_algorithm( const psa_key_policy_t *policy )
|
|||
{
|
||||
return( policy->alg );
|
||||
}
|
||||
|
||||
void psa_key_policy_set_enrollment_algorithm( psa_key_policy_t *policy,
|
||||
psa_algorithm_t alg2 )
|
||||
{
|
||||
policy->alg2 = alg2;
|
||||
}
|
||||
|
||||
psa_algorithm_t psa_key_policy_get_enrollment_algorithm(
|
||||
const psa_key_policy_t *policy )
|
||||
{
|
||||
return( policy->alg2 );
|
||||
}
|
||||
#endif /* !defined(MBEDTLS_PSA_CRYPTO_SPM) */
|
||||
|
||||
psa_status_t psa_set_key_policy( psa_key_handle_t handle,
|
||||
|
|
Loading…
Reference in a new issue