Home
last modified time | relevance | path

Searched refs:DES_BLOCK_SIZE (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_tdes_hw.c87 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 Dcipher_tdes.h14 #define DES_BLOCK_SIZE 8 macro
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_tdes_hw.c87 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 Dcipher_tdes.h14 #define DES_BLOCK_SIZE 8 macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_nettle.c45 nettle_des_encrypt(&ctx, DES_BLOCK_SIZE, cypher, clear); in des_encrypt()
H A Dcrypto_wolfssl.c301 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 Dcrypto_nettle.c45 nettle_des_encrypt(&ctx, DES_BLOCK_SIZE, cypher, clear); in des_encrypt()
H A Dcrypto_wolfssl.c301 wc_Des_EcbEncrypt(&des, cypher, clear, DES_BLOCK_SIZE); in des_encrypt()

Completed in 8 milliseconds