Search Options

Results per page
Sort
Preferred Languages
Advance

Results 351 - 352 of 352 for Authentication (0.11 sec)

  1. CREDITS

    SOFTWARE.
    
    ================================================================
    
    github.com/AzureAD/microsoft-authentication-extensions-for-go/cache
    https://github.com/AzureAD/microsoft-authentication-extensions-for-go/cache
    ----------------------------------------------------------------
        MIT License
    
        Copyright (c) Microsoft Corporation.
    
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Thu Mar 13 05:29:51 UTC 2025
    - 1.8M bytes
    - Viewed (0)
  2. lib/fips140/v1.0.0.zip

    overlap of output and additional data") } seal(out, g, nonce, plaintext, data) return ret } var errOpen = errors.New("cipher: message authentication failed") func (g *GCM) Open(dst, nonce, ciphertext, data []byte) ([]byte, error) { if len(nonce) != g.nonceSize { panic("crypto/cipher: incorrect nonce length given to GCM") } // Sanity check to prevent the authentication from always succeeding if an // implementation leaves tagSize uninitialized, for example. if g.tagSize < gcmMinimumTagSize { panic("crypto/cipher:...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
Back to top