Searched refs:profile (Results 1 – 5 of 5) sorted by relevance
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | x509_crt.c | 200 if( mbedtls_pk_get_bitlen( pk ) >= profile->rsa_min_bitlen ) in x509_profile_check_key() 2387 if( x509_profile_check_key( profile, &ca->pk ) != 0 ) in x509_crt_verifycrl() 2819 const mbedtls_x509_crt_profile *profile, in x509_crt_verify_chain() argument 3115 const mbedtls_x509_crt_profile *profile, in x509_crt_verify_restartable_ca_cb() argument 3130 if( profile == NULL ) in x509_crt_verify_restartable_ca_cb() 3143 if( x509_profile_check_pk_alg( profile, pk_type ) != 0 ) in x509_crt_verify_restartable_ca_cb() 3146 if( x509_profile_check_key( profile, &crt->pk ) != 0 ) in x509_crt_verify_restartable_ca_cb() 3151 f_ca_cb, p_ca_cb, profile, in x509_crt_verify_restartable_ca_cb() 3218 const mbedtls_x509_crt_profile *profile, in mbedtls_x509_crt_verify_with_profile() argument 3237 const mbedtls_x509_crt_profile *profile, in mbedtls_x509_crt_verify_with_ca_cb() argument [all …]
|
A D | ssl_tls.c | 4326 const mbedtls_x509_crt_profile *profile ) in mbedtls_ssl_conf_cert_profile() argument 4328 conf->cert_profile = profile; in mbedtls_ssl_conf_cert_profile()
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | x509_crt.h | 663 const mbedtls_x509_crt_profile *profile, 697 const mbedtls_x509_crt_profile *profile, 763 const mbedtls_x509_crt_profile *profile,
|
A D | ssl.h | 2705 const mbedtls_x509_crt_profile *profile ); 3265 static inline const char *mbedtls_ssl_get_srtp_profile_as_string( mbedtls_ssl_srtp_profile profile ) in mbedtls_ssl_get_srtp_profile_as_string() argument 3267 switch( profile ) in mbedtls_ssl_get_srtp_profile_as_string()
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/ |
A D | ChangeLog | 2723 size/curve against the profile. Before that, there was no way to set a 2798 * Made X509 profile pointer const in mbedtls_ssl_conf_cert_profile() to allow 2868 * Added a concept of X.509 cerificate verification profile that controls 3271 * Optimize for RAM usage in example config.h for NSA Suite B profile.
|
Completed in 50 milliseconds