HomeSort by relevance Sort by last modified time
    Searched refs:crypt (Results 1 - 25 of 165) sorted by null

1 2 3 4 5 6 7

  /external/syslinux/com32/cmenu/libmenu/
des.h 5 // des crypt
6 extern char *crypt(const char *key, const char *salt);
  /external/python/cpython3/Lib/test/
test_crypt.py 4 crypt = support.import_module('crypt') variable
9 c = crypt.crypt('mypassword', 'ab')
14 self.assertEqual(len(crypt._saltchars), 64)
15 for method in crypt.methods:
16 salt = crypt.mksalt(method)
21 for method in crypt.methods:
22 pw = crypt.crypt('assword', method
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_crypt.py 4 crypt = test_support.import_module('crypt') variable
9 c = crypt.crypt('mypassword', 'ab')
  /external/python/cpython2/Lib/test/
test_crypt.py 4 crypt = test_support.import_module('crypt') variable
9 c = crypt.crypt('mypassword', 'ab')
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_crypt.py 4 crypt = test_support.import_module('crypt') variable
9 c = crypt.crypt('mypassword', 'ab')
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_crypt.py 4 crypt = test_support.import_module('crypt') variable
9 c = crypt.crypt('mypassword', 'ab')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_crypt.py 4 crypt = test_support.import_module('crypt') variable
9 c = crypt.crypt('mypassword', 'ab')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_crypt.py 4 crypt = test_support.import_module('crypt') variable
9 c = crypt.crypt('mypassword', 'ab')
  /external/syslinux/gpxe/src/include/gpxe/
sec80211.h 43 enum net80211_crypto_alg *crypt )
52 * @ret crypt Cryptosystem used by network
61 enum net80211_crypto_alg *crypt ) {
63 return _sec80211_detect ( iob, secprot, crypt );
69 enum net80211_crypto_alg *crypt );
74 enum net80211_crypto_alg crypt,
77 u32 sec80211_rsn_get_crypto_desc ( enum net80211_crypto_alg crypt, int rsnie );
  /external/wpa_supplicant_8/src/crypto/
des_i.h 18 void des_block_encrypt(const u8 *plain, const u32 *ek, u8 *crypt);
19 void des_block_decrypt(const u8 *crypt, const u32 *dk, u8 *plain);
22 void des3_encrypt(const u8 *plain, const struct des3_key_s *key, u8 *crypt);
23 void des3_decrypt(const u8 *crypt, const struct des3_key_s *key, u8 *plain);
aes.h 15 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt);
18 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain);
crypto_internal-cipher.c 104 u8 *crypt, size_t len)
110 if (plain != crypt)
111 os_memcpy(crypt, plain, len);
113 ctx->u.rc4.used_bytes, crypt, len);
125 os_memcpy(crypt, ctx->u.aes.cbc, AES_BLOCK_SIZE);
127 crypt += AES_BLOCK_SIZE;
139 os_memcpy(crypt, ctx->u.des3.cbc, 8);
141 crypt += 8;
153 os_memcpy(crypt, ctx->u.des.cbc, 8);
155 crypt += 8
    [all...]
aes_wrap.h 56 u8 *crypt, u8 *tag);
59 const u8 *crypt, size_t crypt_len,
67 const u8 *aad, size_t aad_len, u8 *crypt, u8 *auth);
69 size_t M, const u8 *crypt, size_t crypt_len,
aes-gcm.c 230 const u8 *crypt, size_t crypt_len, u8 *S)
242 ghash(H, crypt, crypt_len, S);
256 const u8 *aad, size_t aad_len, u8 *crypt, u8 *tag)
270 aes_gcm_gctr(aes, J0, plain, plain_len, crypt);
272 aes_gcm_ghash(H, aad, aad_len, crypt, plain_len, S);
289 const u8 *crypt, size_t crypt_len,
304 aes_gcm_gctr(aes, J0, crypt, crypt_len, plain);
306 aes_gcm_ghash(H, aad, aad_len, crypt, crypt_len, S);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
cryptmodule.c 12 /* Module crypt */
19 extern char * crypt(const char *, const char *);
22 if (!PyArg_ParseTuple(args, "ss:crypt", &word, &salt)) {
25 /* On some platforms (AtheOS) crypt returns NULL for an invalid
27 return Py_BuildValue("s", crypt(word, salt));
32 "crypt(word, salt) -> string\n\
41 {"crypt", crypt_crypt, METH_VARARGS, crypt_crypt__doc__},
48 Py_InitModule("crypt", crypt_methods);
  /external/python/cpython2/Modules/
cryptmodule.c 12 /* Module crypt */
19 extern char * crypt(const char *, const char *);
22 if (!PyArg_ParseTuple(args, "ss:crypt", &word, &salt)) {
25 /* On some platforms (AtheOS) crypt returns NULL for an invalid
27 return Py_BuildValue("s", crypt(word, salt));
32 "crypt(word, salt) -> string\n\
41 {"crypt", crypt_crypt, METH_VARARGS, crypt_crypt__doc__},
48 Py_InitModule("crypt", crypt_methods);
  /cts/tests/tests/net/src/android/net/cts/
IpSecManagerTest.java 464 IpSecAlgorithm crypt,
479 if (crypt != null) {
480 transformBuilder.setEncryption(crypt);
519 getIvLen(crypt != null ? crypt : aead),
520 getBlkSize(crypt != null ? crypt : aead),
632 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY); local
639 .setEncryption(crypt)
661 // IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY)
682 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY); local
688 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY); local
694 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY); local
700 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY); local
707 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY); local
714 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY); local
721 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY); local
728 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY); local
735 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY); local
742 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY); local
749 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY); local
756 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY); local
763 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY); local
770 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY); local
777 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY); local
784 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY); local
791 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY); local
798 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY); local
805 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY); local
812 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY); local
819 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY); local
826 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY); local
833 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY); local
924 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY); local
931 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY); local
938 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY); local
945 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY); local
952 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY); local
959 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY); local
966 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY); local
973 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY); local
980 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY); local
987 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY); local
1036 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY); local
1048 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY); local
1060 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY); local
1072 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY); local
1084 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY); local
1096 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY); local
    [all...]
  /external/dhcpcd-6.8.2/test/
Makefile 6 SRCS+= test_hmac_md5.c ../crypt/hmac_md5.c
12 CPPFLAGS+= -I../crypt
15 T_MD5_SRC= ${MD5_SRC:crypt/%=../crypt/%}
  /external/python/cpython3/Modules/
_cryptmodule.c 8 /* Module crypt */
11 module crypt
18 crypt.crypt
37 /* On some platforms (AtheOS) crypt returns NULL for an invalid
39 return Py_BuildValue("s", crypt(word, salt));
  /external/syslinux/gpxe/src/net/80211/
sec80211.c 84 * @v crypt Cryptosystem ID number
99 enum net80211_crypto_alg crypt,
109 if ( crypt == NET80211_CRYPT_NONE ) {
116 if ( tbl_crypto->algorithm == crypt ) {
132 DBG ( "802.11-Sec no support for cryptosystem %d\n", crypt );
133 return -( ENOTSUP | EUNIQ_10 | ( crypt << 8 ) );
139 "length %d\n", crypt, crypto, len );
319 * @ret crypt Cryptosystem used by network
323 * @a secprot and @a crypt unchanged.
327 enum net80211_crypto_alg *crypt )
    [all...]
  /external/python/cpython3/Lib/
crypt.py 1 """Wrapper to the POSIX crypt library call and associated functionality."""
15 """Class representing a salt method per the Modular Crypt Format or the
16 legacy 2-character crypt method."""
19 return '<crypt.METHOD_{}>'.format(self.name)
35 def crypt(word, salt=None): function
41 ``salt`` may be one of the ``crypt.METHOD_*`` values, or a string as
42 returned by ``crypt.mksalt()``.
47 return _crypt.crypt(word, salt)
51 METHOD_CRYPT = _Method('CRYPT', None, 2, 13)
58 _result = crypt('', _method
    [all...]
  /external/wpa_supplicant_8/src/tls/
pkcs1.h 22 const u8 *crypt, size_t crypt_len,
  /external/dhcpcd-6.8.2/
Android.mk 39 crypt/md5.c \
40 crypt/hmac_md5.c \
59 LOCAL_SRC_FILES += crypt/sha256.c
60 LOCAL_C_INCLUDES += $(LOCAL_PATH)/crypt
73 # if-options.c, dhcp-common.c, and crypt/sha256.c.
  /device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt8173/
platform.mk 14 -I${MTK_PLAT_SOC}/drivers/crypt/ \
44 ${MTK_PLAT_SOC}/drivers/crypt/crypt.c \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
crypt.h 2 * UFC-crypt: ultra fast crypt(3) implementation
21 * @(#)crypt.h 1.5 12/20/96
33 extern char *crypt (__const char *__key, __const char *__salt)
75 #endif /* crypt.h */

Completed in 567 milliseconds

1 2 3 4 5 6 7