Home
last modified time | relevance | path

Searched defs:out (Results 1 – 25 of 703) sorted by relevance

12345678910>>...29

/dflybsd-src/crypto/libressl/crypto/bytestring/
H A Dbs_cbs.c32 CBS_dup(const CBS *cbs, CBS *out) in CBS_dup()
147 cbs_get_u(CBS *cbs, uint32_t *out, size_t len) in cbs_get_u()
168 CBS_get_u8(CBS *cbs, uint8_t *out) in CBS_get_u8()
180 CBS_get_u16(CBS *cbs, uint16_t *out) in CBS_get_u16()
192 CBS_get_u24(CBS *cbs, uint32_t *out) in CBS_get_u24()
198 CBS_get_u32(CBS *cbs, uint32_t *out) in CBS_get_u32()
204 CBS_get_u64(CBS *cbs, uint64_t *out) in CBS_get_u64()
221 CBS_get_last_u8(CBS *cbs, uint8_t *out) in CBS_get_last_u8()
232 CBS_get_bytes(CBS *cbs, CBS *out, size_t len) in CBS_get_bytes()
244 cbs_get_length_prefixed(CBS *cbs, CBS *out, size_t len_len) in cbs_get_length_prefixed()
[all …]
/dflybsd-src/crypto/libressl/ssl/
H A Dbs_cbs.c32 CBS_dup(const CBS *cbs, CBS *out) in CBS_dup()
147 cbs_get_u(CBS *cbs, uint32_t *out, size_t len) in cbs_get_u()
168 CBS_get_u8(CBS *cbs, uint8_t *out) in CBS_get_u8()
180 CBS_get_u16(CBS *cbs, uint16_t *out) in CBS_get_u16()
192 CBS_get_u24(CBS *cbs, uint32_t *out) in CBS_get_u24()
198 CBS_get_u32(CBS *cbs, uint32_t *out) in CBS_get_u32()
204 CBS_get_u64(CBS *cbs, uint64_t *out) in CBS_get_u64()
221 CBS_get_last_u8(CBS *cbs, uint8_t *out) in CBS_get_last_u8()
232 CBS_get_bytes(CBS *cbs, CBS *out, size_t len) in CBS_get_bytes()
244 cbs_get_length_prefixed(CBS *cbs, CBS *out, size_t len_len) in cbs_get_length_prefixed()
[all …]
/dflybsd-src/crypto/libressl/crypto/evp/
H A De_camellia.c92 camellia_128_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t in… in camellia_128_cbc_cipher()
108 camellia_128_cfb128_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t… in camellia_128_cfb128_cipher()
128 camellia_128_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t in… in camellia_128_ecb_cipher()
146 camellia_128_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t in… in camellia_128_ofb_cipher()
250 camellia_192_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t in… in camellia_192_cbc_cipher()
266 camellia_192_cfb128_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t… in camellia_192_cfb128_cipher()
286 camellia_192_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t in… in camellia_192_ecb_cipher()
304 camellia_192_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t in… in camellia_192_ofb_cipher()
408 camellia_256_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t in… in camellia_256_cbc_cipher()
424 camellia_256_cfb128_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t… in camellia_256_cfb128_cipher()
[all …]
H A De_sm4.c40 sm4_cbc_encrypt(const unsigned char *in, unsigned char *out, size_t len, in sm4_cbc_encrypt()
52 sm4_cfb128_encrypt(const unsigned char *in, unsigned char *out, size_t length, in sm4_cfb128_encrypt()
60 sm4_ecb_encrypt(const unsigned char *in, unsigned char *out, const SM4_KEY *key, in sm4_ecb_encrypt()
70 sm4_ofb128_encrypt(const unsigned char *in, unsigned char *out, size_t length, in sm4_ofb128_encrypt()
78 sm4_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) in sm4_cbc_cipher()
94 sm4_cfb128_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) in sm4_cfb128_cipher()
114 sm4_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) in sm4_ecb_cipher()
132 sm4_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) in sm4_ofb_cipher()
236 sm4_ctr_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, in sm4_ctr_cipher()
H A Devp_enc.c235 EVP_CipherUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl, in EVP_CipherUpdate()
245 EVP_CipherFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_CipherFinal_ex()
257 EVP_CipherFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_CipherFinal()
296 EVP_EncryptUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl, in EVP_EncryptUpdate()
381 EVP_EncryptFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_EncryptFinal()
390 EVP_EncryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_EncryptFinal_ex()
436 EVP_DecryptUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl, in EVP_DecryptUpdate()
509 EVP_DecryptFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_DecryptFinal()
518 EVP_DecryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_DecryptFinal_ex()
681 EVP_CIPHER_CTX_copy(EVP_CIPHER_CTX *out, const EVP_CIPHER_CTX *in) in EVP_CIPHER_CTX_copy()
H A De_des.c97 des_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_ecb_cipher()
117 des_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_ofb_cipher()
136 des_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_cbc_cipher()
155 des_cfb64_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_cfb64_cipher()
176 des_cfb1_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_cfb1_cipher()
206 des_cfb8_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in des_cfb8_cipher()
H A De_idea.c101 idea_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in idea_ecb_cipher()
124 idea_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) in idea_cbc_cipher()
142 idea_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) in idea_ofb_cipher()
160 idea_cfb64_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) in idea_cfb64_cipher()
/dflybsd-src/crypto/libressl/crypto/asn1/
H A Dtasn_typ.c78 i2d_ASN1_NULL(ASN1_NULL *a, unsigned char **out) in i2d_ASN1_NULL()
110 i2d_ASN1_UTF8STRING(ASN1_UTF8STRING *a, unsigned char **out) in i2d_ASN1_UTF8STRING()
143 i2d_ASN1_PRINTABLESTRING(ASN1_PRINTABLESTRING *a, unsigned char **out) in i2d_ASN1_PRINTABLESTRING()
175 i2d_ASN1_T61STRING(ASN1_T61STRING *a, unsigned char **out) in i2d_ASN1_T61STRING()
207 i2d_ASN1_IA5STRING(ASN1_IA5STRING *a, unsigned char **out) in i2d_ASN1_IA5STRING()
240 i2d_ASN1_GENERALSTRING(ASN1_GENERALSTRING *a, unsigned char **out) in i2d_ASN1_GENERALSTRING()
272 i2d_ASN1_UTCTIME(ASN1_UTCTIME *a, unsigned char **out) in i2d_ASN1_UTCTIME()
305 i2d_ASN1_GENERALIZEDTIME(ASN1_GENERALIZEDTIME *a, unsigned char **out) in i2d_ASN1_GENERALIZEDTIME()
338 i2d_ASN1_VISIBLESTRING(ASN1_VISIBLESTRING *a, unsigned char **out) in i2d_ASN1_VISIBLESTRING()
371 i2d_ASN1_UNIVERSALSTRING(ASN1_UNIVERSALSTRING *a, unsigned char **out) in i2d_ASN1_UNIVERSALSTRING()
[all …]
H A Dtasn_prn.c180 ASN1_item_print(BIO *out, ASN1_VALUE *ifld, int indent, const ASN1_ITEM *it, in ASN1_item_print()
196 asn1_item_print_ctx(BIO *out, ASN1_VALUE **fld, int indent, const ASN1_ITEM *it, in asn1_item_print_ctx()
331 asn1_template_print_ctx(BIO *out, ASN1_VALUE **fld, int indent, in asn1_template_print_ctx()
387 asn1_print_fsname(BIO *out, int indent, const char *fname, const char *sname, in asn1_print_fsname()
425 asn1_print_boolean_ctx(BIO *out, int boolval, const ASN1_PCTX *pctx) in asn1_print_boolean_ctx()
450 asn1_print_integer_ctx(BIO *out, ASN1_INTEGER *str, const ASN1_PCTX *pctx) in asn1_print_integer_ctx()
463 asn1_print_oid_ctx(BIO *out, const ASN1_OBJECT *oid, const ASN1_PCTX *pctx) in asn1_print_oid_ctx()
477 asn1_print_obstring_ctx(BIO *out, ASN1_STRING *str, int indent, in asn1_print_obstring_ctx()
494 asn1_primitive_print(BIO *out, ASN1_VALUE **fld, const ASN1_ITEM *it, in asn1_primitive_print()
H A Dtasn_enc.c85 ASN1_item_ndef_i2d(ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it) in ASN1_item_ndef_i2d()
91 ASN1_item_i2d(ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it) in ASN1_item_i2d()
106 asn1_item_flags_i2d(ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it, in asn1_item_flags_i2d()
133 ASN1_item_ex_i2d(ASN1_VALUE **pval, unsigned char **out, const ASN1_ITEM *it, in ASN1_item_ex_i2d()
267 ASN1_template_i2d(ASN1_VALUE **pval, unsigned char **out, in ASN1_template_i2d()
274 asn1_template_ex_i2d(ASN1_VALUE **pval, unsigned char **out, in asn1_template_ex_i2d()
433 asn1_set_seq_out(STACK_OF(ASN1_VALUE) *sk, unsigned char **out, int skcontlen, in asn1_set_seq_out()
494 asn1_i2d_ex_primitive(ASN1_VALUE **pval, unsigned char **out, in asn1_i2d_ex_primitive()
/dflybsd-src/crypto/libressl/crypto/ecdh/
H A Dech_key.c96 ecdh_compute_key(void *out, size_t outlen, const EC_POINT *pub_key, in ecdh_compute_key()
209 ossl_ecdh_compute_key(void *out, size_t outlen, const EC_POINT *pub_key, in ossl_ecdh_compute_key()
221 ECDH_compute_key(void *out, size_t outlen, const EC_POINT *pub_key, in ECDH_compute_key()
/dflybsd-src/crypto/libressl/crypto/lhash/
H A Dlh_stats.c73 lh_stats(LHASH *lh, FILE *out) in lh_stats()
101 lh_node_stats(LHASH *lh, FILE *out) in lh_node_stats()
114 lh_node_usage_stats(LHASH *lh, FILE *out) in lh_node_usage_stats()
186 lh_stats_bio(const _LHASH *lh, BIO *out) in lh_stats_bio()
215 lh_node_stats_bio(const _LHASH *lh, BIO *out) in lh_node_stats_bio()
228 lh_node_usage_stats_bio(const _LHASH *lh, BIO *out) in lh_node_usage_stats_bio()
/dflybsd-src/crypto/libressl/crypto/ct/
H A Dct_prn.c74 BIO_hex_string(BIO *out, int indent, int width, unsigned char *data, in BIO_hex_string()
100 SCT_signature_algorithms_print(const SCT *sct, BIO *out) in SCT_signature_algorithms_print()
111 timestamp_print(uint64_t timestamp, BIO *out) in timestamp_print()
151 SCT_print(const SCT *sct, BIO *out, int indent, const CTLOG_STORE *log_store) in SCT_print()
195 SCT_LIST_print(const STACK_OF(SCT) *sct_list, BIO *out, int indent, in SCT_LIST_print()
/dflybsd-src/crypto/libressl/crypto/ocsp/
H A Docsp_asn.c107 i2d_OCSP_SIGNATURE(OCSP_SIGNATURE *a, unsigned char **out) in i2d_OCSP_SIGNATURE()
174 i2d_OCSP_CERTID(OCSP_CERTID *a, unsigned char **out) in i2d_OCSP_CERTID()
227 i2d_OCSP_ONEREQ(OCSP_ONEREQ *a, unsigned char **out) in i2d_OCSP_ONEREQ()
294 i2d_OCSP_REQINFO(OCSP_REQINFO *a, unsigned char **out) in i2d_OCSP_REQINFO()
346 i2d_OCSP_REQUEST(OCSP_REQUEST *a, unsigned char **out) in i2d_OCSP_REQUEST()
413 i2d_OCSP_RESPBYTES(OCSP_RESPBYTES *a, unsigned char **out) in i2d_OCSP_RESPBYTES()
466 i2d_OCSP_RESPONSE(OCSP_RESPONSE *a, unsigned char **out) in i2d_OCSP_RESPONSE()
531 i2d_OCSP_RESPID(OCSP_RESPID *a, unsigned char **out) in i2d_OCSP_RESPID()
584 i2d_OCSP_REVOKEDINFO(OCSP_REVOKEDINFO *a, unsigned char **out) in i2d_OCSP_REVOKEDINFO()
644 i2d_OCSP_CERTSTATUS(OCSP_CERTSTATUS *a, unsigned char **out) in i2d_OCSP_CERTSTATUS()
[all …]
/dflybsd-src/crypto/libressl/crypto/pkcs7/
H A Dpk7_asn1.c226 i2d_PKCS7(PKCS7 *a, unsigned char **out) in i2d_PKCS7()
244 i2d_PKCS7_NDEF(PKCS7 *a, unsigned char **out) in i2d_PKCS7_NDEF()
319 i2d_PKCS7_SIGNED(PKCS7_SIGNED *a, unsigned char **out) in i2d_PKCS7_SIGNED()
431 i2d_PKCS7_SIGNER_INFO(PKCS7_SIGNER_INFO *a, unsigned char **out) in i2d_PKCS7_SIGNER_INFO()
484 i2d_PKCS7_ISSUER_AND_SERIAL(PKCS7_ISSUER_AND_SERIAL *a, unsigned char **out) in i2d_PKCS7_ISSUER_AND_SERIAL()
544 i2d_PKCS7_ENVELOPE(PKCS7_ENVELOPE *a, unsigned char **out) in i2d_PKCS7_ENVELOPE()
630 i2d_PKCS7_RECIP_INFO(PKCS7_RECIP_INFO *a, unsigned char **out) in i2d_PKCS7_RECIP_INFO()
690 i2d_PKCS7_ENC_CONTENT(PKCS7_ENC_CONTENT *a, unsigned char **out) in i2d_PKCS7_ENC_CONTENT()
778 i2d_PKCS7_SIGN_ENVELOPE(PKCS7_SIGN_ENVELOPE *a, unsigned char **out) in i2d_PKCS7_SIGN_ENVELOPE()
831 i2d_PKCS7_ENCRYPT(PKCS7_ENCRYPT *a, unsigned char **out) in i2d_PKCS7_ENCRYPT()
[all …]
/dflybsd-src/crypto/openssh/
H A Dxmss_hash.c38 int core_hash_SHA2(unsigned char *out, const unsigned int type, const unsigned char *key, unsigned … in core_hash_SHA2()
71 int prf(unsigned char *out, const unsigned char *in, const unsigned char *key, unsigned int keylen) in prf()
79 int h_msg(unsigned char *out, const unsigned char *in, unsigned long long inlen, const unsigned cha… in h_msg()
91 int hash_h(unsigned char *out, const unsigned char *in, const unsigned char *pub_seed, uint32_t add… in hash_h()
116 int hash_f(unsigned char *out, const unsigned char *in, const unsigned char *pub_seed, uint32_t add… in hash_f()
/dflybsd-src/crypto/libressl/crypto/x509/
H A Dx509_cpols.c130 i2d_CERTIFICATEPOLICIES(CERTIFICATEPOLICIES *a, unsigned char **out) in i2d_CERTIFICATEPOLICIES()
183 i2d_POLICYINFO(POLICYINFO *a, unsigned char **out) in i2d_POLICYINFO()
278 i2d_POLICYQUALINFO(POLICYQUALINFO *a, unsigned char **out) in i2d_POLICYQUALINFO()
331 i2d_USERNOTICE(USERNOTICE *a, unsigned char **out) in i2d_USERNOTICE()
384 i2d_NOTICEREF(NOTICEREF *a, unsigned char **out) in i2d_NOTICEREF()
671 i2r_certpol(X509V3_EXT_METHOD *method, STACK_OF(POLICYINFO) *pol, BIO *out, in i2r_certpol()
690 print_qualifiers(BIO *out, STACK_OF(POLICYQUALINFO) *quals, int indent) in print_qualifiers()
721 print_notice(BIO *out, USERNOTICE *notice, int indent) in print_notice()
750 X509_POLICY_NODE_print(BIO *out, X509_POLICY_NODE *node, int indent) in X509_POLICY_NODE_print()
H A Dx509_crld.c248 print_reasons(BIO *out, const char *rname, ASN1_BIT_STRING *rflags, int indent) in print_reasons()
431 i2d_DIST_POINT_NAME(DIST_POINT_NAME *a, unsigned char **out) in i2d_DIST_POINT_NAME()
491 i2d_DIST_POINT(DIST_POINT *a, unsigned char **out) in i2d_DIST_POINT()
535 i2d_CRL_DIST_POINTS(CRL_DIST_POINTS *a, unsigned char **out) in i2d_CRL_DIST_POINTS()
616 i2d_ISSUING_DIST_POINT(ISSUING_DIST_POINT *a, unsigned char **out) in i2d_ISSUING_DIST_POINT()
705 print_gens(BIO *out, STACK_OF(GENERAL_NAME) *gens, int indent) in print_gens()
718 print_distpoint(BIO *out, DIST_POINT_NAME *dpn, int indent) in print_distpoint()
735 i2r_idp(const X509V3_EXT_METHOD *method, void *pidp, BIO *out, int indent) in i2r_idp()
761 i2r_crldp(const X509V3_EXT_METHOD *method, void *pcrldp, BIO *out, int indent) in i2r_crldp()
/dflybsd-src/contrib/xz/src/liblzma/common/
H A Dstream_flags_encoder.c17 stream_flags_encode(const lzma_stream_flags *options, uint8_t *out) in stream_flags_encode()
30 lzma_stream_header_encode(const lzma_stream_flags *options, uint8_t *out) in lzma_stream_header_encode()
57 lzma_stream_footer_encode(const lzma_stream_flags *options, uint8_t *out) in lzma_stream_footer_encode()
H A Dblock_buffer_encoder.c90 uint8_t *out, size_t *out_pos, size_t out_size) in block_encode_uncompressed()
169 uint8_t *out, size_t *out_pos, size_t out_size) in block_encode_normal()
226 uint8_t *out, size_t *out_pos, size_t out_size, in block_buffer_encode()
321 uint8_t *out, size_t *out_pos, size_t out_size) in lzma_block_buffer_encode()
331 uint8_t *out, size_t *out_pos, size_t out_size) in lzma_block_uncomp_encode()
/dflybsd-src/contrib/lvm2/dist/lib/misc/
H A Dlvm-string.c92 static void _quote_characters(char **out, const char *src, in _quote_characters()
112 char *out = src; in _unquote_characters() local
128 static void _quote_hyphens(char **out, const char *src) in _quote_hyphens()
141 char *r, *out; in build_dm_name() local
178 char *escape_double_quotes(char *out, const char *src) in escape_double_quotes()
/dflybsd-src/tools/regression/lib/libm/
H A Dtest-nearbyint.c53 float out[3]; /* one answer per rounding mode except towardzero */ member
83 double out; in get_output() local
100 float in, out; in test_nearby() local
128 float in, out; in test_modf() local
/dflybsd-src/crypto/libressl/crypto/gost/
H A Dgost_asn1.c55 i2d_GOST_KEY_TRANSPORT(GOST_KEY_TRANSPORT *a, unsigned char **out) in i2d_GOST_KEY_TRANSPORT()
107 i2d_GOST_KEY_INFO(GOST_KEY_INFO *a, unsigned char **out) in i2d_GOST_KEY_INFO()
166 i2d_GOST_KEY_AGREEMENT_INFO(GOST_KEY_AGREEMENT_INFO *a, unsigned char **out) in i2d_GOST_KEY_AGREEMENT_INFO()
226 i2d_GOST_KEY_PARAMS(GOST_KEY_PARAMS *a, unsigned char **out) in i2d_GOST_KEY_PARAMS()
278 i2d_GOST_CIPHER_PARAMS(GOST_CIPHER_PARAMS *a, unsigned char **out) in i2d_GOST_CIPHER_PARAMS()
H A Dgost2814789.c71 Gost2814789_encrypt(const unsigned char *in, unsigned char *out, in Gost2814789_encrypt()
105 Gost2814789_decrypt(const unsigned char *in, unsigned char *out, in Gost2814789_decrypt()
170 Gost2814789_ecb_encrypt(const unsigned char *in, unsigned char *out, in Gost2814789_ecb_encrypt()
209 Gost2814789_cfb64_encrypt(const unsigned char *in, unsigned char *out, in Gost2814789_cfb64_encrypt()
323 Gost2814789_cnt_next(unsigned char *ivec, unsigned char *out, in Gost2814789_cnt_next()
353 Gost2814789_cnt_encrypt(const unsigned char *in, unsigned char *out, size_t len, in Gost2814789_cnt_encrypt()
/dflybsd-src/crypto/libressl/crypto/camellia/
H A Dcmll_cfb.c119 Camellia_cfb128_encrypt(const unsigned char *in, unsigned char *out, in Camellia_cfb128_encrypt()
129 Camellia_cfb1_encrypt(const unsigned char *in, unsigned char *out, in Camellia_cfb1_encrypt()
138 Camellia_cfb8_encrypt(const unsigned char *in, unsigned char *out, in Camellia_cfb8_encrypt()

12345678910>>...29