| /freebsd/crypto/openssl/crypto/evp/ |
| H A D | evp_enc.c | 716 int EVP_CipherUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl, in EVP_CipherUpdate() 726 unsigned char **out, size_t *outl, in EVP_CipherPipelineUpdate() 760 int EVP_CipherFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_CipherFinal_ex() 768 int EVP_CipherFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_CipherFinal() 777 unsigned char **out, size_t *outl, in EVP_CipherPipelineFinal() 887 unsigned char *out, int *outl, in evp_EncryptDecryptUpdate() 977 int EVP_EncryptUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl, in EVP_EncryptUpdate() 1032 int EVP_EncryptFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_EncryptFinal() 1039 int EVP_EncryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_EncryptFinal_ex() 1125 int EVP_DecryptUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl, in EVP_DecryptUpdate() [all …]
|
| H A D | encode.c | 162 int EVP_EncodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl, in EVP_EncodeUpdate() 217 void EVP_EncodeFinal(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl) in EVP_EncodeFinal() 303 int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl, in EVP_DecodeUpdate() 502 int EVP_DecodeFinal(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl) in EVP_DecodeFinal()
|
| H A D | p_open.c | 62 int EVP_OpenFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_OpenFinal()
|
| H A D | p_seal.c | 80 int EVP_SealFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_SealFinal()
|
| H A D | mac_lib.c | 142 unsigned char *out, size_t *outl, size_t outsize) in evp_mac_final() 187 unsigned char *out, size_t *outl, size_t outsize) in EVP_MAC_final()
|
| /freebsd/crypto/openssl/providers/implementations/ciphers/ |
| H A D | ciphercommon.c | 273 size_t *outl, size_t outsize, in ossl_cipher_generic_block_update() 419 size_t *outl, size_t outsize) in ossl_cipher_generic_block_final() 493 size_t *outl, size_t outsize, in ossl_cipher_generic_stream_update() 555 size_t *outl, size_t outsize) in ossl_cipher_generic_stream_final() 571 int ossl_cipher_generic_cipher(void *vctx, unsigned char *out, size_t *outl, in ossl_cipher_generic_cipher()
|
| H A D | cipher_sm4_xts.c | 121 static int sm4_xts_cipher(void *vctx, unsigned char *out, size_t *outl, in sm4_xts_cipher() 164 static int sm4_xts_stream_update(void *vctx, unsigned char *out, size_t *outl, in sm4_xts_stream_update() 183 static int sm4_xts_stream_final(void *vctx, unsigned char *out, size_t *outl, in sm4_xts_stream_final()
|
| H A D | ciphercommon_ccm.c | 269 int ossl_ccm_stream_update(void *vctx, unsigned char *out, size_t *outl, in ossl_ccm_stream_update() 287 int ossl_ccm_stream_final(void *vctx, unsigned char *out, size_t *outl, in ossl_ccm_stream_final() 304 int ossl_ccm_cipher(void *vctx, unsigned char *out, size_t *outl, size_t outsize, in ossl_ccm_cipher()
|
| H A D | cipher_aes_xts.c | 176 static int aes_xts_cipher(void *vctx, unsigned char *out, size_t *outl, in aes_xts_cipher() 216 static int aes_xts_stream_update(void *vctx, unsigned char *out, size_t *outl, in aes_xts_stream_update() 235 static int aes_xts_stream_final(void *vctx, unsigned char *out, size_t *outl, in aes_xts_stream_final()
|
| H A D | cipher_tdes_wrap.c | 127 unsigned char *out, size_t *outl, size_t outsize, in tdes_wrap_cipher() 150 static int tdes_wrap_update(void *vctx, unsigned char *out, size_t *outl, in tdes_wrap_update()
|
| H A D | cipher_aes_ocb.c | 161 unsigned char *out, size_t *outl, in aes_ocb_block_update_internal() 231 static int aes_ocb_block_update(void *vctx, unsigned char *out, size_t *outl, in aes_ocb_block_update() 262 static int aes_ocb_block_final(void *vctx, unsigned char *out, size_t *outl, in aes_ocb_block_final() 506 static int aes_ocb_cipher(void *vctx, unsigned char *out, size_t *outl, in aes_ocb_cipher()
|
| H A D | ciphercommon_gcm.c | 330 int ossl_gcm_stream_update(void *vctx, unsigned char *out, size_t *outl, in ossl_gcm_stream_update() 352 int ossl_gcm_stream_final(void *vctx, unsigned char *out, size_t *outl, in ossl_gcm_stream_final() 370 unsigned char *out, size_t *outl, size_t outsize, in ossl_gcm_cipher()
|
| H A D | cipher_null.c | 65 static int null_cipher(void *vctx, unsigned char *out, size_t *outl, in null_cipher() 92 static int null_final(void *vctx, unsigned char *out, size_t *outl, in null_final()
|
| H A D | cipher_aes_gcm_siv.c | 138 static int ossl_aes_gcm_siv_cipher(void *vctx, unsigned char *out, size_t *outl, in ossl_aes_gcm_siv_cipher() 159 static int ossl_aes_gcm_siv_stream_final(void *vctx, unsigned char *out, size_t *outl, in ossl_aes_gcm_siv_stream_final()
|
| H A D | cipher_aes_siv.c | 113 static int siv_cipher(void *vctx, unsigned char *out, size_t *outl, in siv_cipher() 134 static int siv_stream_final(void *vctx, unsigned char *out, size_t *outl, in siv_stream_final()
|
| H A D | cipher_cts.c | 327 int ossl_cipher_cbc_cts_block_update(void *vctx, unsigned char *out, size_t *outl, in ossl_cipher_cbc_cts_block_update() 372 int ossl_cipher_cbc_cts_block_final(void *vctx, unsigned char *out, size_t *outl, in ossl_cipher_cbc_cts_block_final()
|
| H A D | cipher_chacha20_poly1305.c | 300 size_t *outl, size_t outsize, in chacha20_poly1305_cipher() 326 static int chacha20_poly1305_final(void *vctx, unsigned char *out, size_t *outl, in chacha20_poly1305_final()
|
| H A D | cipher_aes_wrp.c | 225 static int aes_wrap_final(void *vctx, unsigned char *out, size_t *outl, in aes_wrap_final() 236 unsigned char *out, size_t *outl, size_t outsize, in aes_wrap_cipher()
|
| /freebsd/sys/compat/linuxkpi/common/include/asm-generic/ |
| H A D | io.h | 36 #define outl(a,b) outl(b,a) macro
|
| /freebsd/crypto/openssl/crypto/asn1/ |
| H A D | a_sign.c | 33 int i, inl = 0, outl = 0; in ASN1_sign() local 154 size_t inl = 0, outl = 0, outll = 0; in ASN1_item_sign_ctx() local
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_write_set_format_zip.c | 1570 size_t outl = zip->len_buf; in archive_write_zip_data() local 1612 size_t outl = zip->len_buf; in archive_write_zip_data() local 1653 size_t outl = zip->len_buf; in archive_write_zip_data() local 1781 size_t outl = zip->len_buf; in archive_write_zip_data() local 1844 size_t outl = remainder; in archive_write_zip_finish_entry() local 1889 size_t outl = remainder; in archive_write_zip_finish_entry() local 1934 size_t outl = remainder; in archive_write_zip_finish_entry() local 1982 size_t outl = remainder; in archive_write_zip_finish_entry() local
|
| /freebsd/crypto/openssl/ssl/quic/ |
| H A D | quic_srt_gen.c | 67 size_t outl = 0; in ossl_quic_srt_gen_calculate_token() local
|
| /freebsd/crypto/openssl/crypto/bio/ |
| H A D | bss_file.c | 136 static int file_read(BIO *b, char *out, int outl) in file_read() 371 static int file_read(BIO *b, char *out, int outl) in file_read()
|
| H A D | bss_null.c | 40 static int null_read(BIO *b, char *out, int outl) in null_read()
|
| H A D | bf_null.c | 45 static int nullf_read(BIO *b, char *out, int outl) in nullf_read()
|