/external/dropbear/libtomcrypt/src/pk/ecc/ |
ecc_decrypt_key.c | 27 Decrypt an ECC encrypted key 124 /* Decrypt the key */
|
/external/openssl/crypto/perlasm/ |
cbc.pl | 25 # while for decrypt, it is kept in little endian. 30 # enc_func and dec_func and the functions to call for encrypt/decrypt 33 # enc_off is parameter number for the encrypt/decrypt flag 64 &push($out); # used in decrypt for iv[1] 65 &push($in); # used in decrypt for iv[0] 99 &jz(&label("decrypt")); 205 &set_label("decrypt",1); 206 # decrypt start
|
/external/dropbear/libtomcrypt/src/pk/dsa/ |
dsa_shared_secret.c | 23 @param base The base of the exponentiation (allows this to be used for both encrypt and decrypt)
|
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
DigitalSignature.java | 226 final byte[] decrypt; 228 decrypt = cipher.doFinal(data); 246 return Arrays.equals(decrypt, md5_sha);
|
/external/openssl/crypto/pkcs12/ |
p12_decr.c | 67 /* Encrypt/Decrypt a buffer based on password and algor, result in a 80 /* Decrypt data */ 109 /* Decrypt an OCTET STRING and decode ASN1 structure
|
/external/dropbear/libtomcrypt/testprof/ |
katja_test.c | 76 fprintf(stderr, "\nkatja_decrypt_key mismatch len %lu (first decrypt)", len2); 88 fprintf(stderr, "\nkatja_decrypt_key mismatch, len %lu (second decrypt)\n", len2); 119 fprintf(stderr, "\nkatja_decrypt_key mismatch len %lu (first decrypt)", len2);
|
dsa_test.c | 24 /* decrypt */
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/ |
StreamBlockCipher.java | 56 * encrypt/decrypt a single byte returning the result.
|
/dalvik/libcore/security/src/test/java/tests/targets/security/ |
CipherHelper.java | 117 private static final String plainData = "some data to encrypt and decrypt test"; 133 private static final String plainData = "some data to encrypt and decrypt test"; 253 private static final String plainData = "some data to encrypt and decrypt"; 324 private static final String plainData = "some data to encrypt and decrypt";
|
/external/dropbear/libtomcrypt/src/pk/katja/ |
katja_decrypt_key.c | 21 (PKCS #1 v2.0) decrypt then OAEP depad
|
/external/dropbear/libtomcrypt/src/pk/rsa/ |
rsa_decrypt_key.c | 21 PKCS #1 decrypt then v1.5 or OAEP depad
|
/external/openssl/crypto/des/ |
rpc_des.h | 99 #undef DECRYPT 102 enum desdir { ENCRYPT, DECRYPT };
|
destest.c | 397 printf("des_ede3_cbcm_encrypt decrypt error\n"); 484 printf("cbc_encrypt decrypt error\n"); 510 printf("des_xcbc_encrypt decrypt error\n"); 562 printf("des_ede3_cbc_encrypt decrypt error\n"); 592 printf("pcbc_encrypt decrypt error\n"); 627 printf("cfb_encrypt small decrypt error\n"); 655 printf("ofb_encrypt decrypt error\n"); 687 printf("ofb64_encrypt decrypt error\n"); 713 printf("ede_ofb64_encrypt decrypt error\n"); 874 printf("cfb_encrypt decrypt error\n") [all...] |
/external/openssl/crypto/x509/ |
x509_txt.c | 84 return("unable to decrypt certificate's signature"); 86 return("unable to decrypt CRL's signature");
|
/external/dropbear/ |
packet.c | 107 /* Read the first blocksize of the packet, so we can decrypt it and 192 /* now we have the first block, need to get packet length, so we decrypt 201 /* decrypt it */ 247 /* decrypt if encryption is set, memcpy otherwise */ 254 /* decrypt */
|
/external/openssl/apps/ |
rsautl.c | 171 else if(!strcmp(*argv, "-decrypt")) { 336 BIO_printf(bio_err, "-decrypt decrypt with private key\n");
|
/external/openssl/crypto/evp/ |
evp_test.c | 147 (encdec == 1 ? "(encrypt)" : (encdec == 0 ? "(decrypt)" : "(encrypt/decrypt)"))); 212 fprintf(stderr,"Decrypt failed\n");
|
/external/dropbear/libtomcrypt/src/encauth/gcm/ |
gcm_memory.c | 34 @param direction Encrypt or Decrypt mode (GCM_ENCRYPT or GCM_DECRYPT)
|
/external/opencore/pvmi/content_policy_manager/plugins/common/include/ |
pvmf_cpmplugin_access_interface.h | 101 * Optional version of DecryptAccessUnit with a decrypt context
|
/external/wpa_supplicant/ |
crypto.h | 121 * aes_decrypt - Decrypt one AES block 229 * crypto_cipher_decrypt - Cipher decrypt 231 * @crypt: Ciphertext to decrypt 358 * crypto_public_key_decrypt_pkcs1 - Decrypt PKCS #1 signature
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
crypto.h | 122 * aes_decrypt - Decrypt one AES block 230 * crypto_cipher_decrypt - Cipher decrypt 232 * @crypt: Ciphertext to decrypt 376 * crypto_public_key_decrypt_pkcs1 - Decrypt PKCS #1 signature
|
/frameworks/base/media/libdrm/mobile1/src/objmng/ |
drm_rights_manager.c | 598 /* Decrypt from position len to position len + DRM_ONE_AES_BLOCK_LEN */ 611 for (;;) { /* While some ciphertext remains, prepare to decrypt block b2 */ 622 /* Decrypt the b2 block */ 641 /* Decrypt the C[N-1] block in b3 */
|
/frameworks/base/media/libdrm/mobile2/src/util/crypto/ |
DrmCrypto.cpp | 226 int RsaAgent::decrypt( const unsigned char* encData, function in class:RsaAgent
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_ctrl/ |
whalCtrl.h | 69 BOOL EncDecEnableFlag; /* flag to designates whether the Hw encrypt and decrypt
|
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_cipher.h | 213 /** The pad used to encrypt/decrypt */ 264 /** The pad used to encrypt/decrypt */ 346 /** Decrypt a block 454 @param direction Encrypt or Decrypt direction (0 or 1) 479 @param direction Encrypt or Decrypt mode (GCM_ENCRYPT or GCM_DECRYPT)
|