| /third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
| H A D | cipher_aes_gcm.c | 40 PROV_AES_GCM_CTX *dctx = NULL; in aes_gcm_dupctx() local
|
| H A D | cipher_aria_gcm.c | 33 PROV_ARIA_GCM_CTX *dctx = NULL; in aria_gcm_dupctx() local
|
| H A D | cipher_aria_ccm.c | 34 PROV_ARIA_CCM_CTX *dctx = NULL; in aria_ccm_dupctx() local
|
| H A D | cipher_aes_xts_hw.c | 93 PROV_AES_XTS_CTX *dctx = (PROV_AES_XTS_CTX *)dst; in cipher_hw_aes_xts_copyctx() local
|
| H A D | cipher_desx_hw.c | 44 PROV_TDES_CTX *dctx = (PROV_TDES_CTX *)dst; in cipher_hw_desx_copyctx() local
|
| H A D | cipher_tdes_hw.c | 52 PROV_TDES_CTX *dctx = (PROV_TDES_CTX *)dst; in ossl_cipher_hw_tdes_copyctx() local
|
| H A D | cipher_des_hw.c | 22 PROV_DES_CTX *dctx = (PROV_DES_CTX *)ctx; in cipher_hw_des_initkey() local 45 PROV_DES_CTX *dctx = (PROV_DES_CTX *)dst; in cipher_hw_des_copyctx() local 68 PROV_DES_CTX *dctx = (PROV_DES_CTX *)ctx; in cipher_hw_des_cbc_cipher() local [all...] |
| H A D | cipher_chacha20_poly1305.c | 65 PROV_CHACHA20_POLY1305_CTX *dctx = NULL; in chacha20_poly1305_dupctx() local [all...] |
| /third_party/lz4/ossfuzz/ |
| H A D | lz4_helpers.c | 36 LZ4F_dctx* dctx; in FUZZ_decompressFrame() local
|
| H A D | decompress_frame_fuzzer.c | 18 static void decompress(LZ4F_dctx* dctx, void* dst, size_t dstCapacity, in decompress() argument 47 LZ4F_dctx* dctx; in LLVMFuzzerTestOneInput() local [all...] |
| H A D | round_trip_frame_uncompressed_fuzzer.c | 18 static void decompress(LZ4F_dctx *dctx, void *src, void *dst, in decompress() argument 106 LZ4F_dctx *dctx; in compress_round_trip() local
|
| /third_party/openssl/demos/encode/ |
| H A D | ec_encode.c | 33 OSSL_DECODER_CTX *dctx = NULL; in load_key() local
|
| H A D | rsa_encode.c | 33 OSSL_DECODER_CTX *dctx = NULL; in load_key() local
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | dnxhd_parser.c | 37 static int dnxhd_find_frame_end(DNXHDParserContext *dctx, in dnxhd_find_frame_end() argument 122 DNXHDParserContext *dctx = s->priv_data; dnxhd_parse() local [all...] |
| /third_party/openssl/providers/implementations/ciphers/ |
| H A D | cipher_aes_xts_hw.c | 93 PROV_AES_XTS_CTX *dctx = (PROV_AES_XTS_CTX *)dst; in cipher_hw_aes_xts_copyctx() local
|
| H A D | cipher_desx_hw.c | 44 PROV_TDES_CTX *dctx = (PROV_TDES_CTX *)dst; in cipher_hw_desx_copyctx() local
|
| H A D | cipher_tdes_hw.c | 52 PROV_TDES_CTX *dctx = (PROV_TDES_CTX *)dst; in ossl_cipher_hw_tdes_copyctx() local
|
| H A D | cipher_des_hw.c | 22 PROV_DES_CTX *dctx = (PROV_DES_CTX *)ctx; in cipher_hw_des_initkey() local 45 PROV_DES_CTX *dctx = (PROV_DES_CTX *)dst; in cipher_hw_des_copyctx() local 68 PROV_DES_CTX *dctx = (PROV_DES_CTX *)ctx; in cipher_hw_des_cbc_cipher() local [all...] |
| /third_party/node/deps/openssl/openssl/crypto/asn1/ |
| H A D | d2i_pr.c | 30 OSSL_DECODER_CTX *dctx = NULL; in d2i_PrivateKey_decoder() local
|
| /third_party/openssl/demos/signature/ |
| H A D | EVP_Signature_demo.c | 46 OSSL_DECODER_CTX *dctx = NULL; in get_key() local
|
| /third_party/openssl/crypto/asn1/ |
| H A D | d2i_pr.c | 30 OSSL_DECODER_CTX *dctx = NULL; in d2i_PrivateKey_decoder() local
|
| /third_party/libcoap/src/ |
| H A D | coap_cache.c | 79 coap_digest_ctx_t *dctx; in coap_cache_derive_key_w_ignore() local [all...] |
| /third_party/node/deps/openssl/openssl/crypto/dsa/ |
| H A D | dsa_pmeth.c | 40 DSA_PKEY_CTX *dctx = OPENSSL_malloc(sizeof(*dctx)); in pkey_dsa_init() local 58 DSA_PKEY_CTX *dctx, *sct in pkey_dsa_copy() local 73 DSA_PKEY_CTX *dctx = ctx->data; pkey_dsa_cleanup() local 83 DSA_PKEY_CTX *dctx = ctx->data; pkey_dsa_sign() local 107 DSA_PKEY_CTX *dctx = ctx->data; pkey_dsa_verify() local 125 DSA_PKEY_CTX *dctx = ctx->data; pkey_dsa_ctrl() local 213 DSA_PKEY_CTX *dctx = ctx->data; pkey_dsa_paramgen() local [all...] |
| /third_party/node/deps/openssl/openssl/crypto/hmac/ |
| H A D | hmac.c | 204 int HMAC_CTX_copy(HMAC_CTX *dctx, HMAC_CTX *sctx) in HMAC_CTX_copy() argument
|
| /third_party/node/deps/openssl/openssl/crypto/evp/ |
| H A D | bio_md.c | 133 EVP_MD_CTX *ctx, *dctx, **pctx; in md_ctrl() local
|