HomeSort by: relevance | last modified time | path
    Searched refs:IDEA_ecb_encrypt (Results 1 - 14 of 14) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
idea.h 33 void IDEA_ecb_encrypt(const unsigned char *in, unsigned char *out,
50 # define idea_ecb_encrypt IDEA_ecb_encrypt macro
  /src/crypto/external/apache2/openssl/dist/crypto/idea/
i_ecb.c 26 void IDEA_ecb_encrypt(const unsigned char *in, unsigned char *out,
  /src/crypto/external/bsd/openssl/dist/crypto/idea/
i_ecb.c 26 void IDEA_ecb_encrypt(const unsigned char *in, unsigned char *out,
  /src/crypto/external/bsd/openssl.old/dist/crypto/idea/
i_ecb.c 19 void IDEA_ecb_encrypt(const unsigned char *in, unsigned char *out,
  /src/crypto/external/apache2/openssl/dist/include/openssl/
idea.h 42 OSSL_DEPRECATEDIN_3_0 void IDEA_ecb_encrypt(const unsigned char *in,
68 #define idea_ecb_encrypt IDEA_ecb_encrypt macro
  /src/crypto/external/bsd/openssl/dist/include/openssl/
idea.h 42 OSSL_DEPRECATEDIN_3_0 void IDEA_ecb_encrypt(const unsigned char *in,
68 # define idea_ecb_encrypt IDEA_ecb_encrypt macro
  /src/crypto/external/apache2/openssl/dist/crypto/evp/
e_idea.c 27 /* Can't use IMPLEMENT_BLOCK_CIPHER because IDEA_ecb_encrypt is different */
37 * NB IDEA_ecb_encrypt doesn't take an 'encrypt' argument so we treat it as a
45 IDEA_ecb_encrypt(in + i, out + i, &EVP_C_DATA(EVP_IDEA_KEY, ctx)->ks);
  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
cipher_idea_hw.c 58 * IDEA_ecb_encrypt() does not have a enc parameter - so we create a macro
61 #define IDEA2_ecb_encrypt(in, out, ks, enc) IDEA_ecb_encrypt(in, out, ks)
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
e_idea.c 27 /* Can't use IMPLEMENT_BLOCK_CIPHER because IDEA_ecb_encrypt is different */
37 * NB IDEA_ecb_encrypt doesn't take an 'encrypt' argument so we treat it as a
45 IDEA_ecb_encrypt(in + i, out + i, &EVP_C_DATA(EVP_IDEA_KEY,ctx)->ks);
  /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
cipher_idea_hw.c 58 * IDEA_ecb_encrypt() does not have a enc parameter - so we create a macro
61 #define IDEA2_ecb_encrypt(in, out, ks, enc) IDEA_ecb_encrypt(in, out, ks)
  /src/crypto/external/bsd/openssl.old/dist/crypto/evp/
e_idea.c 19 /* Can't use IMPLEMENT_BLOCK_CIPHER because IDEA_ecb_encrypt is different */
29 * NB IDEA_ecb_encrypt doesn't take an 'encrypt' argument so we treat it as a
37 IDEA_ecb_encrypt(in + i, out + i, &EVP_C_DATA(EVP_IDEA_KEY,ctx)->ks);
  /src/crypto/external/apache2/openssl/dist/test/
ideatest.c 81 IDEA_ecb_encrypt(in, out, &key);
86 IDEA_ecb_encrypt(c, out, &dkey);
  /src/crypto/external/bsd/openssl/dist/test/
ideatest.c 66 IDEA_ecb_encrypt(in, out, &key);
71 IDEA_ecb_encrypt(c, out, &dkey);
  /src/crypto/external/bsd/openssl.old/dist/test/
ideatest.c 59 IDEA_ecb_encrypt(in, out, &key);
64 IDEA_ecb_encrypt(c, out, &dkey);

Completed in 36 milliseconds