Lines Matching defs:cipher

33 	const EVP_CIPHER *(*cipher)(void);
51 .cipher = EVP_aes_128_cbc,
55 .cipher = EVP_aes_128_cfb128,
59 .cipher = EVP_aes_128_cfb1,
63 .cipher = EVP_aes_128_cfb8,
67 .cipher = EVP_aes_128_ctr,
71 .cipher = EVP_aes_128_ecb,
75 .cipher = EVP_aes_128_ofb,
79 .cipher = EVP_aes_128_xts,
84 .cipher = EVP_aes_192_cbc,
88 .cipher = EVP_aes_192_cfb128,
92 .cipher = EVP_aes_192_cfb1,
96 .cipher = EVP_aes_192_cfb8,
100 .cipher = EVP_aes_192_ctr,
104 .cipher = EVP_aes_192_ecb,
108 .cipher = EVP_aes_192_ofb,
113 .cipher = EVP_aes_256_cbc,
117 .cipher = EVP_aes_256_cfb128,
121 .cipher = EVP_aes_256_cfb1,
125 .cipher = EVP_aes_256_cfb8,
129 .cipher = EVP_aes_256_ctr,
133 .cipher = EVP_aes_256_ecb,
137 .cipher = EVP_aes_256_ofb,
141 .cipher = EVP_aes_256_xts,
146 .cipher = EVP_aes_128_cbc,
151 .cipher = EVP_aes_192_cbc,
156 .cipher = EVP_aes_256_cbc,
162 .cipher = EVP_bf_cbc,
168 .cipher = EVP_bf_cbc,
172 .cipher = EVP_bf_cfb64,
176 .cipher = EVP_bf_ecb,
180 .cipher = EVP_bf_ofb,
185 .cipher = EVP_camellia_128_cbc,
189 .cipher = EVP_camellia_128_cfb128,
193 .cipher = EVP_camellia_128_cfb1,
197 .cipher = EVP_camellia_128_cfb8,
201 .cipher = EVP_camellia_128_ecb,
205 .cipher = EVP_camellia_128_ofb,
210 .cipher = EVP_camellia_192_cbc,
214 .cipher = EVP_camellia_192_cfb128,
218 .cipher = EVP_camellia_192_cfb1,
222 .cipher = EVP_camellia_192_cfb8,
226 .cipher = EVP_camellia_192_ecb,
230 .cipher = EVP_camellia_192_ofb,
235 .cipher = EVP_camellia_256_cbc,
239 .cipher = EVP_camellia_256_cfb128,
243 .cipher = EVP_camellia_256_cfb1,
247 .cipher = EVP_camellia_256_cfb8,
251 .cipher = EVP_camellia_256_ecb,
255 .cipher = EVP_camellia_256_ofb,
260 .cipher = EVP_camellia_128_cbc,
265 .cipher = EVP_camellia_192_cbc,
270 .cipher = EVP_camellia_256_cbc,
276 .cipher = EVP_cast5_cbc,
281 .cipher = EVP_cast5_cbc,
287 .cipher = EVP_cast5_cbc,
291 .cipher = EVP_cast5_cfb,
295 .cipher = EVP_cast5_ecb,
299 .cipher = EVP_cast5_ofb,
304 .cipher = EVP_chacha20,
308 .cipher = EVP_chacha20,
314 .cipher = EVP_chacha20_poly1305,
319 .cipher = EVP_des_cbc,
325 .cipher = EVP_des_cbc,
329 .cipher = EVP_des_cfb64,
333 .cipher = EVP_des_cfb1,
337 .cipher = EVP_des_cfb8,
341 .cipher = EVP_des_ecb,
345 .cipher = EVP_des_ede,
349 .cipher = EVP_des_ede_cbc,
353 .cipher = EVP_des_ede_cfb64,
357 .cipher = EVP_des_ede_ofb,
361 .cipher = EVP_des_ede3_ecb,
365 .cipher = EVP_des_ede3_cbc,
369 .cipher = EVP_des_ede3_cfb,
373 .cipher = EVP_des_ede3_cfb1,
377 .cipher = EVP_des_ede3_cfb8,
381 .cipher = EVP_des_ede3_ofb,
385 .cipher = EVP_des_ofb,
390 .cipher = EVP_des_ede3_cbc,
396 .cipher = EVP_desx_cbc,
401 .cipher = EVP_desx_cbc,
406 .cipher = EVP_idea_cbc,
412 .cipher = EVP_idea_cbc,
416 .cipher = EVP_idea_cfb64,
420 .cipher = EVP_idea_ecb,
424 .cipher = EVP_idea_ofb,
429 .cipher = EVP_rc2_cbc,
435 .cipher = EVP_rc2_40_cbc,
439 .cipher = EVP_rc2_64_cbc,
443 .cipher = EVP_rc2_cbc,
447 .cipher = EVP_rc2_cfb64,
451 .cipher = EVP_rc2_ecb,
455 .cipher = EVP_rc2_ofb,
460 .cipher = EVP_rc4,
464 .cipher = EVP_rc4_40,
469 .cipher = EVP_sm4_cbc,
475 .cipher = EVP_sm4_cbc,
479 .cipher = EVP_sm4_cfb128,
483 .cipher = EVP_sm4_ctr,
487 .cipher = EVP_sm4_ecb,
491 .cipher = EVP_sm4_ofb,
496 .cipher = EVP_aes_128_cbc,
500 .cipher = EVP_aes_128_ccm,
504 .cipher = EVP_aes_128_cfb128,
508 .cipher = EVP_aes_128_cfb1,
512 .cipher = EVP_aes_128_cfb8,
516 .cipher = EVP_aes_128_ctr,
520 .cipher = EVP_aes_128_ecb,
524 .cipher = EVP_aes_128_gcm,
528 .cipher = EVP_aes_128_ofb,
532 .cipher = EVP_aes_128_xts,
537 .cipher = EVP_aes_192_cbc,
541 .cipher = EVP_aes_192_ccm,
545 .cipher = EVP_aes_192_cfb128,
549 .cipher = EVP_aes_192_cfb1,
553 .cipher = EVP_aes_192_cfb8,
557 .cipher = EVP_aes_192_ctr,
561 .cipher = EVP_aes_192_ecb,
565 .cipher = EVP_aes_192_gcm,
569 .cipher = EVP_aes_192_ofb,
574 .cipher = EVP_aes_256_cbc,
578 .cipher = EVP_aes_256_ccm,
582 .cipher = EVP_aes_256_cfb128,
586 .cipher = EVP_aes_256_cfb1,
590 .cipher = EVP_aes_256_cfb8,
594 .cipher = EVP_aes_256_ctr,
598 .cipher = EVP_aes_256_ecb,
602 .cipher = EVP_aes_256_gcm,
606 .cipher = EVP_aes_256_ofb,
610 .cipher = EVP_aes_256_xts,
615 .cipher = EVP_aes_128_cbc,
620 .cipher = EVP_aes_192_cbc,
625 .cipher = EVP_aes_256_cbc,
631 .cipher = EVP_bf_cbc,
637 .cipher = EVP_bf_cbc,
641 .cipher = EVP_bf_cfb64,
645 .cipher = EVP_bf_ecb,
649 .cipher = EVP_bf_ofb,
654 .cipher = EVP_bf_cbc,
660 .cipher = EVP_camellia_128_cbc,
664 .cipher = EVP_camellia_128_cfb128,
668 .cipher = EVP_camellia_128_cfb1,
672 .cipher = EVP_camellia_128_cfb8,
676 .cipher = EVP_camellia_128_ecb,
680 .cipher = EVP_camellia_128_ofb,
685 .cipher = EVP_camellia_192_cbc,
689 .cipher = EVP_camellia_192_cfb128,
693 .cipher = EVP_camellia_192_cfb1,
697 .cipher = EVP_camellia_192_cfb8,
701 .cipher = EVP_camellia_192_ecb,
705 .cipher = EVP_camellia_192_ofb,
710 .cipher = EVP_camellia_256_cbc,
714 .cipher = EVP_camellia_256_cfb128,
718 .cipher = EVP_camellia_256_cfb1,
722 .cipher = EVP_camellia_256_cfb8,
726 .cipher = EVP_camellia_256_ecb,
730 .cipher = EVP_camellia_256_ofb,
735 .cipher = EVP_camellia_128_cbc,
740 .cipher = EVP_camellia_192_cbc,
745 .cipher = EVP_camellia_256_cbc,
751 .cipher = EVP_cast5_cbc,
756 .cipher = EVP_cast5_cbc,
762 .cipher = EVP_cast5_cbc,
766 .cipher = EVP_cast5_cfb,
770 .cipher = EVP_cast5_ecb,
774 .cipher = EVP_cast5_ofb,
779 .cipher = EVP_chacha20,
783 .cipher = EVP_chacha20,
789 .cipher = EVP_chacha20_poly1305,
794 .cipher = EVP_des_cbc,
800 .cipher = EVP_des_cbc,
804 .cipher = EVP_des_cfb64,
808 .cipher = EVP_des_cfb1,
812 .cipher = EVP_des_cfb8,
816 .cipher = EVP_des_ecb,
820 .cipher = EVP_des_ede,
824 .cipher = EVP_des_ede_cbc,
828 .cipher = EVP_des_ede_cfb64,
832 .cipher = EVP_des_ede_ofb,
836 .cipher = EVP_des_ede3_ecb,
840 .cipher = EVP_des_ede3_cbc,
844 .cipher = EVP_des_ede3_cfb,
848 .cipher = EVP_des_ede3_cfb1,
852 .cipher = EVP_des_ede3_cfb8,
856 .cipher = EVP_des_ede3_ofb,
860 .cipher = EVP_des_ofb,
865 .cipher = EVP_des_ede3_cbc,
871 .cipher = EVP_desx_cbc,
876 .cipher = EVP_desx_cbc,
881 .cipher = EVP_aes_128_ccm,
885 .cipher = EVP_aes_128_gcm,
889 .cipher = EVP_aes_128_wrap,
894 .cipher = EVP_aes_192_ccm,
898 .cipher = EVP_aes_192_gcm,
902 .cipher = EVP_aes_192_wrap,
907 .cipher = EVP_aes_256_ccm,
911 .cipher = EVP_aes_256_gcm,
915 .cipher = EVP_aes_256_wrap,
920 .cipher = EVP_idea_cbc,
926 .cipher = EVP_idea_cbc,
930 .cipher = EVP_idea_cfb64,
934 .cipher = EVP_idea_ecb,
938 .cipher = EVP_idea_ofb,
943 .cipher = EVP_rc2_cbc,
949 .cipher = EVP_rc2_40_cbc,
953 .cipher = EVP_rc2_64_cbc,
957 .cipher = EVP_rc2_cbc,
961 .cipher = EVP_rc2_cfb64,
965 .cipher = EVP_rc2_ecb,
969 .cipher = EVP_rc2_ofb,
974 .cipher = EVP_rc4,
978 .cipher = EVP_rc4_40,
983 .cipher = EVP_sm4_cbc,
989 .cipher = EVP_sm4_cbc,
993 .cipher = EVP_sm4_cfb128,
997 .cipher = EVP_sm4_ctr,
1001 .cipher = EVP_sm4_ecb,
1005 .cipher = EVP_sm4_ofb,
1481 const struct cipher_name *cipher = &cipher_names[i];
1484 if ((evp_cipher = cipher->cipher()) == NULL)
1487 if (cipher->alias != NULL)
1488 fn(NULL, cipher->name, cipher->alias, arg);
1490 fn(evp_cipher, cipher->name, NULL, arg);
1542 OBJ_NAME_from_cipher_name(OBJ_NAME *obj_name, const struct cipher_name *cipher)
1546 if ((evp_cipher = cipher->cipher()) == NULL)
1550 obj_name->name = cipher->name;
1551 if (cipher->alias != NULL) {
1553 obj_name->data = cipher->alias;
1568 const struct cipher_name *cipher = &cipher_names[i];
1571 if (OBJ_NAME_from_cipher_name(&name, cipher))
1640 const struct cipher_name *cipher;
1648 if ((cipher = bsearch(name, cipher_names, N_CIPHER_NAMES,
1649 sizeof(*cipher), cipher_cmp)) == NULL)
1652 return cipher->cipher();