Home
last modified time | relevance | path

Searched defs:outsize (Results 26 - 50 of 61) sorted by relevance

123

/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_chacha20_poly1305.c265 chacha20_poly1305_cipher(void *vctx, unsigned char *out, size_t *outl, size_t outsize, const unsigned char *in, size_t inl) chacha20_poly1305_cipher() argument
292 chacha20_poly1305_final(void *vctx, unsigned char *out, size_t *outl, size_t outsize) chacha20_poly1305_final() argument
H A Dcipher_null.c65 null_cipher(void *vctx, unsigned char *out, size_t *outl, size_t outsize, const unsigned char *in, size_t inl) null_cipher() argument
92 null_final(void *vctx, unsigned char *out, size_t *outl, size_t outsize) null_final() argument
H A Dcipher_cts.c328 ossl_cipher_cbc_cts_block_update(void *vctx, unsigned char *out, size_t *outl, size_t outsize, const unsigned char *in, size_t inl) ossl_cipher_cbc_cts_block_update() argument
373 ossl_cipher_cbc_cts_block_final(void *vctx, unsigned char *out, size_t *outl, size_t outsize) ossl_cipher_cbc_cts_block_final() argument
H A Dcipher_aes_wrp.c202 aes_wrap_final(void *vctx, unsigned char *out, size_t *outl, size_t outsize) aes_wrap_final() argument
212 aes_wrap_cipher(void *vctx, unsigned char *out, size_t *outl, size_t outsize, const unsigned char *in, size_t inl) aes_wrap_cipher() argument
H A Dciphercommon.c243 ossl_cipher_generic_block_update(void *vctx, unsigned char *out, size_t *outl, size_t outsize, const unsigned char *in, size_t inl) ossl_cipher_generic_block_update() argument
384 ossl_cipher_generic_block_final(void *vctx, unsigned char *out, size_t *outl, size_t outsize) ossl_cipher_generic_block_final() argument
453 ossl_cipher_generic_stream_update(void *vctx, unsigned char *out, size_t *outl, size_t outsize, const unsigned char *in, size_t inl) ossl_cipher_generic_stream_update() argument
510 ossl_cipher_generic_stream_final(void *vctx, unsigned char *out, size_t *outl, size_t outsize) ossl_cipher_generic_stream_final() argument
520 ossl_cipher_generic_cipher(void *vctx, unsigned char *out, size_t *outl, size_t outsize, const unsigned char *in, size_t inl) ossl_cipher_generic_cipher() argument
[all...]
H A Dciphercommon_gcm.c304 ossl_gcm_stream_update(void *vctx, unsigned char *out, size_t *outl, size_t outsize, const unsigned char *in, size_t inl) ossl_gcm_stream_update() argument
326 ossl_gcm_stream_final(void *vctx, unsigned char *out, size_t *outl, size_t outsize) ossl_gcm_stream_final() argument
343 ossl_gcm_cipher(void *vctx, unsigned char *out, size_t *outl, size_t outsize, const unsigned char *in, size_t inl) ossl_gcm_cipher() argument
/third_party/openssl/providers/implementations/macs/
H A Dsiphash_prov.c138 siphash_final(void *vmacctx, unsigned char *out, size_t *outl, size_t outsize) siphash_final() argument
H A Dpoly1305_prov.c121 poly1305_final(void *vmacctx, unsigned char *out, size_t *outl, size_t outsize) poly1305_final() argument
H A Dhmac_prov.c222 hmac_final(void *vmacctx, unsigned char *out, size_t *outl, size_t outsize) hmac_final() argument
H A Dkmac_prov.c333 kmac_final(void *vmacctx, unsigned char *out, size_t *outl, size_t outsize) kmac_final() argument
/third_party/ffmpeg/libavcodec/
H A Dlzwenc.c206 void ff_lzw_encode_init(LZWEncodeState *s, uint8_t *outbuf, int outsize, in ff_lzw_encode_init() argument
/third_party/node/deps/openssl/openssl/providers/implementations/asymciphers/
H A Drsa_enc.c135 rsa_encrypt(void *vprsactx, unsigned char *out, size_t *outlen, size_t outsize, const unsigned char *in, size_t inlen) rsa_encrypt() argument
197 rsa_decrypt(void *vprsactx, unsigned char *out, size_t *outlen, size_t outsize, const unsigned char *in, size_t inlen) rsa_decrypt() argument
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes_wrp.c222 aes_wrap_final(void *vctx, unsigned char *out, size_t *outl, size_t outsize) aes_wrap_final() argument
232 aes_wrap_cipher(void *vctx, unsigned char *out, size_t *outl, size_t outsize, const unsigned char *in, size_t inl) aes_wrap_cipher() argument
H A Dciphercommon.c247 ossl_cipher_generic_block_update(void *vctx, unsigned char *out, size_t *outl, size_t outsize, const unsigned char *in, size_t inl) ossl_cipher_generic_block_update() argument
393 ossl_cipher_generic_block_final(void *vctx, unsigned char *out, size_t *outl, size_t outsize) ossl_cipher_generic_block_final() argument
467 ossl_cipher_generic_stream_update(void *vctx, unsigned char *out, size_t *outl, size_t outsize, const unsigned char *in, size_t inl) ossl_cipher_generic_stream_update() argument
529 ossl_cipher_generic_stream_final(void *vctx, unsigned char *out, size_t *outl, size_t outsize) ossl_cipher_generic_stream_final() argument
546 ossl_cipher_generic_cipher(void *vctx, unsigned char *out, size_t *outl, size_t outsize, const unsigned char *in, size_t inl) ossl_cipher_generic_cipher() argument
[all...]
H A Dciphercommon_gcm.c309 ossl_gcm_stream_update(void *vctx, unsigned char *out, size_t *outl, size_t outsize, const unsigned char *in, size_t inl) ossl_gcm_stream_update() argument
331 ossl_gcm_stream_final(void *vctx, unsigned char *out, size_t *outl, size_t outsize) ossl_gcm_stream_final() argument
348 ossl_gcm_cipher(void *vctx, unsigned char *out, size_t *outl, size_t outsize, const unsigned char *in, size_t inl) ossl_gcm_cipher() argument
H A Dcipher_aes_ocb.c159 aes_ocb_block_update_internal(PROV_AES_OCB_CTX *ctx, unsigned char *buf, size_t *bufsz, unsigned char *out, size_t *outl, size_t outsize, const unsigned char *in, size_t inl, OSSL_ocb_cipher_fn ciph) aes_ocb_block_update_internal() argument
231 aes_ocb_block_update(void *vctx, unsigned char *out, size_t *outl, size_t outsize, const unsigned char *in, size_t inl) aes_ocb_block_update() argument
262 aes_ocb_block_final(void *vctx, unsigned char *out, size_t *outl, size_t outsize) aes_ocb_block_final() argument
500 aes_ocb_cipher(void *vctx, unsigned char *out, size_t *outl, size_t outsize, const unsigned char *in, size_t inl) aes_ocb_cipher() argument
/third_party/node/deps/openssl/openssl/providers/implementations/macs/
H A Dhmac_prov.c222 hmac_final(void *vmacctx, unsigned char *out, size_t *outl, size_t outsize) hmac_final() argument
H A Dkmac_prov.c333 kmac_final(void *vmacctx, unsigned char *out, size_t *outl, size_t outsize) kmac_final() argument
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dmac_lib.c180 int EVP_MAC_finalXOF(EVP_MAC_CTX *ctx, unsigned char *out, size_t outsize) in EVP_MAC_finalXOF() argument
129 evp_mac_final(EVP_MAC_CTX *ctx, int xof, unsigned char *out, size_t *outl, size_t outsize) evp_mac_final() argument
174 EVP_MAC_final(EVP_MAC_CTX *ctx, unsigned char *out, size_t *outl, size_t outsize) EVP_MAC_final() argument
242 EVP_Q_mac(OSSL_LIB_CTX *libctx, const char *name, const char *propq, const char *subalg, const OSSL_PARAM *params, const void *key, size_t keylen, const unsigned char *data, size_t datalen, unsigned char *out, size_t outsize, size_t *outlen) EVP_Q_mac() argument
/third_party/openssl/crypto/evp/
H A Dmac_lib.c180 int EVP_MAC_finalXOF(EVP_MAC_CTX *ctx, unsigned char *out, size_t outsize) in EVP_MAC_finalXOF() argument
129 evp_mac_final(EVP_MAC_CTX *ctx, int xof, unsigned char *out, size_t *outl, size_t outsize) evp_mac_final() argument
174 EVP_MAC_final(EVP_MAC_CTX *ctx, unsigned char *out, size_t *outl, size_t outsize) EVP_MAC_final() argument
242 EVP_Q_mac(OSSL_LIB_CTX *libctx, const char *name, const char *propq, const char *subalg, const OSSL_PARAM *params, const void *key, size_t keylen, const unsigned char *data, size_t datalen, unsigned char *out, size_t outsize, size_t *outlen) EVP_Q_mac() argument
/third_party/openssl/providers/implementations/asymciphers/
H A Drsa_enc.c135 rsa_encrypt(void *vprsactx, unsigned char *out, size_t *outlen, size_t outsize, const unsigned char *in, size_t inlen) rsa_encrypt() argument
197 rsa_decrypt(void *vprsactx, unsigned char *out, size_t *outlen, size_t outsize, const unsigned char *in, size_t inlen) rsa_decrypt() argument
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dcjpeg.c570 unsigned long outsize = 0; in cjpeg() local
/third_party/cups-filters/filter/
H A Dtexttotext.c131 size_t outsize; /* Space left in outbuf */ in main() local
/third_party/mesa3d/src/amd/compiler/
H A Daco_assembler.cpp97 size_t outsize; in emit_instruction() local
H A Daco_validate.cpp762 size_t outsize; in ra_fail() local

Completed in 20 milliseconds

123