Home
last modified time | relevance | path

Searched refs:kbuf (Results 1 - 5 of 5) sorted by relevance

/third_party/musl/src/stat/
H A Dstatvfs.c47 struct statfs kbuf; in statvfs() local
48 if (__statfs(path, &kbuf)<0) return -1; in statvfs()
49 fixup(buf, &kbuf); in statvfs()
55 struct statfs kbuf; in fstatvfs() local
56 if (__fstatfs(fd, &kbuf)<0) return -1; in fstatvfs()
57 fixup(buf, &kbuf); in fstatvfs()
/third_party/mbedtls/programs/ssl/
H A Dssl_server2.c2987 unsigned char kbuf[MBEDTLS_SSL_TICKET_MAX_KEY_BYTES]; in main() local
2990 (ret = rng_get(&rng, kbuf, sizeof(kbuf))) != 0 || in main()
2992 name, sizeof(name), kbuf, sizeof(kbuf), in main()
/third_party/node/deps/openssl/openssl/engines/
H A De_loader_attic.c443 char kbuf[PEM_BUFSIZE]; in try_decode_PKCS8Encrypted() local
468 if ((pass = file_get_pass(ui_method, kbuf, PEM_BUFSIZE, in try_decode_PKCS8Encrypted()
/third_party/openssl/engines/
H A De_loader_attic.c443 char kbuf[PEM_BUFSIZE]; in try_decode_PKCS8Encrypted() local
468 if ((pass = file_get_pass(ui_method, kbuf, PEM_BUFSIZE, in try_decode_PKCS8Encrypted()
/third_party/libcoap/src/
H A Dcoap_oscore.c184 uint8_t *kbuf; in coap_rebuild_pdu_for_proxy() local
188 kbuf = buf = coap_malloc_type(COAP_STRING, uri.path.length + 1); in coap_rebuild_pdu_for_proxy()
202 coap_free_type(COAP_STRING, kbuf); in coap_rebuild_pdu_for_proxy()

Completed in 13 milliseconds