Searched refs:MBEDTLS_ERR_PKCS12_FEATURE_UNAVAILABLE (Results 1 – 5 of 5) sorted by relevance
146 return( MBEDTLS_ERR_PKCS12_FEATURE_UNAVAILABLE ); in mbedtls_pkcs12_pbe_sha1_rc4_128()189 return( MBEDTLS_ERR_PKCS12_FEATURE_UNAVAILABLE ); in mbedtls_pkcs12_pbe()273 return( MBEDTLS_ERR_PKCS12_FEATURE_UNAVAILABLE ); in mbedtls_pkcs12_derivation()
370 if( use_ret == -(MBEDTLS_ERR_PKCS12_FEATURE_UNAVAILABLE) ) in mbedtls_strerror()
34 #define MBEDTLS_ERR_PKCS12_FEATURE_UNAVAILABLE -0x1F00 /**< Feature not available, e.g.… macro
1130 #define POLARSSL_ERR_PKCS12_FEATURE_UNAVAILABLE MBEDTLS_ERR_PKCS12_FEATURE_UNAVAILABLE
300 { -(MBEDTLS_ERR_PKCS12_FEATURE_UNAVAILABLE), "PKCS12_FEATURE_UNAVAILABLE" },
Completed in 18 milliseconds