Searched refs:nlength (Results 1 - 4 of 4) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/search/ |
H A D | lfind.c | 36 size_t nlength = LENGTH1; in lfind_0100() local 40 ret = lfind(&key, array, &nlength, sizeof(int), (int (*)(const void *, const void *))compare); in lfind_0100() 52 size_t nlength = LENGTH2; in lfind_0200() local 56 ret = lfind(&key, array, &nlength, sizeof(int), (int (*)(const void *, const void *))compare); in lfind_0200()
|
/third_party/mbedtls/include/mbedtls/ |
H A D | ssl_ticket.h | 140 * \param nlength Session ticket encryption key name length in bytes 149 * \note \c nlength must match sizeof( ctx->name ) 168 const unsigned char *name, size_t nlength,
|
/third_party/mbedtls/library/ |
H A D | ssl_ticket.c | 155 const unsigned char *name, size_t nlength, in mbedtls_ssl_ticket_rotate() 171 if (nlength < TICKET_KEY_NAME_BYTES || klength * 8 < (size_t) bitlen) { in mbedtls_ssl_ticket_rotate() 154 mbedtls_ssl_ticket_rotate(mbedtls_ssl_ticket_context *ctx, const unsigned char *name, size_t nlength, const unsigned char *k, size_t klength, uint32_t lifetime) mbedtls_ssl_ticket_rotate() argument
|
/third_party/ltp/scripts/ |
H A D | checkpatch.pl | 4194 my ($nlength, $nindent) = line_stats($lines[$ctx_ln - 1]);
|
Completed in 8 milliseconds