Searched refs:ENCR_STATE_NOT_READY (Results 1 – 2 of 2) sorted by relevance
1003 encr_data.encrypt.state = ENCR_STATE_NOT_READY; in encrypt_init()1004 encr_data.decrypt.state = ENCR_STATE_NOT_READY; in encrypt_init()1102 lstate = ENCR_STATE_NOT_READY; in encrypt_is()1126 lstate = ENCR_STATE_NOT_READY; in encrypt_is()1141 lstate = ENCR_STATE_NOT_READY; in encrypt_is()1157 if (lstate == ENCR_STATE_NOT_READY) in encrypt_is()1204 if (lstate == ENCR_STATE_NOT_READY) in encrypt_send_encrypt_is()1717 int lstate = ENCR_STATE_NOT_READY; in encrypt_support()1859 if (lstate == ENCR_STATE_NOT_READY) in encrypt_reply()1879 lstate = ENCR_STATE_NOT_READY; in encrypt_reply()[all …]
390 #define ENCR_STATE_NOT_READY 0x08 macro