Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/library/
A Dcipher.c262 return( MBEDTLS_ERR_CIPHER_FEATURE_UNAVAILABLE ); in mbedtls_cipher_set_iv()
556 return( MBEDTLS_ERR_CIPHER_FEATURE_UNAVAILABLE ); in mbedtls_cipher_update()
587 return( MBEDTLS_ERR_CIPHER_FEATURE_UNAVAILABLE ); in mbedtls_cipher_update()
849 return( MBEDTLS_ERR_CIPHER_FEATURE_UNAVAILABLE ); in mbedtls_cipher_finish()
895 return( MBEDTLS_ERR_CIPHER_FEATURE_UNAVAILABLE ); in mbedtls_cipher_set_padding_mode()
1084 return( MBEDTLS_ERR_CIPHER_FEATURE_UNAVAILABLE ); in mbedtls_cipher_auth_encrypt()
1160 return( MBEDTLS_ERR_CIPHER_FEATURE_UNAVAILABLE ); in mbedtls_cipher_auth_decrypt()
A Dcmac.c442 ret = MBEDTLS_ERR_CIPHER_FEATURE_UNAVAILABLE; in mbedtls_aes_cmac_prf_128()
780 return( MBEDTLS_ERR_CIPHER_FEATURE_UNAVAILABLE ); in cmac_test_subkeys()
860 ret = MBEDTLS_ERR_CIPHER_FEATURE_UNAVAILABLE; in cmac_test_wth_cipher()
A Dnist_kw.c141 return( MBEDTLS_ERR_CIPHER_FEATURE_UNAVAILABLE ); in mbedtls_nist_kw_setkey()
517 ret = MBEDTLS_ERR_CIPHER_FEATURE_UNAVAILABLE; in mbedtls_nist_kw_unwrap()
A Derror.c234 if( use_ret == -(MBEDTLS_ERR_CIPHER_FEATURE_UNAVAILABLE) ) in mbedtls_strerror()
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dcipher.h59 #define MBEDTLS_ERR_CIPHER_FEATURE_UNAVAILABLE -0x6080 /**< The selected feature is not available… macro
A Dcompat-1.3.h1058 #define POLARSSL_ERR_CIPHER_FEATURE_UNAVAILABLE MBEDTLS_ERR_CIPHER_FEATURE_UNAVAILABLE
/AliOS-Things-master/components/py_engine/engine/lib/mbedtls_errors/
A Dmp_mbedtls_errors.c223 { -(MBEDTLS_ERR_CIPHER_FEATURE_UNAVAILABLE), "CIPHER_FEATURE_UNAVAILABLE" },

Completed in 29 milliseconds