Home
last modified time | relevance | path

Searched defs:dctx (Results 1 - 25 of 74) sorted by relevance

123

/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm.c40 PROV_AES_GCM_CTX *dctx = NULL; in aes_gcm_dupctx() local
H A Dcipher_aria_gcm.c33 PROV_ARIA_GCM_CTX *dctx = NULL; in aria_gcm_dupctx() local
H A Dcipher_aria_ccm.c34 PROV_ARIA_CCM_CTX *dctx = NULL; in aria_ccm_dupctx() local
H A Dcipher_aes_xts_hw.c93 PROV_AES_XTS_CTX *dctx = (PROV_AES_XTS_CTX *)dst; in cipher_hw_aes_xts_copyctx() local
H A Dcipher_desx_hw.c44 PROV_TDES_CTX *dctx = (PROV_TDES_CTX *)dst; in cipher_hw_desx_copyctx() local
H A Dcipher_tdes_hw.c52 PROV_TDES_CTX *dctx = (PROV_TDES_CTX *)dst; in ossl_cipher_hw_tdes_copyctx() local
H A Dcipher_des_hw.c22 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 Dcipher_chacha20_poly1305.c65 PROV_CHACHA20_POLY1305_CTX *dctx = NULL; in chacha20_poly1305_dupctx() local
[all...]
/third_party/lz4/ossfuzz/
H A Dlz4_helpers.c36 LZ4F_dctx* dctx; in FUZZ_decompressFrame() local
H A Ddecompress_frame_fuzzer.c18 static void decompress(LZ4F_dctx* dctx, void* dst, size_t dstCapacity, in decompress() argument
47 LZ4F_dctx* dctx; in LLVMFuzzerTestOneInput() local
[all...]
H A Dround_trip_frame_uncompressed_fuzzer.c18 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 Dec_encode.c33 OSSL_DECODER_CTX *dctx = NULL; in load_key() local
H A Drsa_encode.c33 OSSL_DECODER_CTX *dctx = NULL; in load_key() local
/third_party/ffmpeg/libavcodec/
H A Ddnxhd_parser.c37 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 Dcipher_aes_xts_hw.c93 PROV_AES_XTS_CTX *dctx = (PROV_AES_XTS_CTX *)dst; in cipher_hw_aes_xts_copyctx() local
H A Dcipher_desx_hw.c44 PROV_TDES_CTX *dctx = (PROV_TDES_CTX *)dst; in cipher_hw_desx_copyctx() local
H A Dcipher_tdes_hw.c52 PROV_TDES_CTX *dctx = (PROV_TDES_CTX *)dst; in ossl_cipher_hw_tdes_copyctx() local
H A Dcipher_des_hw.c22 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 Dd2i_pr.c30 OSSL_DECODER_CTX *dctx = NULL; in d2i_PrivateKey_decoder() local
/third_party/openssl/demos/signature/
H A DEVP_Signature_demo.c46 OSSL_DECODER_CTX *dctx = NULL; in get_key() local
/third_party/openssl/crypto/asn1/
H A Dd2i_pr.c30 OSSL_DECODER_CTX *dctx = NULL; in d2i_PrivateKey_decoder() local
/third_party/libcoap/src/
H A Dcoap_cache.c79 coap_digest_ctx_t *dctx; in coap_cache_derive_key_w_ignore() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/dsa/
H A Ddsa_pmeth.c40 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 Dhmac.c204 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 Dbio_md.c133 EVP_MD_CTX *ctx, *dctx, **pctx; in md_ctrl() local

Completed in 9 milliseconds

123