| /external/openthread/third_party/mbedtls/repo/include/mbedtls/ | 
| D | x509_crt.h | 52 typedef struct mbedtls_x509_crt  struct54     int own_buffer;                     /**< Indicates if \c raw is owned
 56     mbedtls_x509_buf raw;               /**< The raw certificate data (DER). */
 57 …_x509_buf tbs;               /**< The raw certificate body (DER). The part that is To Be Signed. */
 59     int version;                /**< The X.509 version. (1=v1, 2=v2, 3=v3) */
 60     mbedtls_x509_buf serial;            /**< Unique id for certificate issued by a specific CA. */
 61     mbedtls_x509_buf sig_oid;           /**< Signature algorithm, e.g. sha1RSA */
 63 …  mbedtls_x509_buf issuer_raw;        /**< The raw issuer data (DER). Used for quick comparison. */
 64 … mbedtls_x509_buf subject_raw;       /**< The raw subject data (DER). Used for quick comparison. */
 66     mbedtls_x509_name issuer;           /**< The parsed issuer data (named information object). */
 [all …]
 
 | 
| /external/mbedtls/include/mbedtls/ | 
| D | x509_crt.h | 54 typedef struct mbedtls_x509_crt  struct58     mbedtls_x509_buf raw;               /**< The raw certificate data (DER). */
 59 …_x509_buf tbs;               /**< The raw certificate body (DER). The part that is To Be Signed. */
 61     int version;                /**< The X.509 version. (1=v1, 2=v2, 3=v3) */
 62     mbedtls_x509_buf serial;            /**< Unique id for certificate issued by a specific CA. */
 63     mbedtls_x509_buf sig_oid;           /**< Signature algorithm, e.g. sha1RSA */
 65 …  mbedtls_x509_buf issuer_raw;        /**< The raw issuer data (DER). Used for quick comparison. */
 66 … mbedtls_x509_buf subject_raw;       /**< The raw subject data (DER). Used for quick comparison. */
 68     mbedtls_x509_name issuer;           /**< The parsed issuer data (named information object). */
 69     mbedtls_x509_name subject;          /**< The parsed subject data (named information object). */
 [all …]
 
 | 
| /external/mbedtls/library/ | 
| D | x509_crt.c | 3078            int (*f_vrfy)(void *, mbedtls_x509_crt *, int, uint32_t *),  in x509_crt_merge_flags_with_cb()  argument3118 static int x509_crt_verify_restartable_ca_cb( mbedtls_x509_crt *crt,  in x509_crt_verify_restartable_ca_cb()  argument
 3206 int mbedtls_x509_crt_verify( mbedtls_x509_crt *crt,  in mbedtls_x509_crt_verify()  argument
 3223 int mbedtls_x509_crt_verify_with_profile( mbedtls_x509_crt *crt,  in mbedtls_x509_crt_verify_with_profile()  argument
 3242 int mbedtls_x509_crt_verify_with_ca_cb( mbedtls_x509_crt *crt,  in mbedtls_x509_crt_verify_with_ca_cb()  argument
 3257 int mbedtls_x509_crt_verify_restartable( mbedtls_x509_crt *crt,  in mbedtls_x509_crt_verify_restartable()  argument
 
 | 
| D | ssl_tls.c | 1572                      int (*f_vrfy)(void *, mbedtls_x509_crt *, int, uint32_t *),  in mbedtls_ssl_conf_verify()  argument1857                      int (*f_vrfy)(void *, mbedtls_x509_crt *, int, uint32_t *),  in mbedtls_ssl_set_verify()  argument
 
 | 
| /external/openthread/third_party/mbedtls/repo/library/ | 
| D | x509_crt.c | 3068            int (*f_vrfy)(void *, mbedtls_x509_crt *, int, uint32_t *),  in x509_crt_merge_flags_with_cb()  argument3108 static int x509_crt_verify_restartable_ca_cb( mbedtls_x509_crt *crt,  in x509_crt_verify_restartable_ca_cb()  argument
 3196 int mbedtls_x509_crt_verify( mbedtls_x509_crt *crt,  in mbedtls_x509_crt_verify()  argument
 3213 int mbedtls_x509_crt_verify_with_profile( mbedtls_x509_crt *crt,  in mbedtls_x509_crt_verify_with_profile()  argument
 3232 int mbedtls_x509_crt_verify_with_ca_cb( mbedtls_x509_crt *crt,  in mbedtls_x509_crt_verify_with_ca_cb()  argument
 3247 int mbedtls_x509_crt_verify_restartable( mbedtls_x509_crt *crt,  in mbedtls_x509_crt_verify_restartable()  argument
 
 | 
| D | ssl_tls.c | 4180                      int (*f_vrfy)(void *, mbedtls_x509_crt *, int, uint32_t *),  in mbedtls_ssl_conf_verify()  argument4400                      int (*f_vrfy)(void *, mbedtls_x509_crt *, int, uint32_t *),  in mbedtls_ssl_set_verify()  argument
 
 | 
| /external/libwebsockets/lib/tls/mbedtls/wrapper/library/ | 
| D | ssl_lib.c | 1083 void SSL_CTX_set_verify(SSL_CTX *ctx, int mode, int (*verify_callback)(SSL *, mbedtls_x509_crt *))  in SSL_CTX_set_verify()  argument1094 void SSL_set_verify(SSL *ssl, int mode, int (*verify_callback)(SSL *, mbedtls_x509_crt *))  in SSL_set_verify()  argument
 
 |