HomeSort by relevance Sort by last modified time
    Searched defs:EVP_MAX_IV_LENGTH (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/evp/
evp.h 91 #define EVP_MAX_IV_LENGTH 16
397 unsigned char iv[EVP_MAX_IV_LENGTH];
407 unsigned char oiv[EVP_MAX_IV_LENGTH]; /* original iv */
408 unsigned char iv[EVP_MAX_IV_LENGTH]; /* working iv */
    [all...]
  /external/openssl/include/openssl/
evp.h 91 #define EVP_MAX_IV_LENGTH 16
397 unsigned char iv[EVP_MAX_IV_LENGTH];
407 unsigned char oiv[EVP_MAX_IV_LENGTH]; /* original iv */
408 unsigned char iv[EVP_MAX_IV_LENGTH]; /* working iv */
    [all...]

Completed in 22 milliseconds