Home
last modified time | relevance | path

Searched defs:block_type (Results 1 – 9 of 9) sorted by relevance

/external/chromium/net/base/
Dpem_tokenizer.h37 const std::string& block_type() const { return block_type_; } in block_type() function
/external/wpa_supplicant_8/src/tls/
Dpkcs1.c16 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/
Dpkcs_1_v1_5_decode.c34 int block_type, in pkcs_1_v1_5_decode()
Dpkcs_1_v1_5_encode.c35 int block_type, in pkcs_1_v1_5_encode()
/external/chromium/net/disk_cache/
Dblock_files.cc241 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()
Dbackend_impl.cc877 bool BackendImpl::CreateBlock(FileType block_type, int block_count, in CreateBlock()
/external/wpa_supplicant_8/src/crypto/
Dcrypto_libtomcrypt.c486 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/
Dgunzip.c147 static int block_type; variable
/external/webkit/Source/WebCore/inspector/front-end/UglifyJS/
Dprocess.js676 function tighten(statements, block_type) { argument