Re: Where is the EVP_CIPHER defined?

2009-02-18 Thread sofian sindhi
2009/2/18 Ger Hobbelt g...@hobbelt.com On Tue, Feb 17, 2009 at 12:49 PM, sofian sindhi sofiansis...@gmail.com wrote: Dear all: I trace openssl recently and I cannot find where the location of EVP_CIPHERs defined in evp.h. In evp.h, it is declared as const EVP_CIPHER

Where is the EVP_CIPHER defined?

2009-02-17 Thread sofian sindhi
Dear all: I trace openssl recently and I cannot find where the location of EVP_CIPHERs defined in evp.h. In evp.h, it is declared as const EVP_CIPHER *EVP_camellia_128_ecb(void); But where is the trully EVP_camellia_128_ecb(void) located? I have grepped the source but I cannot get any hint.

Where is the EVP_CIPHER defined?

2009-02-17 Thread sofian sindhi
Dear all: I trace openssl recently and I cannot find where the location of EVP_CIPHERs defined in evp.h. In evp.h, it is declared as const EVP_CIPHER *EVP_camellia_128_ecb(void); But where is the trully EVP_camellia_128_ecb(void) located? I have grepped the source but I cannot get any hint.

Re: Where is the EVP_CIPHER defined?

2009-02-17 Thread Ger Hobbelt
On Tue, Feb 17, 2009 at 12:49 PM, sofian sindhi sofiansis...@gmail.com wrote: Dear all: I trace openssl recently and I cannot find where the location of EVP_CIPHERs defined in evp.h. In evp.h, it is declared as const EVP_CIPHER *EVP_camellia_128_ecb(void); But where is the trully