| /third_party/ffmpeg/libavutil/tests/ |
| H A D | camellia.c | 42 const int kbits[3] = {128, 192, 256}; in main() local
|
| H A D | twofish.c | 43 const int kbits[3] = {128, 192, 256}; in main() local
|
| /third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
| H A D | cipher_aes_xts.c | 111 aes_xts_newctx(void *provctx, unsigned int mode, uint64_t flags, size_t kbits, size_t blkbits, size_t ivbits) aes_xts_newctx() argument [all...] |
| H A D | cipher_des.c | 31 static void *des_newctx(void *provctx, size_t kbits, size_t blkbits, in des_newctx() argument
|
| H A D | cipher_tdes_common.c | 23 void *ossl_tdes_newctx(void *provctx, int mode, size_t kbits, size_t blkbits, in ossl_tdes_newctx() argument
|
| H A D | cipher_aes_cbc_hmac_sha.c | 320 static void *aes_cbc_hmac_sha1_newctx(void *provctx, size_t kbits, in aes_cbc_hmac_sha1_newctx() argument 357 static void *aes_cbc_hmac_sha256_newctx(void *provctx, size_t kbits, in aes_cbc_hmac_sha256_newctx() argument 309 base_init(void *provctx, PROV_AES_HMAC_SHA_CTX *ctx, const PROV_CIPHER_HW_AES_HMAC_SHA *meths, size_t kbits, size_t blkbits, size_t ivbits, uint64_t flags) base_init() argument [all...] |
| H A D | cipher_aes_wrp.c | 50 static void *aes_wrap_newctx(size_t kbits, size_t blkbits, in aes_wrap_newctx() argument [all...] |
| H A D | ciphercommon.c | 691 void ossl_cipher_generic_initkey(void *vctx, size_t kbits, size_t blkbits, in ossl_cipher_generic_initkey() argument 41 ossl_cipher_generic_get_params(OSSL_PARAM params[], unsigned int md, uint64_t flags, size_t kbits, size_t blkbits, size_t ivbits) ossl_cipher_generic_get_params() argument
|
| H A D | cipher_aes_ocb.c | 306 static void *aes_ocb_newctx(void *provctx, size_t kbits, size_t blkbits, in aes_ocb_newctx() argument [all...] |
| /third_party/openssl/providers/implementations/ciphers/ |
| H A D | cipher_aes_xts.c | 111 aes_xts_newctx(void *provctx, unsigned int mode, uint64_t flags, size_t kbits, size_t blkbits, size_t ivbits) aes_xts_newctx() argument [all...] |
| H A D | cipher_aes_cbc_hmac_sha.c | 320 static void *aes_cbc_hmac_sha1_newctx(void *provctx, size_t kbits, in aes_cbc_hmac_sha1_newctx() argument 347 static void *aes_cbc_hmac_sha256_newctx(void *provctx, size_t kbits, in aes_cbc_hmac_sha256_newctx() argument 309 base_init(void *provctx, PROV_AES_HMAC_SHA_CTX *ctx, const PROV_CIPHER_HW_AES_HMAC_SHA *meths, size_t kbits, size_t blkbits, size_t ivbits, uint64_t flags) base_init() argument [all...] |
| H A D | cipher_des.c | 31 static void *des_newctx(void *provctx, size_t kbits, size_t blkbits, in des_newctx() argument
|
| H A D | cipher_tdes_common.c | 23 void *ossl_tdes_newctx(void *provctx, int mode, size_t kbits, size_t blkbits, in ossl_tdes_newctx() argument
|
| H A D | cipher_aes_wrp.c | 50 static void *aes_wrap_newctx(size_t kbits, size_t blkbits, in aes_wrap_newctx() argument [all...] |
| H A D | ciphercommon.c | 660 void ossl_cipher_generic_initkey(void *vctx, size_t kbits, size_t blkbits, in ossl_cipher_generic_initkey() argument 41 ossl_cipher_generic_get_params(OSSL_PARAM params[], unsigned int md, uint64_t flags, size_t kbits, size_t blkbits, size_t ivbits) ossl_cipher_generic_get_params() argument
|
| H A D | cipher_aes_ocb.c | 306 static void *aes_ocb_newctx(void *provctx, size_t kbits, size_t blkbits, in aes_ocb_newctx() argument [all...] |
| /third_party/FreeBSD/crypto/openssh/openbsd-compat/ |
| H A D | chacha_private.h | 59 chacha_keysetup(chacha_ctx *x,const u8 *k,u32 kbits)
in chacha_keysetup() argument
|
| /third_party/libwebsockets/plugins/ssh-base/crypto/ |
| H A D | chacha.c | 66 chacha_keysetup(chacha_ctx *x,const u8 *k,u32 kbits) in chacha_keysetup() argument
|