Searched refs:cursor (Results 1 – 2 of 2) sorted by relevance
| /uoscore-uedhoc-latest/src/edhoc/ |
| D | cert.c | 87 #define EXPECTO_TAG(tag, cursor, len) \ argument 88 if (*cursor != tag) { \ 95 cursor++; \ 96 mbedtls_asn1_get_len(&cursor, end, &len); \ 97 if (0 == *cursor) { \ 98 cursor++; \ 413 const uint8_t *cursor = cert->ptr; in cert_x509_verify() 418 EXPECTO_TAG(ASN1_SEQUENCE, cursor, len); in cert_x509_verify() 421 tbs_start = cursor; in cert_x509_verify() 422 EXPECTO_TAG(ASN1_SEQUENCE, cursor, len); in cert_x509_verify() [all …]
|
| /uoscore-uedhoc-latest/ |
| D | Doxyfile | 1707 # <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down 1709 # using the <cursor keys>. Press <Enter> to select an item or <escape> to cancel 1710 # the search. The filter options can be selected when the cursor is inside the 1711 # search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys>
|