Home
last modified time | relevance | path

Searched refs:fp (Results 51 – 75 of 132) sorted by relevance

123456

/openssl/crypto/x509/
H A Dt_crl.c19 int X509_CRL_print_fp(FILE *fp, X509_CRL *x) in X509_CRL_print_fp() argument
28 BIO_set_fp(b, fp, BIO_NOCLOSE); in X509_CRL_print_fp()
H A Dt_req.c21 int X509_REQ_print_fp(FILE *fp, X509_REQ *x) in X509_REQ_print_fp() argument
30 BIO_set_fp(b, fp, BIO_NOCLOSE); in X509_REQ_print_fp()
H A Dt_x509.c26 int X509_print_fp(FILE *fp, X509 *x) in X509_print_fp() argument
28 return X509_print_ex_fp(fp, x, XN_FLAG_COMPAT, X509_FLAG_COMPAT); in X509_print_fp()
31 int X509_print_ex_fp(FILE *fp, X509 *x, unsigned long nmflag, in X509_print_ex_fp() argument
41 BIO_set_fp(b, fp, BIO_NOCLOSE); in X509_print_ex_fp()
H A Dv3_addr.c1269 IPAddressFamily *fp = in addr_validate_path_internal() local
1272 if (fp == NULL) { in addr_validate_path_internal()
1280 if (fp->ipAddressChoice->type == in addr_validate_path_internal()
1283 || addr_contains(fp->ipAddressChoice->u.addressesOrRanges, in addr_validate_path_internal()
1286 (void)sk_IPAddressFamily_set(child, j, fp); in addr_validate_path_internal()
1298 IPAddressFamily *fp = sk_IPAddressFamily_value(x->rfc3779_addr, j); in addr_validate_path_internal() local
1300 if (fp->ipAddressChoice->type == IPAddressChoice_inherit in addr_validate_path_internal()
1301 && sk_IPAddressFamily_find(child, fp) >= 0) in addr_validate_path_internal()
H A Dv3_prn.c205 int X509V3_EXT_print_fp(FILE *fp, X509_EXTENSION *ext, int flag, int indent) in X509V3_EXT_print_fp() argument
210 if ((bio_tmp = BIO_new_fp(fp, BIO_NOCLOSE)) == NULL) in X509V3_EXT_print_fp()
/openssl/crypto/ec/asm/
H A Decp_nistz256-sparcv9.pl920 st $t0,[%fp+STACK_BIAS-12]
938 st $t0,[%fp+STACK_BIAS-16]
1008 ld [%fp+STACK_BIAS-12],$t0
1009 ld [%fp+STACK_BIAS-16],$t1
1010 ld [%fp+STACK_BIAS-20],$t2
1018 ldx [%fp+STACK_BIAS-8],$rp
1116 ldx [%fp+STACK_BIAS-8],$rp
1190 st $t0,[%fp+STACK_BIAS-16]
1224 st $t0,[%fp+STACK_BIAS-12]
1310 ldx [%fp+STACK_BIAS-8],$rp
[all …]
/openssl/crypto/bn/
H A Dbn_ctx.c203 unsigned int fp = BN_STACK_pop(&ctx->stack); in BN_CTX_end() local
205 if (fp < ctx->used) in BN_CTX_end()
206 BN_POOL_release(&ctx->pool, ctx->used - fp); in BN_CTX_end()
207 ctx->used = fp; in BN_CTX_end()
/openssl/crypto/asn1/
H A Da_strex.c571 int X509_NAME_print_ex_fp(FILE *fp, const X509_NAME *nm, int indent, in X509_NAME_print_ex_fp() argument
577 btmp = BIO_new_fp(fp, BIO_NOCLOSE); in X509_NAME_print_ex_fp()
584 return do_name_ex(send_fp_chars, fp, nm, indent, flags); in X509_NAME_print_ex_fp()
594 int ASN1_STRING_print_ex_fp(FILE *fp, const ASN1_STRING *str, unsigned long flags) in ASN1_STRING_print_ex_fp() argument
596 return do_print_ex(send_fp_chars, fp, flags, str); in ASN1_STRING_print_ex_fp()
/openssl/doc/man3/
H A DCONF_modules_load_file.pod126 FILE *fp;
130 fp = fopen("/somepath/app.cnf", "r");
131 if (fp == NULL) {
136 if (NCONF_load_fp(cnf, fp, &eline) == 0) {
145 fclose(fp);
H A DPEM_X509_INFO_read_bio_ex.pod12 STACK_OF(X509_INFO) *PEM_X509_INFO_read_ex(FILE *fp, STACK_OF(X509_INFO) *sk,
16 STACK_OF(X509_INFO) *PEM_X509_INFO_read(FILE *fp, STACK_OF(X509_INFO) *sk,
28 PEM_X509_INFO_read_ex() loads the B<X509_INFO> objects from a file I<fp>.
H A DECPKParameters_print.pod17 int ECPKParameters_print_fp(FILE *fp, const EC_GROUP *x, int off);
29 or B<fp>. The output lines are indented by B<off> spaces.
H A DBIO_s_file.pod17 BIO_set_fp(BIO *b, FILE *fp, int flags);
57 BIO_set_fp() sets the fp of a file BIO to B<fp>. B<flags> has the same
60 BIO_get_fp() retrieves the fp of a file BIO, it is a macro.
H A DPEM_read.pod13 int PEM_write(FILE *fp, const char *name, const char *header,
18 int PEM_read(FILE *fp, char **name, char **header,
45 PEM_write() writes to the file B<fp>, while PEM_write_bio() writes to
54 PEM_read() reads from the file B<fp>, while PEM_read_bio() reads
H A Dd2i_PrivateKey.pod43 EVP_PKEY *d2i_PrivateKey_ex_fp(FILE *fp, EVP_PKEY **a, OSSL_LIB_CTX *libctx,
45 EVP_PKEY *d2i_PrivateKey_fp(FILE *fp, EVP_PKEY **a);
48 int i2d_PrivateKey_fp(FILE *fp, const EVP_PKEY *pkey);
/openssl/crypto/bio/
H A Dbf_readbuff.c31 static long readbuffer_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp);
211 static long readbuffer_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) in readbuffer_callback_ctrl() argument
215 return BIO_callback_ctrl(b->next_bio, cmd, fp); in readbuffer_callback_ctrl()
H A Dbf_lbuf.c23 static long linebuffer_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp);
302 static long linebuffer_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) in linebuffer_callback_ctrl() argument
306 return BIO_callback_ctrl(b->next_bio, cmd, fp); in linebuffer_callback_ctrl()
/openssl/ssl/quic/
H A Dquic_local.h103 __owur long ossl_quic_callback_ctrl(SSL *s, int cmd, void (*fp) (void));
104 __owur long ossl_quic_ctx_callback_ctrl(SSL_CTX *ctx, int cmd, void (*fp) (void));
H A Dquic_impl.c185 long ossl_quic_callback_ctrl(SSL *s, int cmd, void (*fp) (void)) in ossl_quic_callback_ctrl()
190 long ossl_quic_ctx_callback_ctrl(SSL_CTX *ctx, int cmd, void (*fp) (void)) in ossl_quic_ctx_callback_ctrl()
/openssl/crypto/conf/
H A Dconf_lib.c69 LHASH_OF(CONF_VALUE) *CONF_load_fp(LHASH_OF(CONF_VALUE) *conf, FILE *fp, in LHASH_OF()
74 if ((btmp = BIO_new_fp(fp, BIO_NOCLOSE)) == NULL) { in LHASH_OF()
261 int NCONF_load_fp(CONF *conf, FILE *fp, long *eline) in NCONF_load_fp() argument
265 if ((btmp = BIO_new_fp(fp, BIO_NOCLOSE)) == NULL) { in NCONF_load_fp()
/openssl/crypto/pem/
H A Dpem_lib.c109 void *PEM_ASN1_read(d2i_of_void *d2i, const char *name, FILE *fp, void **x, in PEM_ASN1_read() argument
119 BIO_set_fp(b, fp, BIO_NOCLOSE); in PEM_ASN1_read()
293 int PEM_ASN1_write(i2d_of_void *i2d, const char *name, FILE *fp, in PEM_ASN1_write() argument
305 BIO_set_fp(b, fp, BIO_NOCLOSE); in PEM_ASN1_write()
588 int PEM_write(FILE *fp, const char *name, const char *header, in PEM_write() argument
598 BIO_set_fp(b, fp, BIO_NOCLOSE); in PEM_write()
668 int PEM_read(FILE *fp, char **name, char **header, unsigned char **data, in PEM_read() argument
678 BIO_set_fp(b, fp, BIO_NOCLOSE); in PEM_read()
H A Dpem_local.h141 IMPLEMENT_PEM_provided_write_to(name, TYPE, type, str, asn1, FILE, fp, write)
143 IMPLEMENT_PEM_provided_write_cb_to(name, TYPE, type, str, asn1, FILE, fp, write)
/openssl/include/openssl/
H A Dec.h922 # define d2i_ECPKParameters_fp(fp,x) \ argument
923 (EC_GROUP *)ASN1_d2i_fp(NULL, (d2i_of_void *)d2i_ECPKParameters, (fp), \
925 # define i2d_ECPKParameters_fp(fp,x) \ argument
926 ASN1_i2d_fp((i2d_of_void *)i2d_ECPKParameters, (fp), (void *)(x))
932 OSSL_DEPRECATEDIN_3_0 int ECPKParameters_print_fp(FILE *fp, const EC_GROUP *x,
1271 OSSL_DEPRECATEDIN_3_0 int ECParameters_print_fp(FILE *fp, const EC_KEY *key);
1279 OSSL_DEPRECATEDIN_3_0 int EC_KEY_print_fp(FILE *fp, const EC_KEY *key, int off);
/openssl/crypto/err/
H A Derr_prn.c177 void ERR_print_errors_fp(FILE *fp) in ERR_print_errors_fp() argument
179 BIO *bio = BIO_new_fp(fp, BIO_NOCLOSE); in ERR_print_errors_fp()
/openssl/ssl/
H A Dssl_txt.c16 int SSL_SESSION_print_fp(FILE *fp, const SSL_SESSION *x) in SSL_SESSION_print_fp() argument
25 BIO_set_fp(b, fp, BIO_NOCLOSE); in SSL_SESSION_print_fp()
/openssl/crypto/encode_decode/
H A Dencoder_lib.c66 static BIO *bio_from_file(FILE *fp) in bio_from_file() argument
74 BIO_set_fp(b, fp, BIO_NOCLOSE); in bio_from_file()
78 int OSSL_ENCODER_to_fp(OSSL_ENCODER_CTX *ctx, FILE *fp) in OSSL_ENCODER_to_fp() argument
80 BIO *b = bio_from_file(fp); in OSSL_ENCODER_to_fp()

Completed in 86 milliseconds

123456