Searched defs:block_type (Results 1 – 9 of 9) sorted by relevance
/external/chromium/net/base/ |
D | pem_tokenizer.h | 37 const std::string& block_type() const { return block_type_; } in block_type() function
|
/external/wpa_supplicant_8/src/tls/ |
D | pkcs1.c | 16 static int pkcs1_generate_encryption_block(u8 block_type, size_t modlen, in pkcs1_generate_encryption_block() 79 int pkcs1_encrypt(int block_type, struct crypto_rsa_key *key, in pkcs1_encrypt()
|
/external/dropbear/libtomcrypt/src/pk/pkcs1/ |
D | pkcs_1_v1_5_decode.c | 34 int block_type, in pkcs_1_v1_5_decode()
|
D | pkcs_1_v1_5_encode.c | 35 int block_type, in pkcs_1_v1_5_encode()
|
/external/chromium/net/disk_cache/ |
D | block_files.cc | 241 bool BlockFiles::CreateBlock(FileType block_type, int block_count, in CreateBlock() 469 MappedFile* BlockFiles::FileForNewBlock(FileType block_type, int block_count) { in FileForNewBlock() 515 int BlockFiles::CreateNextBlockFile(FileType block_type) { in CreateNextBlockFile() 525 void BlockFiles::RemoveEmptyFile(FileType block_type) { in RemoveEmptyFile()
|
D | backend_impl.cc | 877 bool BackendImpl::CreateBlock(FileType block_type, int block_count, in CreateBlock()
|
/external/wpa_supplicant_8/src/crypto/ |
D | crypto_libtomcrypt.c | 486 static int pkcs1_generate_encryption_block(u8 block_type, size_t modlen, in pkcs1_generate_encryption_block() 549 static int crypto_rsa_encrypt_pkcs1(int block_type, rsa_key *key, int key_type, in crypto_rsa_encrypt_pkcs1()
|
/external/grub/stage2/ |
D | gunzip.c | 147 static int block_type; variable
|
/external/webkit/Source/WebCore/inspector/front-end/UglifyJS/ |
D | process.js | 676 function tighten(statements, block_type) { argument
|