Lines Matching refs:size
81 * Max size of verification chain: end-entity + intermediates + trusted root
1686 static int x509_info_ext_key_usage(char **buf, size_t *size,
1691 size_t n = *size;
1709 *size = n;
1715 static int x509_info_cert_policies(char **buf, size_t *size,
1720 size_t n = *size;
1738 *size = n;
1749 int mbedtls_x509_crt_info(char *buf, size_t size, const char *prefix,
1758 n = size;
1764 return (int) (size - n);
1808 /* Key size */
1885 return (int) (size - n);
1900 int mbedtls_x509_crt_verify_info(char *buf, size_t size, const char *prefix,
1906 size_t n = size;
1924 return (int) (size - n);
2666 /* check size of signing key */
3041 * - checks the type and size of the EE cert's key,
3086 /* Check the type and size of the key */