Searched refs:cfb8 (Results 1 – 6 of 6) sorted by relevance
/third_party/libwebsockets/minimal-examples/api-tests/api-test-gencrypto/ |
D | lws-genaes.c | 213 *cfb8 = (uint8_t *)"test plaintext\0\0", variable 240 if (lws_genaes_crypt(&ctx, cfb8, 16, res, (uint8_t *)cfb8_iv, in test_genaes_cfb8() 273 if (lws_timingsafe_bcmp(cfb8, res1, 16)) { in test_genaes_cfb8()
|
/third_party/openssl/crypto/evp/ |
D | e_camellia.c | 209 BLOCK_CIPHER_generic(nid,keylen,1,16,cfb8,cfb8,CFB,flags) \
|
D | e_aes.c | 2594 BLOCK_CIPHER_generic(nid,keylen,1,16,cfb8,cfb8,CFB,flags) \
|
/third_party/openssl/crypto/objects/ |
D | objects.txt | 940 : AES-128-CFB8 : aes-128-cfb8 941 : AES-192-CFB8 : aes-192-cfb8 942 : AES-256-CFB8 : aes-256-cfb8 950 : DES-CFB8 : des-cfb8 952 : DES-EDE3-CFB8 : des-ede3-cfb8 1453 : CAMELLIA-128-CFB8 : camellia-128-cfb8 1454 : CAMELLIA-192-CFB8 : camellia-192-cfb8 1455 : CAMELLIA-256-CFB8 : camellia-256-cfb8 1488 : ARIA-128-CFB8 : aria-128-cfb8 1489 : ARIA-192-CFB8 : aria-192-cfb8 [all …]
|
/third_party/openssl/doc/man1/ |
D | enc.pod | 362 aes-[128|192|256]-cfb8 128/192/256 bit AES in 8 bit CFB mode 371 aria-[128|192|256]-cfb8 128/192/256 bit ARIA in 8 bit CFB mode 380 camellia-[128|192|256]-cfb8 128/192/256 bit Camellia in 8 bit CFB mode
|
/third_party/openssl/ |
D | CHANGES | 827 aes-cfb/cfb8, aes-ecb.
|