Lines Matching refs:DES_ENCRYPT
318 DES_ecb_encrypt(&in, &out, &ks, DES_ENCRYPT); in test_des_ecb()
346 DES_ecb3_encrypt(&in, &out, &ks, &ks2, &ks, DES_ENCRYPT); in test_des_ede_ecb()
376 &iv3, DES_ENCRYPT); in test_des_cbc()
400 DES_ENCRYPT); in test_des_ede_cbc()
429 DES_ENCRYPT); in test_ede_cbc()
431 &ks3, &iv3, DES_ENCRYPT); in test_ede_cbc()
452 DES_ncbc_encrypt(&cbc_data[i], cbc_out, n, &ks, &iv, DES_ENCRYPT); in test_input_align()
467 DES_ncbc_encrypt(cbc_data, &cbc_out[i], n, &ks, &iv, DES_ENCRYPT); in test_output_align()
499 &cbc_iv, DES_ENCRYPT); in test_des_pcbc()
514 DES_ENCRYPT); in cfb_test()
555 DES_cfb64_encrypt(plain, cfb_buf1, 12, &ks, &cfb_tmp, &n, DES_ENCRYPT); in test_des_cfb64()
557 &cfb_tmp, &n, DES_ENCRYPT); in test_des_cfb64()
571 DES_ENCRYPT); in test_des_cfb64()
591 DES_ENCRYPT); in test_des_ede_cfb64()
593 &ks, &ks, &cfb_tmp, &n, DES_ENCRYPT); in test_des_ede_cfb64()