Home
last modified time | relevance | path

Searched refs:cfb128 (Results 1 – 6 of 6) sorted by relevance

/third_party/libwebsockets/minimal-examples/api-tests/api-test-gencrypto/
Dlws-genaes.c122 *cfb128 = (uint8_t *)"test plaintext\0\0", variable
150 if (lws_genaes_crypt(&ctx, cfb128, 16, res, (uint8_t *)cfb128_iv, in test_genaes_cfb128()
185 if (lws_timingsafe_bcmp(cfb128, res1, 16)) { in test_genaes_cfb128()
/third_party/openssl/crypto/modes/
Dbuild.info3 cbc128.c ctr128.c cts128.c cfb128.c ofb128.c gcm128.c \
/third_party/openssl/crypto/objects/
Dobjects.txt903 !Cname aes-128-cfb128
914 !Cname aes-192-cfb128
925 !Cname aes-256-cfb128
1421 !Cname camellia-128-cfb128
1431 !Cname camellia-192-cfb128
1441 !Cname camellia-256-cfb128
1462 !Cname aria-128-cfb128
1470 !Cname aria-192-cfb128
1478 !Cname aria-256-cfb128
1504 !Cname seed-cfb128
[all …]
/third_party/openssl/crypto/evp/
De_camellia.c207 BLOCK_CIPHER_generic(nid,keylen,1,16,cfb128,cfb,CFB,flags|EVP_CIPH_FLAG_DEFAULT_ASN1) \
De_aes.c2592 BLOCK_CIPHER_generic(nid,keylen,1,16,cfb128,cfb,CFB,flags|EVP_CIPH_FLAG_DEFAULT_ASN1) \
/third_party/openssl/
DBUILD.gn549 "crypto/modes/cfb128.c",