/external/openfst/src/include/fst/extensions/far/ |
create.h | 66 ostringstream keybuf; local 67 keybuf.width(generate_keys); 68 keybuf.fill('0'); 69 keybuf << i + 1; 70 key = keybuf.str();
|
compile-strings.h | 272 ostringstream keybuf; local 273 keybuf.width(key_size); 274 keybuf.fill('0'); 275 keybuf << n; 278 key = keybuf.str(); 285 key += keybuf.str();
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/ |
key_prot.x | 93 typedef opaque keybuf[HEXKEYBYTES]; /* store key in hex */ 150 keybuf st_priv_key; 151 keybuf st_pub_key; 177 KEY_SET(keybuf) = 1; 219 KEY_SET(keybuf) = 1; 280 KEY_GET_CONV(keybuf) = 10;
|
key_prot.h | 70 typedef char keybuf[HEXKEYBYTES]; typedef 115 keybuf st_priv_key; 116 keybuf st_pub_key; 236 extern bool_t xdr_keybuf (XDR *, keybuf);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
key_prot.x | 93 typedef opaque keybuf[HEXKEYBYTES]; /* store key in hex */ 150 keybuf st_priv_key; 151 keybuf st_pub_key; 177 KEY_SET(keybuf) = 1; 219 KEY_SET(keybuf) = 1; 280 KEY_GET_CONV(keybuf) = 10;
|
key_prot.h | 70 typedef char keybuf[HEXKEYBYTES]; typedef 115 keybuf st_priv_key; 116 keybuf st_pub_key; 236 extern bool_t xdr_keybuf (XDR *, keybuf);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
key_prot.x | 93 typedef opaque keybuf[HEXKEYBYTES]; /* store key in hex */ 150 keybuf st_priv_key; 151 keybuf st_pub_key; 177 KEY_SET(keybuf) = 1; 219 KEY_SET(keybuf) = 1; 280 KEY_GET_CONV(keybuf) = 10;
|
key_prot.h | 70 typedef char keybuf[HEXKEYBYTES]; typedef 115 keybuf st_priv_key; 116 keybuf st_pub_key; 236 extern bool_t xdr_keybuf (XDR *, keybuf);
|
/external/dropbear/ |
cli-authpubkey.c | 64 buffer* keybuf = NULL; local 77 keybuf = buf_new(MAX_PUBKEY_SIZE); 92 keybuf->pos = keybuf->len = 0; 93 buf_put_pub_key(keybuf, keyitem->key, keytype); 94 buf_setpos(keybuf, 0); 95 buf_incrpos(keybuf, 4); /* first int is the length of the remainder (ie 100 if (keybuf->len-4 != remotelen) { 101 TRACE(("lengths differed: localh %d remote %d", keybuf->len, remotelen)) 105 if (memcmp(buf_getptr(keybuf, remotelen) [all...] |
keyimport.c | 543 unsigned char keybuf[32]; 548 MD5Final(keybuf, &md5c); 551 MD5Update(&md5c, keybuf, 16); 554 MD5Final(keybuf+16, &md5c); 559 des3_decrypt_pubkey_ossh(keybuf, (unsigned char *)key->iv, 563 memset(keybuf, 0, sizeof(keybuf)); [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/ |
bin-farabs.asm | 0 keybuf equ 0040h:001Eh 11 mov ax, seg keybuf 16 mov bx, keybuf 23 jmp keybuf 29 jmp near keybuf 47 jmp far keybuf ; Illegal in NASM ("value referenced by FAR is not relocatable") 51 dw keybuf ; offset part 52 dw seg keybuf ; segment part 1 keybuf equ 0040h:001Eh define
|
/external/qemu/distrib/sdl-1.2.15/src/video/dga/ |
SDL_dgaevents.c | 98 char keybuf[32]; local 100 if ( XLookupString(&xkey, keybuf, sizeof(keybuf), NULL, &state) ) { 107 keysym.unicode = (Uint8)keybuf[0];
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/ |
key_prot.h | 72 typedef char keybuf[HEXKEYBYTES]; typedef 74 extern "C" bool_t xdr_keybuf(XDR *, keybuf); 76 extern bool_t xdr_keybuf(XDR *, keybuf); 173 keybuf st_priv_key; 174 keybuf st_pub_key;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/ |
key_prot.h | 72 typedef char keybuf[HEXKEYBYTES]; typedef 74 extern "C" bool_t xdr_keybuf(XDR *, keybuf); 76 extern bool_t xdr_keybuf(XDR *, keybuf); 173 keybuf st_priv_key; 174 keybuf st_pub_key;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/ |
key_prot.h | 72 typedef char keybuf[HEXKEYBYTES]; typedef 74 extern "C" bool_t xdr_keybuf(XDR *, keybuf); 76 extern bool_t xdr_keybuf(XDR *, keybuf); 173 keybuf st_priv_key; 174 keybuf st_pub_key;
|
/external/chromium_org/third_party/openssl/openssl/crypto/pem/ |
pvkfmt.c | 738 unsigned char keybuf[20]; local 755 if (!derive_pvk_key(keybuf, p, saltlen, 764 if (!EVP_DecryptInit_ex(&cctx, EVP_rc4(), NULL, keybuf, NULL)) 774 memset(keybuf + 5, 0, 11); 775 if (!EVP_DecryptInit_ex(&cctx, EVP_rc4(), NULL, keybuf, 778 OPENSSL_cleanse(keybuf, 20); 792 OPENSSL_cleanse(keybuf, 20); 897 unsigned char keybuf[20]; local 908 if (!derive_pvk_key(keybuf, salt, PVK_SALTLEN, 912 memset(keybuf + 5, 0, 11) [all...] |
/external/openssl/crypto/pem/ |
pvkfmt.c | 738 unsigned char keybuf[20]; local 755 if (!derive_pvk_key(keybuf, p, saltlen, 764 if (!EVP_DecryptInit_ex(&cctx, EVP_rc4(), NULL, keybuf, NULL)) 774 memset(keybuf + 5, 0, 11); 775 if (!EVP_DecryptInit_ex(&cctx, EVP_rc4(), NULL, keybuf, 778 OPENSSL_cleanse(keybuf, 20); 792 OPENSSL_cleanse(keybuf, 20); 897 unsigned char keybuf[20]; local 908 if (!derive_pvk_key(keybuf, salt, PVK_SALTLEN, 912 memset(keybuf + 5, 0, 11) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
SDL_x11events.c | 588 char keybuf[32]; local 589 char *keydata = keybuf; 596 count = Xutf8LookupString(SDL_IC, &xevent.xkey, keydata, sizeof(keybuf), &xkeysym, &status); 717 if (keydata != NULL && keybuf != keydata) { 728 char keybuf[32]; local 735 keybuf, sizeof(keybuf), 743 keysym.unicode = (Uint8)keybuf[0]; 1252 char keybuf[32]; local [all...] |
/external/chromium_org/third_party/leveldatabase/src/db/ |
c_test.c | 280 char keybuf[100]; local 289 snprintf(keybuf, sizeof(keybuf), "k%020d", i); 291 leveldb_put(db, woptions, keybuf, strlen(keybuf), valbuf, strlen(valbuf),
|
/external/sqlite/android/ |
sqlite3_android.cpp | 362 char keybuf[1024]; local 363 uint32_t result = ucol_getSortKey(collator, token, -1, (uint8_t*)keybuf, sizeof(keybuf)-1); 364 if (result > sizeof(keybuf)) { 372 base16Encode(base16buf, keybuf, keysize);
|
/external/wpa_supplicant_8/src/eap_common/ |
ikev2_common.c | 697 u8 *keybuf, *pos; local 716 keybuf = os_malloc(keybuf_len); 717 if (keybuf == NULL) 721 data, data_len, keybuf, keybuf_len)) { 722 os_free(keybuf); 726 pos = keybuf; 783 os_free(keybuf);
|
/external/qemu/block/ |
qcow.c | 175 uint8_t keybuf[16]; local 178 memset(keybuf, 0, 16); 185 keybuf[i] = key[i]; 189 if (AES_set_encrypt_key(keybuf, 128, &s->aes_encrypt_key) != 0) 191 if (AES_set_decrypt_key(keybuf, 128, &s->aes_decrypt_key) != 0)
|
/external/openssh/ |
authfile.c | 219 key_save_private_blob(Buffer *keybuf, const char *filename) 227 if (atomicio(vwrite, fd, buffer_ptr(keybuf), 228 buffer_len(keybuf)) != buffer_len(keybuf)) {
|
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/ |
SDL_fbevents.c | 996 unsigned char keybuf[BUFSIZ]; local 1002 nread = read(keyboard_fd, keybuf, BUFSIZ); 1004 scancode = keybuf[i] & 0x7F; 1005 if ( keybuf[i] & 0x80 ) {
|
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/ |
SDL_gsevents.c | 762 unsigned char keybuf[BUFSIZ]; local 768 nread = read(keyboard_fd, keybuf, BUFSIZ); 770 scancode = keybuf[i] & 0x7F; 771 if ( keybuf[i] & 0x80 ) {
|