Searched refs:enckey (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_security_handler.cpp | 466 uint8_t enckey[32]; in GetUserPassword() local 467 memset(enckey, 0, sizeof(enckey)); in GetUserPassword() 472 memcpy(enckey, digest, copy_len); in GetUserPassword() 481 CRYPT_ArcFourCryptBlock(okeybuf, okeylen, enckey, key_len); in GetUserPassword() 487 tempkey[j] = enckey[j] ^ static_cast<uint8_t>(i); in GetUserPassword() 557 uint8_t enckey[32]; in OnCreateInternal() local 558 memcpy(enckey, digest, key_len); in OnCreateInternal() 564 CRYPT_ArcFourCryptBlock(passcode, 32, enckey, key_len); in OnCreateInternal() 569 tempkey[j] = enckey[j] ^ i; in OnCreateInternal()
|
/external/tcpdump/ |
D | print-esp.c | 434 char *enckey; in esp_print_decode_ikeline() local 440 enckey = strsep(&line, " \t"); in esp_print_decode_ikeline() 443 if(!init || !icookie || !rcookie || !authkey || !enckey) { in esp_print_decode_ikeline() 475 if(!espprint_decode_encalgo(ndo, enckey, &sa1)) return; in esp_print_decode_ikeline()
|
/external/boringssl/src/crypto/fipsmodule/aes/asm/ |
D | aes-x86_64.pl | 1301 sub enckey() subroutine 1414 &enckey (); 1449 &enckey (); 1494 &enckey ();
|
D | aes-586.pl | 2646 sub enckey() subroutine 2724 &enckey (); 2764 &enckey (); 2818 &enckey ();
|