Searched defs:clear (Results 1 - 25 of 854) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto_cryptoapi.c153 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
205 os_memcpy(cypher, clear, 8);
H A Dcrypto_gnutls.c33 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
50 gcry_cipher_encrypt(hd, cypher, 8, clear, 8);
H A Dcrypto_libtomcrypt.c38 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
54 des_ecb_encrypt(clear, cypher, &skey);
H A Dcrypto_none.c21 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
H A Dcrypto_nss.c46 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
96 if (PK11_CipherOp(ctx, cypher, &olen, 8, (void *) clear, 8) !=
H A Dcrypto_openssl.c118 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
134 DES_ecb_encrypt((DES_cblock *) clear, (DES_cblock *) cypher, &ks,
845 void crypto_bignum_deinit(struct crypto_bignum *n, int clear) argument
847 if (clear)
1113 void crypto_ec_point_deinit(struct crypto_ec_point *p, int clear) argument
1115 if (clear)
H A Ddes-internal.c399 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
416 work[0] = WPA_GET_BE32(clear);
417 work[1] = WPA_GET_BE32(clear + 4);
/external/wpa_supplicant_8/src/crypto/
H A Dcrypto_cryptoapi.c153 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
205 os_memcpy(cypher, clear, 8);
H A Dcrypto_gnutls.c33 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
50 gcry_cipher_encrypt(hd, cypher, 8, clear, 8);
H A Dcrypto_libtomcrypt.c38 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
54 des_ecb_encrypt(clear, cypher, &skey);
H A Dcrypto_none.c21 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
H A Dcrypto_nss.c46 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
96 if (PK11_CipherOp(ctx, cypher, &olen, 8, (void *) clear, 8) !=
H A Dcrypto_openssl.c118 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
134 DES_ecb_encrypt((DES_cblock *) clear, (DES_cblock *) cypher, &ks,
845 void crypto_bignum_deinit(struct crypto_bignum *n, int clear) argument
847 if (clear)
1113 void crypto_ec_point_deinit(struct crypto_ec_point *p, int clear) argument
1115 if (clear)
H A Ddes-internal.c399 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
416 work[0] = WPA_GET_BE32(clear);
417 work[1] = WPA_GET_BE32(clear + 4);
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dcrypto_cryptoapi.c153 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
205 os_memcpy(cypher, clear, 8);
H A Dcrypto_gnutls.c33 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
50 gcry_cipher_encrypt(hd, cypher, 8, clear, 8);
H A Dcrypto_libtomcrypt.c38 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
54 des_ecb_encrypt(clear, cypher, &skey);
H A Dcrypto_none.c21 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
H A Dcrypto_nss.c46 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
96 if (PK11_CipherOp(ctx, cypher, &olen, 8, (void *) clear, 8) !=
H A Dcrypto_openssl.c118 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
134 DES_ecb_encrypt((DES_cblock *) clear, (DES_cblock *) cypher, &ks,
845 void crypto_bignum_deinit(struct crypto_bignum *n, int clear) argument
847 if (clear)
1113 void crypto_ec_point_deinit(struct crypto_ec_point *p, int clear) argument
1115 if (clear)
H A Ddes-internal.c399 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
416 work[0] = WPA_GET_BE32(clear);
417 work[1] = WPA_GET_BE32(clear + 4);
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPNode.java96 public void clear() method in class:XMPNode
326 // clear qualifier related options
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
H A DOptions.java57 public void clear() method in class:Options
166 int oneLessBit = theBits & (theBits - 1); // clear rightmost one bit
/external/valgrind/main/callgrind/
H A Dglobal.h662 void (*clear)(void); member in struct:cachesim_if

Completed in 584 milliseconds

1234567891011>>