Searched refs:DES_BLOCK_SIZE (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_tdes_hw.c | 87 if (len < DES_BLOCK_SIZE) in ossl_cipher_hw_tdes_ecb() 90 for (i = 0, len -= DES_BLOCK_SIZE; i <= len; i += DES_BLOCK_SIZE) { in ossl_cipher_hw_tdes_ecb()
|
H A D | cipher_tdes.h | 14 #define DES_BLOCK_SIZE 8 macro
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_tdes_hw.c | 87 if (len < DES_BLOCK_SIZE) in ossl_cipher_hw_tdes_ecb() 90 for (i = 0, len -= DES_BLOCK_SIZE; i <= len; i += DES_BLOCK_SIZE) { in ossl_cipher_hw_tdes_ecb()
|
H A D | cipher_tdes.h | 14 #define DES_BLOCK_SIZE 8 macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | crypto_nettle.c | 45 nettle_des_encrypt(&ctx, DES_BLOCK_SIZE, cypher, clear); in des_encrypt()
|
H A D | crypto_wolfssl.c | 301 wc_Des_EcbEncrypt(&des, cypher, clear, DES_BLOCK_SIZE); in des_encrypt()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | crypto_nettle.c | 45 nettle_des_encrypt(&ctx, DES_BLOCK_SIZE, cypher, clear); in des_encrypt()
|
H A D | crypto_wolfssl.c | 301 wc_Des_EcbEncrypt(&des, cypher, clear, DES_BLOCK_SIZE); in des_encrypt()
|
Completed in 8 milliseconds