/openssl/crypto/asn1/ |
H A D | tasn_new.c | 65 const ASN1_AUX *aux = it->funcs; in asn1_item_embed_new() 77 ef = it->funcs; in asn1_item_embed_new() 181 ef = it->funcs; in asn1_item_clear() 271 if (it->funcs) { in asn1_primitive_new() 272 const ASN1_PRIMITIVE_FUNCS *pf = it->funcs; in asn1_primitive_new() 330 if (it && it->funcs) { in asn1_primitive_clear() 331 const ASN1_PRIMITIVE_FUNCS *pf = it->funcs; in asn1_primitive_clear()
|
H A D | tasn_fre.c | 32 const ASN1_AUX *aux = it->funcs; in ossl_asn1_item_embed_free() 81 ef = it->funcs; in ossl_asn1_item_embed_free() 156 const ASN1_PRIMITIVE_FUNCS *pf = it->funcs; in ossl_asn1_primitive_free()
|
H A D | tasn_utl.c | 78 aux = it->funcs; in ossl_asn1_do_lock() 122 aux = it->funcs; in asn1_get_enc_ptr() 135 aux = it->funcs; in asn1_get_const_enc_ptr()
|
H A D | bio_ndef.c | 62 const ASN1_AUX *aux = it->funcs; in BIO_new_NDEF() 203 aux = ndef_aux->it->funcs; in ndef_suffix()
|
H A D | tasn_prn.c | 140 const ASN1_AUX *aux = it->funcs; in asn1_item_print_ctx() 181 ef = it->funcs; in asn1_item_print_ctx() 441 pf = it->funcs; in asn1_primitive_print()
|
H A D | a_dup.c | 65 const ASN1_AUX *aux = it->funcs; in ASN1_item_dup()
|
H A D | tasn_enc.c | 87 const ASN1_AUX *aux = it->funcs; in ASN1_item_ex_i2d() 143 ef = it->funcs; in ASN1_item_ex_i2d() 533 pf = it->funcs; in asn1_ex_i2c()
|
H A D | tasn_dec.c | 189 aux = it->funcs; in asn1_item_embed_d2i() 260 ef = it->funcs; in asn1_item_embed_d2i() 840 pf = it->funcs; in asn1_ex_c2i()
|
H A D | asn_mime.c | 347 const ASN1_AUX *aux = it->funcs; in asn1_output_data()
|
/openssl/ssl/record/methods/ |
H A D | tls_common.c | 1133 ret = rl->funcs->get_more_records(rl); in tls_read_record() 1412 (*retrl)->funcs = &tls_any_funcs; in tls_new_record_layer() 1415 (*retrl)->funcs = &tls_1_3_funcs; in tls_new_record_layer() 1420 (*retrl)->funcs = &tls_1_funcs; in tls_new_record_layer() 1423 (*retrl)->funcs = &ssl_3_0_funcs; in tls_new_record_layer() 1648 || !rl->funcs->mac(rl, thiswr, mac, 1)) { in tls_prepare_for_encryption_default() 1708 || !rl->funcs->mac(rl, thiswr, mac, 1)) { in tls_post_encryption_processing_default() 1795 if (rl->funcs->get_record_type != NULL) in tls_write_records_default() 1835 if (rl->funcs->add_record_padding != NULL in tls_write_records_default() 1920 if (rl->funcs->prepare_write_bio != NULL) { in tls_retry_write_records() [all …]
|
H A D | dtls_meth.c | 171 i = rl->funcs->mac(rl, rr, md, 0 /* not send */); in dtls_process_record() 190 enc_err = rl->funcs->cipher(rl, rr, 1, 0, &macbuf, mac_size); in dtls_process_record() 221 i = rl->funcs->mac(rl, rr, md, 0 /* not send */); in dtls_process_record() 412 rret = rl->funcs->read_n(rl, DTLS1_RT_HEADER_LENGTH, in dtls_get_more_records() 496 rret = rl->funcs->read_n(rl, more, more, 1, 1, &n); in dtls_get_more_records() 569 if (rl->funcs->post_process_record && !rl->funcs->post_process_record(rl, rr)) { in dtls_get_more_records() 666 (*retrl)->funcs = &dtls_any_funcs; in dtls_new_record_layer() 671 (*retrl)->funcs = &dtls_1_funcs; in dtls_new_record_layer() 680 ret = (*retrl)->funcs->set_crypto_state(*retrl, level, key, keylen, iv, in dtls_new_record_layer()
|
H A D | ktls_meth.c | 427 (*retrl)->funcs = &ossl_ktls_funcs; in ktls_new_record_layer() 429 ret = (*retrl)->funcs->set_crypto_state(*retrl, level, key, keylen, iv, in ktls_new_record_layer()
|
H A D | recmethod_local.h | 372 const struct record_functions_st *funcs; member
|
/openssl/crypto/bn/ |
H A D | bn_sparc.c | 46 static const bn_mul_mont_f funcs[4] = { in bn_mul_mont() local 50 bn_mul_mont_f worker = funcs[num / 16 - 1]; in bn_mul_mont()
|
/openssl/crypto/modes/ |
H A D | gcm128.c | 567 struct gcm_funcs_st funcs; in ossl_gcm_init_4bit() local 569 gcm_get_funcs(&funcs); in ossl_gcm_init_4bit() 570 funcs.ginit(Htable, H); in ossl_gcm_init_4bit() 575 struct gcm_funcs_st funcs; in ossl_gcm_gmult_4bit() local 577 gcm_get_funcs(&funcs); in ossl_gcm_gmult_4bit() 578 funcs.gmult(Xi, Htable); in ossl_gcm_gmult_4bit() 584 struct gcm_funcs_st funcs; in ossl_gcm_ghash_4bit() local 588 gcm_get_funcs(&funcs); in ossl_gcm_ghash_4bit() 589 if (funcs.ghash != NULL) { in ossl_gcm_ghash_4bit() 597 funcs.gmult(Xi, Htable); in ossl_gcm_ghash_4bit() [all …]
|
/openssl/test/ |
H A D | tls13encryptiontest.c | 347 if (!TEST_size_t_eq(wrl->funcs->cipher(wrl, &rec, 1, 1, NULL, 0), 1)) { in test_tls13_encryption() 370 if (!TEST_int_eq(rrl->funcs->cipher(rrl, &rec, 1, 0, NULL, 0), 1)) { in test_tls13_encryption()
|
/openssl/include/crypto/ |
H A D | aes_platform.h | 90 (gctx)->gcm.funcs.ghash==gcm_ghash_p8) 127 (gctx)->gcm.funcs.ghash==gcm_ghash_v8) 270 ctx->gcm.funcs.ghash == gcm_ghash_avx) 515 ctx->gcm.funcs.ghash == gcm_ghash_rv64i_zvkg)
|
H A D | modes.h | 132 struct gcm_funcs_st funcs; member
|
/openssl/crypto/ |
H A D | ex_data.c | 61 static void cleanup_cb(EX_CALLBACK *funcs) in cleanup_cb() argument 63 OPENSSL_free(funcs); in cleanup_cb()
|
/openssl/include/openssl/ |
H A D | asn1t.h.in | 60 * The 'funcs' field is used for application-specific 609 const void *funcs; /* further data and type-specific functions */ member 610 /* funcs can be ASN1_PRIMITIVE_FUNCS*, ASN1_EXTERN_FUNCS*, or ASN1_AUX* */
|
/openssl/doc/designs/quic-design/ |
H A D | quic-api.md | 83 [quic-api-ssl-funcs.md](./quic-api-ssl-funcs.md). 87 APIs are not listed here; see [quic-api-ssl-funcs.md](./quic-api-ssl-funcs.md)
|