Home
last modified time | relevance | path

Searched refs:i_pKey (Results 1 – 1 of 1) sorted by relevance

/onnv-gate/usr/src/lib/libkmsagent/common/
H A DKMSAgentKnownAnswerTests.cpp145 const unsigned char * const i_pKey) in AES_ECB_TestExecution() argument
181 aes_init_keysched(i_pKey, AES_MAXKEYBITS, ks); in AES_ECB_TestExecution()
184 rijndael_set_key_enc_only(&ctx, (uint8_t *) i_pKey, AES_MAXKEYBITS); in AES_ECB_TestExecution()
206 aes_init_keysched(i_pKey, AES_MAXKEYBITS, ks); in AES_ECB_TestExecution()
210 rijndael_set_key(&ctx, (uint8_t *) i_pKey, AES_MAXKEYBITS); in AES_ECB_TestExecution()