HomeSort by: relevance | last modified time | path
    Searched defs:Cipher (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/aes/
aes_core.c 15 * Optimised ANSI C code for the Rijndael cipher (now AES)
533 static void Cipher(const unsigned char *in, unsigned char *out,
629 * Expand the cipher key into the encryption key schedule.
655 * Expand the cipher key into the decryption key schedule.
675 Cipher(in, out, rk, key->rounds);
3043 * Expand the cipher key into the encryption key schedule.
3126 * Expand the cipher key into the decryption key schedule.
3187 * map byte array block to cipher state
3289 * map cipher state to byte array block:
3319 * map byte array block to cipher stat
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/aes/
aes_core.c 15 * Optimised ANSI C code for the Rijndael cipher (now AES)
533 static void Cipher(const unsigned char *in, unsigned char *out,
629 * Expand the cipher key into the encryption key schedule.
655 * Expand the cipher key into the decryption key schedule.
675 Cipher(in, out, rk, key->rounds);
1276 * Expand the cipher key into the encryption key schedule.
1378 * Expand the cipher key into the decryption key schedule.
1446 * map byte array block to cipher state
1588 * map cipher state to byte array block:
1638 * map byte array block to cipher stat
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/aes/
aes_core.c 15 * Optimised ANSI C code for the Rijndael cipher (now AES)
517 static void Cipher(const unsigned char *in, unsigned char *out,
613 * Expand the cipher key into the encryption key schedule.
639 * Expand the cipher key into the decryption key schedule.
659 Cipher(in, out, rk, key->rounds);
1260 * Expand the cipher key into the encryption key schedule.
1362 * Expand the cipher key into the decryption key schedule.
1430 * map byte array block to cipher state
1572 * map cipher state to byte array block:
1622 * map byte array block to cipher stat
    [all...]

Completed in 28 milliseconds