| /src/external/bsd/libfido2/dist/src/ |
| u2f.c | 504 encode_cred_authdata(const char *rp_id, const uint8_t *kh, uint8_t kh_len, 555 fido_buf_write(&ptr, &len, kh, kh_len) < 0 || 593 uint8_t *kh = NULL; local 620 (kh = calloc(1, kh_len)) == NULL || 621 fido_buf_read(&reply, &len, kh, kh_len) < 0) { 640 if (encode_cred_authdata(cred->rp.id, kh, kh_len, pubkey, 656 freezero(kh, kh_len);
|
| /src/external/bsd/pam-u2f/dist/pamu2fcfg/ |
| pamu2fcfg.c | 252 const unsigned char *kh = NULL; local 261 if ((kh = fido_cred_id_ptr(cred)) == NULL) { 281 if (!b64_encode(kh, kh_len, &b64_kh)) {
|
| /src/external/bsd/pam-u2f/dist/ |
| util.c | 159 static int is_resident(const char *kh) { return strcmp(kh, "*") == 0; } 171 const char *kh, *pk, *type, *attr; local 176 if ((kh = strtok_r(s, delim, &saveptr)) == NULL) { 196 cred->keyHandle = cred->old_format ? normal_b64(kh) : strdup(kh);
|
| /src/lib/libperfuse/ |
| fuse.h | 433 uint64_t kh; member in struct:fuse_poll_in 444 uint64_t kh; member in struct:fuse_notify_poll_wakeup_out
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| ada-lang.c | 9723 int kh; 9725 for (kh = i + 2; kh < size; kh += 2) 9726 if (to < indices[kh]) 9730 indices[i + 1] = indices[kh - 1]; 9733 memcpy (indices.data () + i + 2, indices.data () + kh, size - kh); 9734 indices.resize (kh - i - 2); 9709 int kh; local
|
| /src/external/gpl3/gdb/dist/gdb/ |
| ada-lang.c | 9735 int kh; 9737 for (kh = i + 2; kh < size; kh += 2) 9738 if (to < indices[kh]) 9742 indices[i + 1] = indices[kh - 1]; 9745 memcpy (indices.data () + i + 2, indices.data () + kh, size - kh); 9746 indices.resize (kh - i - 2); 9721 int kh; local
|