Searched defs:rk (Results 1 – 4 of 4) sorted by relevance
| /minix3/crypto/external/bsd/openssl/dist/crypto/aes/ |
| H A D | aes_core.c | 632 u32 *rk; in private_AES_set_encrypt_key() local 734 u32 *rk; in private_AES_set_decrypt_key() local 786 const u32 *rk; in AES_encrypt() local 978 const u32 *rk; in AES_decrypt() local 1210 u32 *rk; in private_AES_set_encrypt_key() local 1312 u32 *rk; in private_AES_set_decrypt_key() local
|
| H A D | aes_x86core.c | 474 u32 *rk; in AES_set_encrypt_key() local 576 u32 *rk; in AES_set_decrypt_key() local 658 const u32 *rk; in AES_encrypt() local 872 const u32 *rk; in AES_decrypt() local
|
| /minix3/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
| H A D | rijndael-alg-fst.c | 740 int rijndaelKeySetupEnc(uint32_t rk[/*4*(Nr + 1)*/], const uint8_t cipherKey[], int keyBits) { in rijndaelKeySetupEnc() 826 int rijndaelKeySetupDec(uint32_t rk[/*4*(Nr + 1)*/], const uint8_t cipherKey[], int keyBits) { in rijndaelKeySetupDec() 866 … rijndaelEncrypt(const uint32_t rk[/*4*(Nr + 1)*/], int Nr, const uint8_t pt[16], uint8_t ct[16]) { in rijndaelEncrypt() 1047 … rijndaelDecrypt(const uint32_t rk[/*4*(Nr + 1)*/], int Nr, const uint8_t ct[16], uint8_t pt[16]) { in rijndaelDecrypt()
|
| /minix3/crypto/external/bsd/openssl/dist/crypto/rsa/ |
| H A D | rsa_ameth.c | 128 unsigned char *rk = NULL; in rsa_priv_encode() local
|