Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Derror.c748 case -(MBEDTLS_ERR_OID_BUF_TOO_SMALL): in mbedtls_low_level_strerr()
H A Doid.c974 return MBEDTLS_ERR_OID_BUF_TOO_SMALL; in FN_OID_TYPED_FROM_ASN1()
1027 return MBEDTLS_ERR_OID_BUF_TOO_SMALL; in oid_subidentifier_encode_into()
H A Dx509.c855 } else if (ret == MBEDTLS_ERR_OID_BUF_TOO_SMALL) { in mbedtls_x509_dn_gets()
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Doid.h30 #define MBEDTLS_ERR_OID_BUF_TOO_SMALL -0x000B macro