Home
last modified time | relevance | path

Searched refs:funcs (Results 1 – 21 of 21) sorted by relevance

/openssl/crypto/asn1/
H A Dtasn_new.c65 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 Dtasn_fre.c32 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 Dtasn_utl.c78 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 Dbio_ndef.c62 const ASN1_AUX *aux = it->funcs; in BIO_new_NDEF()
203 aux = ndef_aux->it->funcs; in ndef_suffix()
H A Dtasn_prn.c140 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 Da_dup.c65 const ASN1_AUX *aux = it->funcs; in ASN1_item_dup()
H A Dtasn_enc.c87 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 Dtasn_dec.c189 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 Dasn_mime.c347 const ASN1_AUX *aux = it->funcs; in asn1_output_data()
/openssl/ssl/record/methods/
H A Dtls_common.c1133 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 Ddtls_meth.c171 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 Dktls_meth.c427 (*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 Drecmethod_local.h372 const struct record_functions_st *funcs; member
/openssl/crypto/bn/
H A Dbn_sparc.c46 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 Dgcm128.c567 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 Dtls13encryptiontest.c347 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 Daes_platform.h90 (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 Dmodes.h132 struct gcm_funcs_st funcs; member
/openssl/crypto/
H A Dex_data.c61 static void cleanup_cb(EX_CALLBACK *funcs) in cleanup_cb() argument
63 OPENSSL_free(funcs); in cleanup_cb()
/openssl/include/openssl/
H A Dasn1t.h.in60 * 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 Dquic-api.md83 [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)

Completed in 74 milliseconds