HomeSort by: relevance | last modified time | path
    Searched refs:tempiv (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
cipher_chacha20_poly1305_hw.c 78 unsigned char tempiv[CHACHA_CTR_SIZE] = { 0 }; local
89 memcpy(tempiv + CHACHA_CTR_SIZE - noncelen, bctx->oiv,
94 tempiv, sizeof(tempiv), NULL);
97 tempiv, sizeof(tempiv), NULL);
  /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
cipher_chacha20_poly1305_hw.c 78 unsigned char tempiv[CHACHA_CTR_SIZE] = { 0 }; local
89 memcpy(tempiv + CHACHA_CTR_SIZE - noncelen, bctx->oiv,
94 tempiv, sizeof(tempiv), NULL);
97 tempiv, sizeof(tempiv), NULL);

Completed in 26 milliseconds