Lines Matching refs:ByteSource
193 ByteSource* out) { in RSA_JWK_Export()
203 const ByteSource& in, in RSA_Cipher()
204 ByteSource* out) { in RSA_Cipher()
236 ByteSource::Builder buf(out_len); in RSA_Cipher()
265 ByteSource* out) { in DoExport()
347 const ByteSource& in, in DoCipher()
348 ByteSource* out) { in DoCipher()
446 ByteSource n = ByteSource::FromEncodedString(env, n_value.As<String>()); in ImportJWKRsaKey()
447 ByteSource e = ByteSource::FromEncodedString(env, e_value.As<String>()); in ImportJWKRsaKey()
483 ByteSource d = ByteSource::FromEncodedString(env, d_value.As<String>()); in ImportJWKRsaKey()
484 ByteSource q = ByteSource::FromEncodedString(env, q_value.As<String>()); in ImportJWKRsaKey()
485 ByteSource p = ByteSource::FromEncodedString(env, p_value.As<String>()); in ImportJWKRsaKey()
486 ByteSource dp = ByteSource::FromEncodedString(env, dp_value.As<String>()); in ImportJWKRsaKey()
487 ByteSource dq = ByteSource::FromEncodedString(env, dq_value.As<String>()); in ImportJWKRsaKey()
488 ByteSource qi = ByteSource::FromEncodedString(env, qi_value.As<String>()); in ImportJWKRsaKey()