HomeSort by relevance Sort by last modified time
    Searched refs:DES_set_odd_parity (Results 1 - 4 of 4) sorted by null

  /external/boringssl/src/include/openssl/
des.h 92 // DES_set_odd_parity sets the parity bits (the least-significant bits in each
94 OPENSSL_EXPORT void DES_set_odd_parity(DES_cblock *key);
  /external/curl/lib/
setup-vms.h 222 #define DES_set_odd_parity DES_SET_ODD_PARITY
397 # define des_set_odd_parity DES_SET_ODD_PARITY macro
412 # undef des_set_odd_parity macro
413 # undef DES_set_odd_parity
419 static void des_set_odd_parity(des_cblock *key) { function
420 DES_SET_ODD_PARITY(key);
curl_ntlm_core.c 77 # define DES_set_odd_parity des_set_odd_parity
175 DES_set_odd_parity(&key);
  /external/boringssl/src/crypto/fipsmodule/des/
des.c 373 void DES_set_odd_parity(DES_cblock *key) {

Completed in 606 milliseconds