Searched refs:enckey (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_security_handler.cpp | 475 uint8_t enckey[32]; in GetUserPassword() local 476 FXSYS_memset(enckey, 0, sizeof(enckey)); in GetUserPassword() 481 FXSYS_memcpy(enckey, digest, copy_len); in GetUserPassword() 490 CRYPT_ArcFourCryptBlock(okeybuf, okeylen, enckey, key_len); in GetUserPassword() 496 tempkey[j] = enckey[j] ^ static_cast<uint8_t>(i); in GetUserPassword() 569 uint8_t enckey[32]; in OnCreate() local 570 FXSYS_memcpy(enckey, digest, key_len); in OnCreate() 574 CRYPT_ArcFourCryptBlock(passcode, 32, enckey, key_len); in OnCreate() 579 tempkey[j] = enckey[j] ^ i; in OnCreate()
|
/external/tcpdump/ |
D | print-esp.c | 352 char *enckey; in esp_print_decode_ikeline() local 358 enckey = strsep(&line, " \t"); in esp_print_decode_ikeline() 361 if(!init || !icookie || !rcookie || !authkey || !enckey) { in esp_print_decode_ikeline() 393 if(!espprint_decode_encalgo(ndo, enckey, &sa1)) return; in esp_print_decode_ikeline()
|
/external/boringssl/src/crypto/aes/asm/ |
D | aes-x86_64.pl | 1254 sub enckey() subroutine 1354 &enckey (); 1389 &enckey (); 1434 &enckey ();
|
D | aes-586.pl | 2639 sub enckey() subroutine 2717 &enckey (); 2757 &enckey (); 2811 &enckey ();
|