Home
last modified time | relevance | path

Searched defs:op (Results 1 – 25 of 45) sorted by relevance

12

/openssl/test/testutil/
H A Dformat_output.c41 const char *op, const char *m1, size_t l1, in test_fail_string_common()
130 const char *op, const char *m1, size_t l1, in test_fail_string_message()
268 const char *op, in test_fail_bignum_common()
369 const char *op, in test_fail_bignum_message()
379 const char *op, const BIGNUM *bn) in test_fail_bignum_mono_message()
426 const char *op, in test_fail_memory_common()
521 const char *op, in test_fail_memory_message()
H A Dtests.c28 const char *op) in test_fail_message_prefix()
77 const char *op, const char *fmt, va_list ap) in test_fail_message_va()
90 const char *op, const char *fmt, ...) in test_fail_message()
210 #define DEFINE_COMPARISON(type, name, opname, op, fmt, cast) \ argument
361 #define DEFINE_BN_COMPARISONS(opname, op, zero_cond) \ argument
451 #define DEFINE_TIME_T_COMPARISON(opname, op) \ argument
/openssl/doc/designs/ddd/
H A Dddd-06-mem-uv.c257 static void enqueue_upper_write_op(APP_CONN *conn, UPPER_WRITE_OP *op) in enqueue_upper_write_op()
338 UPPER_WRITE_OP *op = conn->pending_upper_write_head; in handle_pending_writes() local
409 LOWER_WRITE_OP *op = (LOWER_WRITE_OP *)req->data; in net_write_done() local
426 LOWER_WRITE_OP *op; in flush_write_buf() local
602 static int try_write(APP_CONN *conn, UPPER_WRITE_OP *op) in try_write()
633 UPPER_WRITE_OP *op = calloc(1, sizeof(UPPER_WRITE_OP)); in write_deferred() local
652 UPPER_WRITE_OP *op, *next_op; in teardown_continued() local
/openssl/crypto/
H A Dthreads_none.c214 int CRYPTO_atomic_add64(uint64_t *val, uint64_t op, uint64_t *ret, in CRYPTO_atomic_add64()
223 int CRYPTO_atomic_and(uint64_t *val, uint64_t op, uint64_t *ret, in CRYPTO_atomic_and()
232 int CRYPTO_atomic_or(uint64_t *val, uint64_t op, uint64_t *ret, in CRYPTO_atomic_or()
H A Dthreads_win.c633 int CRYPTO_atomic_add64(uint64_t *val, uint64_t op, uint64_t *ret, in CRYPTO_atomic_add64()
652 int CRYPTO_atomic_and(uint64_t *val, uint64_t op, uint64_t *ret, in CRYPTO_atomic_and()
671 int CRYPTO_atomic_or(uint64_t *val, uint64_t op, uint64_t *ret, in CRYPTO_atomic_or()
H A Dthreads_pthread.c887 int CRYPTO_atomic_add64(uint64_t *val, uint64_t op, uint64_t *ret, in CRYPTO_atomic_add64()
913 int CRYPTO_atomic_and(uint64_t *val, uint64_t op, uint64_t *ret, in CRYPTO_atomic_and()
939 int CRYPTO_atomic_or(uint64_t *val, uint64_t op, uint64_t *ret, in CRYPTO_atomic_or()
/openssl/crypto/objects/
H A Dobj_dat.c389 const unsigned int *op; in ossl_obj_obj2nid() local
426 ASN1_OBJECT *op = NULL; in OBJ_txt2obj() local
641 const unsigned int *op; in OBJ_ln2nid() local
668 const unsigned int *op; in OBJ_sn2nid() local
/openssl/crypto/ec/
H A Decx_backend.c156 int id, ecx_key_op_t op, in ossl_ecx_key_op()
H A Decx_meth.c167 ASN1_PCTX *ctx, ecx_key_op_t op) in ecx_key_print()
215 static int ecx_ctrl(EVP_PKEY *pkey, int op, long arg1, void *arg2) in ecx_ctrl()
245 static int ecd_ctrl(EVP_PKEY *pkey, int op, long arg1, void *arg2) in ecd_ctrl()
/openssl/providers/implementations/kem/
H A Drsa_kem.c57 int op; member
202 int op; in rsakem_set_ctx_params() local
H A Dtemplate_kem.c48 int op; member
/openssl/crypto/ts/
H A Dts_asn1.c158 static int ts_resp_cb(int op, ASN1_VALUE **pval, const ASN1_ITEM *it, in ts_resp_cb()
/openssl/test/
H A Dquic_fc_test.c225 unsigned char op; member
482 const struct rx_test_op *op = script; in run_rxfc_script() local
H A Dquic_record_test.c38 unsigned char op; member
1807 const struct rx_test_op *op = script; in rx_run_script() local
3007 unsigned char op; member
3613 const struct tx_test_op *op = script; in tx_run_script() local
H A Devp_pkey_dhkem_test.c521 const char *op = OSSL_KEM_PARAM_OPERATION_DHKEM; in test_ec_noikme() local
790 char *op = OSSL_KEM_PARAM_OPERATION_DHKEM; in setup_tests() local
H A Dv3nametest.c263 static int check_message(const struct set_name_fn *fn, const char *op, in check_message()
/openssl/ssl/
H A Dssl_cert.c382 int ssl_cert_set_current(CERT *c, long op) in ssl_cert_set_current()
1208 int op, int bits, int nid, void *other, in ssl_security_default_callback()
1279 int ssl_security(const SSL_CONNECTION *s, int op, int bits, int nid, void *other) in ssl_security()
1285 int ssl_ctx_security(const SSL_CTX *ctx, int op, int bits, int nid, void *other) in ssl_ctx_security()
H A Dt1_lib.c887 int tls_group_allowed(SSL_CONNECTION *s, uint16_t group, int op) in tls_group_allowed()
2209 int op, int ecdhe) in ssl_cipher_disabled()
2639 static int tls12_sigalg_allowed(const SSL_CONNECTION *s, int op, in tls12_sigalg_allowed()
2717 void ssl_set_sig_mask(uint32_t *pmask_a, SSL_CONNECTION *s, int op) in ssl_set_sig_mask()
3622 int op) in ssl_security_cert_key()
3643 int op) in ssl_security_cert_sig()
/openssl/crypto/asn1/
H A Dasn1_parse.c97 const unsigned char *p, *ep, *tot, *op, *opp; in asn1_parse2() local
H A Dtasn_utl.c68 int ossl_asn1_do_lock(ASN1_VALUE **pval, int op, const ASN1_ITEM *it) in ossl_asn1_do_lock()
/openssl/crypto/dh/
H A Ddh_ameth.c397 static int dh_pkey_ctrl(EVP_PKEY *pkey, int op, long arg1, void *arg2) in dh_pkey_ctrl()
419 static int dhx_pkey_ctrl(EVP_PKEY *pkey, int op, long arg1, void *arg2) in dhx_pkey_ctrl()
/openssl/crypto/evp/
H A Dpmeth_lib.c937 int fallback, const char *param, int op, in evp_pkey_ctx_set_md()
984 const char *param, int op, int ctrl, in evp_pkey_ctx_set1_octet_string()
1019 const char *param, int op, int ctrl, in evp_pkey_ctx_add1_octet_string()
1195 int op, int ctrl, uint64_t val) in evp_pkey_ctx_set_uint64()
1256 int EVP_PKEY_CTX_set_kem_op(EVP_PKEY_CTX *ctx, const char *op) in EVP_PKEY_CTX_set_kem_op()
H A Dkeymgmt_lib.c100 OP_CACHE_ELEM *op; in evp_keymgmt_util_export_to_provider() local
/openssl/include/openssl/
H A Dssl.h.in605 # define SSL_CTX_set_mode(ctx,op) \ argument
607 # define SSL_CTX_clear_mode(ctx,op) \ argument
611 # define SSL_clear_mode(ssl,op) \ argument
613 # define SSL_set_mode(ssl,op) \ argument
627 # define SSL_CTX_set_cert_flags(ctx,op) \ argument
629 # define SSL_set_cert_flags(s,op) \ argument
631 # define SSL_CTX_clear_cert_flags(ctx,op) \ argument
633 # define SSL_clear_cert_flags(s,op) \ argument
1394 # define SSL_CTX_set_current_cert(ctx, op) \ argument
1424 # define SSL_set_current_cert(s,op) \ argument
H A Docsp.h.in182 # define OCSP_REQ_CTX_http(rctx, op, path) \ argument

Completed in 83 milliseconds

12