Home
last modified time | relevance | path

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

/openthread-3.4.0/third_party/mbedtls/repo/library/
Dx509_crt.c3073 uint32_t cur_flags; in x509_crt_merge_flags_with_cb() local
3079 cur_flags = cur->flags; in x509_crt_merge_flags_with_cb()
3082 if( ( ret = f_vrfy( p_vrfy, cur->crt, (int) i-1, &cur_flags ) ) != 0 ) in x509_crt_merge_flags_with_cb()
3085 *flags |= cur_flags; in x509_crt_merge_flags_with_cb()