HomeSort by relevance Sort by last modified time
    Searched refs:seal (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/chacha20poly1305/
chacha20poly1305_noasm.go 9 func (c *chacha20poly1305) seal(dst, nonce, plaintext, additionalData []byte) []byte { func
chacha20poly1305_amd64.go 49 func (c *chacha20poly1305) seal(dst, nonce, plaintext, additionalData []byte) []byte { func
chacha20poly1305.go 42 func (c *chacha20poly1305) Seal(dst, nonce, plaintext, additionalData []byte) []byte {
44 panic("chacha20poly1305: bad nonce length passed to Seal")
51 return c.seal(dst, nonce, plaintext, additionalData)
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/chacha20poly1305/
chacha20poly1305_noasm.go 9 func (c *chacha20poly1305) seal(dst, nonce, plaintext, additionalData []byte) []byte { func
chacha20poly1305_amd64.go 49 func (c *chacha20poly1305) seal(dst, nonce, plaintext, additionalData []byte) []byte { func
chacha20poly1305.go 42 func (c *chacha20poly1305) Seal(dst, nonce, plaintext, additionalData []byte) []byte {
44 panic("chacha20poly1305: bad nonce length passed to Seal")
51 return c.seal(dst, nonce, plaintext, additionalData)
  /frameworks/data-binding/compiler/src/test/java/android/databinding/tool/expr/
ExprTest.java 119 model.seal();
134 model.seal();
152 model.seal();
165 model.seal();
175 model.seal();
189 model.seal();
ExprModelTest.java 159 lb.getModel().seal();
179 mExprModel.seal();
205 mExprModel.seal();
265 mExprModel.seal();
314 lb.getModel().seal();
394 mExprModel.seal();
458 mExprModel.seal();
479 mExprModel.seal();
498 mExprModel.seal();
517 mExprModel.seal();
    [all...]
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
CallbackExprModel.java 61 public void seal() { method in class:CallbackExprModel
LambdaExpr.java 148 mCallbackExprModel.seal();
ExprModel.java 351 public void seal() {
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
InverseBinding.java 67 mCallbackExprModel.seal();
LayoutBinder.java 328 mExprModel.seal();
  /external/boringssl/src/ssl/test/runner/
cipher_suites.go 252 // constructed. Since a seal and open operation may be running
261 func (f *fixedNonceAEAD) Seal(out, nonce, plaintext, additionalData []byte) []byte {
263 return f.aead.Seal(out, f.sealNonce, plaintext, additionalData)
302 // constructed. Since a seal and open operation may be running
311 func (x *xorNonceAEAD) Seal(out, nonce, plaintext, additionalData []byte) []byte {
313 ret := x.aead.Seal(out, x.sealNonce, plaintext, additionalData)
  /external/brotli/enc/
encode.c 1438 uint32_t seal = s->last_byte_; local
    [all...]
  /external/boringssl/src/ssl/
ssl_session.cc 686 if (!method->seal(ssl, ptr, &out_len, max_out, session_buf, session_len)) {
    [all...]
  /external/boringssl/src/include/openssl/
ssl.h 2058 int (*seal)(SSL *ssl, uint8_t *out, size_t *out_len, size_t max_out_len, member in struct:ssl_ticket_aead_method_st
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
sunjce_provider.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
sunjce_provider.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0/
compiler-2.0.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-beta6/
compiler-2.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-beta7/
compiler-2.0.0-beta7.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-rc3/
compiler-2.0.0-rc3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-alpha3/
compiler-2.1.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-alpha4/
compiler-2.1.0-alpha4.jar 

Completed in 317 milliseconds

1 2 3 4