Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dpk.c381 int want_crypt) in psa_algorithm_for_rsa() argument
384 if (want_crypt) { in psa_algorithm_for_rsa()
391 if (want_crypt) { in psa_algorithm_for_rsa()
424 int want_crypt = 0; /* 0: sign/verify; 1: encrypt/decrypt */ in mbedtls_pk_get_psa_attributes() local
434 want_crypt = 1; in mbedtls_pk_get_psa_attributes()
451 psa_algorithm_for_rsa(rsa, want_crypt)); in mbedtls_pk_get_psa_attributes()