Searched refs:crypto_method (Results 1 – 4 of 4) sorted by relevance
808 setup_info.crypto_method = CRYPT_METHOD_DES_CBC_CRC; in configure_stream()811 setup_info.crypto_method = CRYPT_METHOD_DES_CBC_MD5; in configure_stream()814 setup_info.crypto_method = CRYPT_METHOD_DES_CBC_NULL; in configure_stream()817 setup_info.crypto_method = CRYPT_METHOD_DES3_CBC_SHA1; in configure_stream()820 setup_info.crypto_method = CRYPT_METHOD_ARCFOUR_HMAC_MD5; in configure_stream()823 setup_info.crypto_method = CRYPT_METHOD_ARCFOUR_HMAC_MD5_EXP; in configure_stream()826 setup_info.crypto_method = CRYPT_METHOD_AES128; in configure_stream()829 setup_info.crypto_method = CRYPT_METHOD_AES256; in configure_stream()
1397 cki.crypto_method = CRYPT_METHOD_DES_CFB; in encrypt_start_output()1416 if (encr_data.encrypt.setup == cki.crypto_method) { in encrypt_start_output()1445 encr_data.encrypt.setup = cki.crypto_method; in encrypt_start_output()1505 cki.crypto_method = CRYPT_METHOD_NONE; in encrypt_end()1601 cki.crypto_method = CRYPT_METHOD_DES_CFB; in encrypt_start()1617 if (encr_data.decrypt.setup != cki.crypto_method) { in encrypt_start()1643 encr_data.decrypt.setup = cki.crypto_method; in encrypt_start()
161 crmeth_t crypto_method; member
2649 if (!CR_METHOD_OK(ci->crypto_method)) { in setup_crypto()2651 ci->crypto_method); in setup_crypto()2665 cd->method = ci->crypto_method; in setup_crypto()