Home
last modified time | relevance | path

Searched defs:rk (Results 1 – 4 of 4) sorted by relevance

/minix3/crypto/external/bsd/openssl/dist/crypto/aes/
H A Daes_core.c632 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 Daes_x86core.c474 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 Drijndael-alg-fst.c740 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 Drsa_ameth.c128 unsigned char *rk = NULL; in rsa_priv_encode() local