HomeSort by: relevance | last modified time | path
    Searched refs:AES_encrypt (Results 1 - 25 of 115) sorted by relevancy

1 2 3 4 5

  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
aes.h 44 #define AES_encrypt hc_AES_encrypt
56 #define AES_ENCRYPT 1
71 void AES_encrypt(const unsigned char *, unsigned char *, const AES_KEY *);
aes.c 65 AES_encrypt(const unsigned char *in, unsigned char *out, const AES_KEY *key)
88 AES_encrypt(tmp, out, key);
99 AES_encrypt(tmp, out, key);
134 AES_encrypt(iv, iv, key);
  /src/crypto/external/apache2/openssl/dist/crypto/aes/
aes_cfb.c 11 * AES_encrypt is deprecated - but we need to use it to implement these other
31 (block128_f)AES_encrypt);
40 (block128_f)AES_encrypt);
48 (block128_f)AES_encrypt);
aes_cbc.c 27 (block128_f)AES_encrypt);
aes_ecb.c 13 * AES_encrypt/AES_decrypt are deprecated - but we need to use them to implement
26 assert((AES_ENCRYPT == enc) || (AES_DECRYPT == enc));
28 if (AES_ENCRYPT == enc)
29 AES_encrypt(in, out, key);
aes_ofb.c 11 * AES_encrypt is deprecated - but we need to use it to implement
24 (block128_f)AES_encrypt);
aes_wrap.c 11 * AES_encrypt/AES_decrypt are deprecated - but we need to use them to implement
24 return CRYPTO_128_wrap(key, iv, out, in, inlen, (block128_f)AES_encrypt);
aes_ige.c 11 * AES_encrypt/AES_decrypt are deprecated - but we need to use them to implement
59 OPENSSL_assert((AES_ENCRYPT == enc) || (AES_DECRYPT == enc));
62 if (AES_ENCRYPT == enc) {
73 AES_encrypt((unsigned char *)outp->data,
97 AES_encrypt((unsigned char *)tmp2.data,
195 OPENSSL_assert((AES_ENCRYPT == enc) || (AES_DECRYPT == enc));
198 if (AES_ENCRYPT == enc) {
210 AES_encrypt(out, out, key);
236 AES_encrypt(out, out, key);
  /src/crypto/external/bsd/openssl/dist/crypto/aes/
aes_cfb.c 11 * AES_encrypt is deprecated - but we need to use it to implement these other
31 (block128_f) AES_encrypt);
40 (block128_f) AES_encrypt);
48 (block128_f) AES_encrypt);
aes_cbc.c 27 (block128_f) AES_encrypt);
aes_ecb.c 13 * AES_encrypt/AES_decrypt are deprecated - but we need to use them to implement
26 assert((AES_ENCRYPT == enc) || (AES_DECRYPT == enc));
28 if (AES_ENCRYPT == enc)
29 AES_encrypt(in, out, key);
aes_ofb.c 11 * AES_encrypt is deprecated - but we need to use it to implement
24 (block128_f) AES_encrypt);
aes_wrap.c 11 * AES_encrypt/AES_decrypt are deprecated - but we need to use them to implement
24 return CRYPTO_128_wrap(key, iv, out, in, inlen, (block128_f) AES_encrypt);
  /src/crypto/external/bsd/openssl.old/dist/crypto/aes/
aes_cfb.c 25 (block128_f) AES_encrypt);
34 (block128_f) AES_encrypt);
42 (block128_f) AES_encrypt);
aes_cbc.c 20 (block128_f) AES_encrypt);
aes_ecb.c 20 assert((AES_ENCRYPT == enc) || (AES_DECRYPT == enc));
22 if (AES_ENCRYPT == enc)
23 AES_encrypt(in, out, key);
aes_ofb.c 18 (block128_f) AES_encrypt);
aes_wrap.c 18 return CRYPTO_128_wrap(key, iv, out, in, inlen, (block128_f) AES_encrypt);
  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
cipher_aes_gcm_hw.c 39 GCM_HW_SET_KEY_CTR_FN(ks, AES_set_encrypt_key, AES_encrypt,
52 GCM_HW_SET_KEY_CTR_FN(ks, AES_set_encrypt_key, AES_encrypt,
55 GCM_HW_SET_KEY_CTR_FN(ks, AES_set_encrypt_key, AES_encrypt, NULL);
cipher_aes_ccm_hw.c 44 AES_HW_CCM_SET_KEY_FN(AES_set_encrypt_key, AES_encrypt, NULL, NULL)
cipher_aes_hw.c 95 dat->block = (block128_f)AES_encrypt;
110 dat->block = (block128_f)AES_encrypt;
  /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
cipher_aes_gcm_hw.c 39 GCM_HW_SET_KEY_CTR_FN(ks, AES_set_encrypt_key, AES_encrypt,
52 GCM_HW_SET_KEY_CTR_FN(ks, AES_set_encrypt_key, AES_encrypt,
55 GCM_HW_SET_KEY_CTR_FN(ks, AES_set_encrypt_key, AES_encrypt, NULL);
cipher_aes_ccm_hw.c 44 AES_HW_CCM_SET_KEY_FN(AES_set_encrypt_key, AES_encrypt, NULL, NULL)
cipher_aes_hw.c 93 dat->block = (block128_f)AES_encrypt;
107 dat->block = (block128_f)AES_encrypt;
  /src/crypto/external/apache2/openssl/dist/include/openssl/
aes.h 30 #define AES_ENCRYPT 1
56 void AES_encrypt(const unsigned char *in, unsigned char *out,

Completed in 37 milliseconds

1 2 3 4 5