/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ecdh_ossl.c | 49 int ossl_ecdh_simple_compute_key(unsigned char **pout, size_t *poutlen, in ossl_ecdh_simple_compute_key() argument
|
H A D | ec_kmeth.c | 298 EC_KEY_METHOD_get_compute_key(const EC_KEY_METHOD *meth, int (**pck)(unsigned char **pout, size_t *poutlen, const EC_POINT *pub_key, const EC_KEY *ecdh)) EC_KEY_METHOD_get_compute_key() argument
|
/third_party/node/deps/openssl/openssl/crypto/rand/ |
H A D | prov_seed.c | 15 ossl_rand_get_entropy(ossl_unused const OSSL_CORE_HANDLE *handle, unsigned char **pout, int entropy, size_t min_len, size_t max_len) ossl_rand_get_entropy() argument 47 ossl_rand_get_nonce(ossl_unused const OSSL_CORE_HANDLE *handle, unsigned char **pout, size_t min_len, size_t max_len, const void *salt, size_t salt_len) ossl_rand_get_nonce() argument
|
/third_party/openssl/crypto/ec/ |
H A D | ecdh_ossl.c | 49 int ossl_ecdh_simple_compute_key(unsigned char **pout, size_t *poutlen, in ossl_ecdh_simple_compute_key() argument
|
H A D | ec_kmeth.c | 298 EC_KEY_METHOD_get_compute_key(const EC_KEY_METHOD *meth, int (**pck)(unsigned char **pout, size_t *poutlen, const EC_POINT *pub_key, const EC_KEY *ecdh)) EC_KEY_METHOD_get_compute_key() argument
|
/third_party/openssl/crypto/rand/ |
H A D | prov_seed.c | 15 ossl_rand_get_entropy(ossl_unused const OSSL_CORE_HANDLE *handle, unsigned char **pout, int entropy, size_t min_len, size_t max_len) ossl_rand_get_entropy() argument 47 ossl_rand_get_nonce(ossl_unused const OSSL_CORE_HANDLE *handle, unsigned char **pout, size_t min_len, size_t max_len, const void *salt, size_t salt_len) ossl_rand_get_nonce() argument
|
/third_party/node/deps/openssl/openssl/providers/common/ |
H A D | provider_seeding.c | 47 size_t ossl_prov_get_entropy(PROV_CTX *prov_ctx, unsigned char **pout, in ossl_prov_get_entropy() argument 63 size_t ossl_prov_get_nonce(PROV_CTX *prov_ctx, unsigned char **pout, in ossl_prov_get_nonce() argument
|
/third_party/openssl/providers/common/ |
H A D | provider_seeding.c | 47 size_t ossl_prov_get_entropy(PROV_CTX *prov_ctx, unsigned char **pout, in ossl_prov_get_entropy() argument 63 size_t ossl_prov_get_nonce(PROV_CTX *prov_ctx, unsigned char **pout, in ossl_prov_get_nonce() argument
|
/third_party/ffmpeg/libavcodec/ppc/ |
H A D | fft_init.c | 59 vec_f *pout = (vec_f*)(output+n4); in imdct_half_altivec() local
|
/third_party/ffmpeg/libavdevice/ |
H A D | fbdev_dec.c | 156 uint8_t *pin, *pout; in fbdev_read_packet() local
|
H A D | fbdev_enc.c | 104 uint8_t *pout; in fbdev_write_packet() local
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_alphamerge.c | 65 uint8_t *pin, *pout; in do_alphamerge() local
|
/third_party/popt/src/ |
H A D | poptint.c | 90 char * pout = dstr; in strdup_locale_from_utf8() local
|
/third_party/libsnd/src/ALAC/ |
H A D | dp_dec.c | 61 int32_t * pout ; in unpc_block() local [all...] |
/third_party/node/deps/openssl/openssl/providers/implementations/rands/ |
H A D | seed_src.c | 177 static size_t seed_get_seed(void *vseed, unsigned char **pout, in seed_get_seed() argument
|
H A D | crngt.c | 102 ossl_crngt_get_entropy(PROV_DRBG *drbg, unsigned char **pout, int entropy, size_t min_len, size_t max_len, int prediction_resistance) ossl_crngt_get_entropy() argument
|
H A D | test_rng.c | 230 static size_t test_rng_get_seed(void *vtest, unsigned char **pout, in test_rng_get_seed() argument
|
H A D | drbg.c | 144 size_t ossl_drbg_get_seed(void *vdrbg, unsigned char **pout, in ossl_drbg_get_seed() argument 194 static size_t get_entropy(PROV_DRBG *drbg, unsigned char **pout, int entropy, in get_entropy() argument 312 static size_t prov_drbg_get_nonce(PROV_DRBG *drbg, unsigned char **pout, in prov_drbg_get_nonce() argument
|
/third_party/openssl/providers/implementations/rands/ |
H A D | crngt.c | 102 ossl_crngt_get_entropy(PROV_DRBG *drbg, unsigned char **pout, int entropy, size_t min_len, size_t max_len, int prediction_resistance) ossl_crngt_get_entropy() argument
|
H A D | test_rng.c | 230 static size_t test_rng_get_seed(void *vtest, unsigned char **pout, in test_rng_get_seed() argument
|
H A D | seed_src.c | 177 static size_t seed_get_seed(void *vseed, unsigned char **pout, in seed_get_seed() argument
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | enc_mips32.c | 198 int16_t* pout = &out[0]; in QuantizeBlock_MIPS32() local
|
H A D | lossless_enc_mips32.c | 356 for (i = end; i < size; ++i) pout[i] = pa[i] + pb[i]; in AddVector_MIPS32() local 359 static void AddVectorEq_MIPS32(const uint32_t* pa, uint32_t* pout, int size) { in AddVectorEq_MIPS32() argument 367 for (i = end; i < size; ++i) pout[i] += pa[i]; in AddVectorEq_MIPS32() local 347 AddVector_MIPS32(const uint32_t* pa, const uint32_t* pb, uint32_t* pout, int size) AddVector_MIPS32() argument
|
/third_party/node/deps/openssl/openssl/crypto/cms/ |
H A D | cms_kari.c | 210 static int cms_kek_cipher(unsigned char **pout, size_t *poutlen, in cms_kek_cipher() argument
|
/third_party/openssl/crypto/cms/ |
H A D | cms_kari.c | 210 static int cms_kek_cipher(unsigned char **pout, size_t *poutlen, in cms_kek_cipher() argument
|