/aosp_15_r20/external/wpa_supplicant_8/src/crypto/ |
H A D | des-internal.c | 435 void des_block_encrypt(const u8 *plain, const u32 *ek, u8 *crypt) in des_block_encrypt() 446 void des_block_decrypt(const u8 *crypt, const u32 *dk, u8 *plain) in des_block_decrypt() 469 void des3_encrypt(const u8 *plain, const struct des3_key_s *key, u8 *crypt) in des3_encrypt() 483 void des3_decrypt(const u8 *crypt, const struct des3_key_s *key, u8 *plain) in des3_decrypt()
|
H A D | crypto_libtomcrypt.c | 100 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() 129 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() 355 u8 *crypt, size_t len) in crypto_cipher_encrypt() 378 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, in crypto_cipher_decrypt() 616 const u8 *crypt, size_t crypt_len, in crypto_public_key_decrypt_pkcs1()
|
H A D | aes-gcm.c | 230 const u8 *crypt, size_t crypt_len, u8 *S) in aes_gcm_ghash() 256 const u8 *aad, size_t aad_len, u8 *crypt, u8 *tag) in aes_gcm_ae() 289 const u8 *crypt, size_t crypt_len, in aes_gcm_ad()
|
H A D | crypto_nettle.c | 261 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() 292 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() 437 u8 *crypt, size_t len) in crypto_cipher_encrypt() 451 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, in crypto_cipher_decrypt()
|
H A D | crypto_gnutls.c | 237 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() 271 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() 482 u8 *crypt, size_t len) in crypto_cipher_encrypt() 491 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, in crypto_cipher_decrypt()
|
H A D | crypto_linux.c | 503 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() 523 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() 979 u8 *crypt, size_t len) in crypto_cipher_encrypt() 985 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, in crypto_cipher_decrypt()
|
H A D | crypto_internal-cipher.c | 104 u8 *crypt, size_t len) in crypto_cipher_encrypt() 166 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, in crypto_cipher_decrypt()
|
H A D | aes-ccm.c | 150 const u8 *aad, size_t aad_len, u8 *crypt, u8 *auth) in aes_ccm_ae() 179 size_t M, const u8 *crypt, size_t crypt_len, in aes_ccm_ad()
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_crypt.py | 9 crypt = warnings_helper.import_deprecated("crypt") variable 14 crypt = None variable
|
/aosp_15_r20/packages/modules/Virtualization/libs/devicemapper/src/ |
D | lib.rs | 44 pub mod crypt; module 355 let crypt = read(crypt_device).unwrap(); in mapping_again_keeps_data() localVariable 404 let crypt = read(crypt_device).unwrap(); in data_inaccessible_with_diff_key() localVariable
|
/aosp_15_r20/system/netd/server/ |
H A D | XfrmController.h | 131 XfrmAlgo crypt; member 301 xfrm_algo crypt; member
|
/aosp_15_r20/external/wpa_supplicant_8/src/eap_common/ |
H A D | ikev2_common.c | 176 const u8 *plain, u8 *crypt, size_t len) in ikev2_encr_encrypt() 211 const u8 *crypt, u8 *plain, size_t len) in ikev2_encr_decrypt()
|
/aosp_15_r20/external/musl/src/crypt/ |
H A D | crypt.c | 4 char *crypt(const char *key, const char *salt) in crypt() function
|
/aosp_15_r20/external/trusty/musl/src/crypt/ |
D | crypt.c | 4 char *crypt(const char *key, const char *salt) in crypt() function
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_crypt.py | 5 crypt = test_support.import_module('crypt') variable
|
/aosp_15_r20/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/ |
H A D | CipherWrapThread.java | 31 public void crypt() throws Exception { in crypt() method in CipherWrapThread
|
H A D | CipherRSAThread.java | 31 public void crypt() throws Exception { in crypt() method in CipherRSAThread
|
H A D | CipherSymmetricKeyThread.java | 34 public void crypt() throws Exception { in crypt() method in CipherSymmetricKeyThread
|
H A D | CipherPBEThread.java | 35 public void crypt() throws Exception { in crypt() method in CipherPBEThread
|
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/aes/ |
D | asm_s390x.s | 123 crypt: label
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | crypt.py | 74 def crypt(word, salt=None): function
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | crypt.py | 74 def crypt(word, salt=None): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | crypt.py | 74 def crypt(word, salt=None): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | crypt.py | 74 def crypt(word, salt=None): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | crypt.py | 74 def crypt(word, salt=None): function
|