| /include/openssl/ |
| A D | engine.h | 328 OSSL_DEPRECATEDIN_3_0 int ENGINE_add(ENGINE *e); 332 OSSL_DEPRECATEDIN_3_0 int ENGINE_remove(ENGINE *e); 493 OSSL_DEPRECATEDIN_3_0 int ENGINE_free(ENGINE *e); 494 OSSL_DEPRECATEDIN_3_0 int ENGINE_up_ref(ENGINE *e); 515 int ENGINE_set_load_ssl_client_cert_function(ENGINE *e, 574 ENGINE_CIPHERS_PTR ENGINE_get_ciphers(const ENGINE *e); 576 ENGINE_DIGESTS_PTR ENGINE_get_digests(const ENGINE *e); 584 const EVP_MD *ENGINE_get_digest(ENGINE *e, int nid); 620 OSSL_DEPRECATEDIN_3_0 int ENGINE_init(ENGINE *e); 628 OSSL_DEPRECATEDIN_3_0 int ENGINE_finish(ENGINE *e); [all …]
|
| A D | des.h | 61 # define DES_ecb2_encrypt(i,o,k1,k2,e) \ argument 62 DES_ecb3_encrypt((i),(o),(k1),(k2),(k1),(e)) 64 # define DES_ede2_cbc_encrypt(i,o,l,k1,k2,iv,e) \ argument 65 DES_ede3_cbc_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(e)) 67 # define DES_ede2_cfb64_encrypt(i,o,l,k1,k2,iv,n,e) \ argument 68 DES_ede3_cfb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n),(e))
|
| A D | rsa.h | 218 OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d); 229 const BIGNUM **n, const BIGNUM **e, 264 OSSL_DEPRECATEDIN_0_9_8 RSA *RSA_generate_key(int bits, unsigned long e, void 271 OSSL_DEPRECATEDIN_3_0 int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e, 275 int primes, BIGNUM *e, 284 const BIGNUM *e, BN_GENCB *cb); 286 const BIGNUM *e, 594 BIGNUM *e, BN_GENCB *cb); 597 int (*keygen) (RSA *rsa, int bits, BIGNUM *e, 603 BIGNUM *e, [all …]
|
| A D | hmac.h | 32 OSSL_DEPRECATEDIN_3_0 size_t HMAC_size(const HMAC_CTX *e);
|
| A D | evp.h | 600 # define EVP_MD_CTX_get0_name(e) EVP_MD_get0_name(EVP_MD_CTX_get0_md(e)) argument 601 # define EVP_MD_CTX_get_size(e) EVP_MD_CTX_get_size_ex(e) argument 603 # define EVP_MD_CTX_get_block_size(e) EVP_MD_get_block_size(EVP_MD_CTX_get0_md(e)) argument 605 # define EVP_MD_CTX_get_type(e) EVP_MD_get_type(EVP_MD_CTX_get0_md(e)) argument 698 # define EVP_OpenUpdate(a,b,c,d,e) EVP_DecryptUpdate(a,b,c,d,e) argument 699 # define EVP_SealUpdate(a,b,c,d,e) EVP_EncryptUpdate(a,b,c,d,e) argument 1391 int EVP_PKEY_set1_engine(EVP_PKEY *pkey, ENGINE *e); 1895 EVP_PKEY_CTX *EVP_PKEY_CTX_new(EVP_PKEY *pkey, ENGINE *e); 1896 EVP_PKEY_CTX *EVP_PKEY_CTX_new_id(int id, ENGINE *e); 1930 EVP_PKEY *EVP_PKEY_new_mac_key(int type, ENGINE *e, [all …]
|
| A D | err.h.in | 444 char *ERR_error_string(unsigned long e, char *buf); 445 void ERR_error_string_n(unsigned long e, char *buf, size_t len); 446 const char *ERR_lib_error_string(unsigned long e); 448 OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); 450 const char *ERR_reason_error_string(unsigned long e);
|
| A D | bn.h | 400 const BIGNUM *Xp2, const BIGNUM *e, BN_CTX *ctx, 404 BIGNUM *Xp2, const BIGNUM *Xp, const BIGNUM *e, 442 const BIGNUM *e, BIGNUM *m, BN_CTX *ctx,
|
| A D | store.h | 324 OSSL_STORE_LOADER *OSSL_STORE_LOADER_new(ENGINE *e, const char *scheme);
|
| A D | crypto.h.in | 445 # define OPENSSL_assert(e) \ argument 446 (void)((e) ? 0 : (OPENSSL_die("assertion failed: " #e, OPENSSL_FILE, OPENSSL_LINE), 1))
|
| A D | ct.h.in | 283 * The origin of this SCT, e.g. TLS extension, OCSP response, etc. 288 * Set the origin of this SCT, e.g. TLS extension, OCSP response, etc.
|
| A D | cmp.h.in | 50 * -- integrity check failed (e.g., signature did not verify)
|
| A D | ssl.h.in | 350 * in SSL_OP_ALL. Added in 0.9.6e 469 * Allow SSL_write(..., n) to return r with 0 < r < n (i.e. report success 754 __owur int SSL_CTX_set_client_cert_engine(SSL_CTX *ctx, ENGINE *e);
|
| A D | asn1.h.in | 351 * It would be initialised as e.g.:
|
| /include/internal/ |
| A D | quic_demux.h | 143 ossl_quic_urxe_data(const QUIC_URXE *e) in ossl_quic_urxe_data() argument 145 return (unsigned char *)&e[1]; in ossl_quic_urxe_data() 149 ossl_quic_urxe_data_end(const QUIC_URXE *e) in ossl_quic_urxe_data_end() argument 151 return ossl_quic_urxe_data(e) + e->data_len; in ossl_quic_urxe_data_end() 162 void ossl_quic_urxe_remove(QUIC_URXE_LIST *l, QUIC_URXE *e); 163 void ossl_quic_urxe_insert_head(QUIC_URXE_LIST *l, QUIC_URXE *e); 164 void ossl_quic_urxe_insert_tail(QUIC_URXE_LIST *l, QUIC_URXE *e); 183 typedef void (ossl_quic_demux_cb_fn)(QUIC_URXE *e, void *arg, 240 QUIC_URXE *e); 254 QUIC_URXE *e);
|
| A D | list.h | 168 ossl_list_##name##_insert_before(OSSL_LIST(name) *list, type *e, \ 173 elem->ossl_list_ ## name.next = e; \ 174 elem->ossl_list_ ## name.prev = e->ossl_list_ ## name.prev; \ 175 if (e->ossl_list_ ## name.prev != NULL) \ 176 e->ossl_list_ ## name.prev->ossl_list_ ## name.next = elem; \ 177 e->ossl_list_ ## name.prev = elem; \ 178 if (list->alpha == e) \ 183 ossl_list_##name##_insert_after(OSSL_LIST(name) *list, type *e, \ 188 elem->ossl_list_ ## name.prev = e; \ 189 elem->ossl_list_ ## name.next = e->ossl_list_ ## name.next; \ [all …]
|
| A D | e_os.h | 32 # define set_sys_error(e) errno=(e) argument 53 # define set_sys_error(e) SetLastError(e) argument 314 # define recvfrom(a,b,c,d,e,f) recvfrom(a,b,(socklen_t)c,d,e,f) argument
|
| A D | quic_record_rx.h | 339 void ossl_qrx_inject_urxe(OSSL_QRX *qrx, QUIC_URXE *e);
|
| A D | quic_channel.h | 301 void ossl_quic_channel_inject(QUIC_CHANNEL *ch, QUIC_URXE *e);
|
| /include/crypto/ |
| A D | bn.h | 118 const BIGNUM *e, BN_CTX *ctx, 123 int nlen, const BIGNUM *e, BN_CTX *ctx,
|