Home
last modified time | relevance | path

Searched refs:out_g (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/
H A Ddh.h103 const BIGNUM **out_q, const BIGNUM **out_g);
H A Ddsa.h102 const BIGNUM **out_q, const BIGNUM **out_g);
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/
H A Ddh.h103 const BIGNUM **out_q, const BIGNUM **out_g);
H A Ddsa.h102 const BIGNUM **out_q, const BIGNUM **out_g);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/
H A Ddh.h121 const BIGNUM **out_q, const BIGNUM **out_g);
H A Ddsa.h122 const BIGNUM **out_q, const BIGNUM **out_g);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/
H A Ddh.h121 const BIGNUM **out_q, const BIGNUM **out_g);
H A Ddsa.h122 const BIGNUM **out_q, const BIGNUM **out_g);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/
H A Ddh.h121 const BIGNUM **out_q, const BIGNUM **out_g);
H A Ddsa.h122 const BIGNUM **out_q, const BIGNUM **out_g);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/
H A Ddh.h121 const BIGNUM **out_q, const BIGNUM **out_g);
H A Ddsa.h122 const BIGNUM **out_q, const BIGNUM **out_g);
/OK3568_Linux_fs/external/recovery/minui/
H A Dgraphics.c98 uint32_t out_g = (pix_g * (255 - alpha) + cur_g * alpha) / 255; in pixel_blend() local
101 return (out_r & 0xff) | (out_g & 0xff00) | (out_b & 0xff0000) | (gr_current & 0xff000000); in pixel_blend()