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 221 #define DES_set_odd_parity DES_SET_ODD_PARITY
384 # define des_set_odd_parity DES_SET_ODD_PARITY macro
399 # undef des_set_odd_parity macro
400 # undef DES_set_odd_parity
406 static void des_set_odd_parity(des_cblock *key) { function
407 DES_SET_ODD_PARITY(key);
curl_ntlm_core.c 58 # define DES_set_odd_parity des_set_odd_parity
152 DES_set_odd_parity(&key);
  /external/boringssl/src/crypto/des/
des.c 373 void DES_set_odd_parity(DES_cblock *key) {

Completed in 36 milliseconds