Home
last modified time | relevance | path

Searched defs:sctx (Results 1 – 25 of 36) sorted by relevance

12

/openssl-master/crypto/ct/
A Dct_sct_ctx.c25 SCT_CTX *sctx = OPENSSL_zalloc(sizeof(*sctx)); in SCT_CTX_new() local
45 void SCT_CTX_free(SCT_CTX *sctx) in SCT_CTX_free()
122 int SCT_CTX_set1_cert(SCT_CTX *sctx, X509 *cert, X509 *presigner) in SCT_CTX_set1_cert()
204 __owur static int ct_public_key_hash(SCT_CTX *sctx, X509_PUBKEY *pkey, in ct_public_key_hash()
248 int SCT_CTX_set1_issuer(SCT_CTX *sctx, const X509 *issuer) in SCT_CTX_set1_issuer()
253 int SCT_CTX_set1_issuer_pubkey(SCT_CTX *sctx, X509_PUBKEY *pubkey) in SCT_CTX_set1_issuer_pubkey()
258 int SCT_CTX_set1_pubkey(SCT_CTX *sctx, X509_PUBKEY *pubkey) in SCT_CTX_set1_pubkey()
275 void SCT_CTX_set_time(SCT_CTX *sctx, uint64_t time_in_ms) in SCT_CTX_set_time()
A Dct_vfy.c29 static int sct_ctx_update(EVP_MD_CTX *ctx, const SCT_CTX *sctx, const SCT *sct) in sct_ctx_update()
96 int SCT_CTX_verify(const SCT_CTX *sctx, const SCT *sct) in SCT_CTX_verify()
A Dct_sct.c293 SCT_CTX *sctx = NULL; in SCT_validate() local
/openssl-master/providers/implementations/ciphers/
A Dcipher_aes_siv_hw.c23 SIV128_CONTEXT *sctx = &ctx->siv; in aes_siv_initkey() local
80 SIV128_CONTEXT *sctx = &ctx->siv; in aes_siv_settag() local
88 SIV128_CONTEXT *sctx = &ctx->siv; in aes_siv_setspeed() local
96 SIV128_CONTEXT *sctx = &ctx->siv; in aes_siv_cleanup() local
107 SIV128_CONTEXT *sctx = &ctx->siv; in aes_siv_cipher() local
A Dcipher_sm4_hw.c15 PROV_SM4_CTX *sctx = (PROV_SM4_CTX *)ctx; in cipher_hw_sm4_initkey() local
A Dcipher_seed_hw.c21 PROV_SEED_CTX *sctx = (PROV_SEED_CTX *)ctx; in cipher_hw_seed_initkey() local
A Dcipher_aes_cbc_hmac_sha1_hw.c50 PROV_AES_HMAC_SHA1_CTX *sctx = (PROV_AES_HMAC_SHA1_CTX *)vctx; in aesni_cbc_hmac_sha1_init_key() local
127 PROV_AES_HMAC_SHA1_CTX *sctx = (PROV_AES_HMAC_SHA1_CTX *)vctx; in tls1_multi_block_encrypt() local
377 PROV_AES_HMAC_SHA1_CTX *sctx = (PROV_AES_HMAC_SHA1_CTX *)vctx; in aesni_cbc_hmac_sha1_cipher() local
667 PROV_AES_HMAC_SHA1_CTX *sctx = (PROV_AES_HMAC_SHA1_CTX *)vctx; in aesni_cbc_hmac_sha1_set_tls1_aad() local
717 PROV_AES_HMAC_SHA1_CTX *sctx = (PROV_AES_HMAC_SHA1_CTX *)vctx; in aesni_cbc_hmac_sha1_tls1_multiblock_aad() local
A Dcipher_aes_cbc_hmac_sha256_hw.c52 PROV_AES_HMAC_SHA256_CTX *sctx = (PROV_AES_HMAC_SHA256_CTX *)vctx; in aesni_cbc_hmac_sha256_init_key() local
131 PROV_AES_HMAC_SHA256_CTX *sctx = (PROV_AES_HMAC_SHA256_CTX *)vctx; in tls1_multi_block_encrypt() local
400 PROV_AES_HMAC_SHA256_CTX *sctx = (PROV_AES_HMAC_SHA256_CTX *)vctx; in aesni_cbc_hmac_sha256_cipher() local
720 PROV_AES_HMAC_SHA256_CTX *sctx = (PROV_AES_HMAC_SHA256_CTX *)vctx; in aesni_cbc_hmac_sha256_set_tls1_aad() local
770 PROV_AES_HMAC_SHA256_CTX *sctx = (PROV_AES_HMAC_SHA256_CTX *)vctx; in aesni_cbc_hmac_sha256_tls1_multiblock_aad() local
A Dcipher_desx_hw.c43 PROV_TDES_CTX *sctx = (PROV_TDES_CTX *)src; in cipher_hw_desx_copyctx() local
A Dcipher_tdes_hw.c51 PROV_TDES_CTX *sctx = (PROV_TDES_CTX *)src; in ossl_cipher_hw_tdes_copyctx() local
A Dcipher_aes_xts_hw.c92 PROV_AES_XTS_CTX *sctx = (PROV_AES_XTS_CTX *)src; in cipher_hw_aes_xts_copyctx() local
A Dcipher_des_hw.c44 PROV_DES_CTX *sctx = (PROV_DES_CTX *)src; in cipher_hw_des_copyctx() local
A Dcipher_aes_siv.c160 SIV128_CONTEXT *sctx = &ctx->siv; in aes_siv_get_ctx_params() local
/openssl-master/test/
A Ddtlstest.c57 SSL_CTX *sctx = NULL, *cctx = NULL; in test_dtls_unprocessed() local
164 SSL_CTX *sctx = NULL, *cctx = NULL; in test_dtls_drop_records() local
291 SSL_CTX *sctx = NULL, *cctx = NULL; in test_cookie() local
331 SSL_CTX *sctx = NULL, *cctx = NULL; in test_dtls_duplicate_records() local
379 SSL_CTX *sctx = NULL; in test_just_finished() local
A Dsslapitest.c362 SSL_CTX *cctx = NULL, *sctx = NULL; in test_keylog() local
443 SSL_CTX *cctx = NULL, *sctx = NULL; in test_keylog_no_master_key() local
577 SSL_CTX *cctx = NULL, *sctx = NULL; in test_client_cert_verify_cb() local
745 SSL_CTX *cctx = NULL, *sctx = NULL; in test_client_hello_cb() local
787 SSL_CTX *cctx = NULL, *sctx = NULL; in test_no_ems() local
838 SSL_CTX *cctx = NULL, *sctx = NULL; in test_ccs_change_cipher() local
947 SSL_CTX *cctx = NULL, *sctx = NULL; in execute_test_large_message() local
1146 SSL_CTX *cctx = NULL, *sctx = NULL; in execute_test_ktls() local
1278 SSL_CTX *cctx = NULL, *sctx = NULL; in execute_test_ktls_sendfile() local
1505 SSL_CTX *cctx = NULL, *sctx = NULL; in execute_cleanse_plaintext() local
[all …]
A Dfatalerrtest.c21 SSL_CTX *sctx = NULL, *cctx = NULL; in test_fatalerr() local
A Drecordlentest.c82 SSL_CTX *cctx = NULL, *sctx = NULL; in test_record_overflow() local
A Dverify_extra_test.c62 X509_STORE_CTX *sctx = NULL; in test_alt_chains_cert_forgery() local
A Dservername_test.c204 SSL_CTX *cctx = NULL, *sctx = NULL; in server_setup_sni() local
A Dossl_store_test.c42 OSSL_STORE_CTX *sctx = NULL; in test_store_open() local
A Devp_libctx_test.c528 EVP_PKEY_CTX *sctx = NULL, *rctx = NULL, *dctx = NULL; in kem_rsa_gen_recover() local
686 EVP_PKEY_CTX *sctx = NULL; in kem_invalid_keytype() local
A Dsslcorrupttest.c185 SSL_CTX *sctx = NULL, *cctx = NULL; in test_ssl_corrupt() local
A Dtls13ccstest.c245 SSL_CTX *sctx = NULL, *cctx = NULL; in test_tls13ccs() local
/openssl-master/crypto/hmac/
A Dhmac.c204 int HMAC_CTX_copy(HMAC_CTX *dctx, HMAC_CTX *sctx) in HMAC_CTX_copy()
/openssl-master/crypto/dsa/
A Ddsa_pmeth.c58 DSA_PKEY_CTX *dctx, *sctx; in pkey_dsa_copy() local

Completed in 41 milliseconds

12