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

  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
cipher_chacha20.h 26 int (*initiv)(PROV_CIPHER_CTX *ctx); member in struct:prov_cipher_hw_chacha20_st
cipher_chacha20_poly1305.h 39 int (*initiv)(PROV_CIPHER_CTX *ctx); member in struct:prov_cipher_hw_chacha_aead_st
cipher_chacha20.c 180 hw->initiv(ctx);
199 hw->initiv(ctx);
cipher_chacha20_poly1305.c 268 hw->initiv(ctx);
287 hw->initiv(ctx);
  /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
cipher_chacha20.h 26 int (*initiv)(PROV_CIPHER_CTX *ctx); member in struct:prov_cipher_hw_chacha20_st
cipher_chacha20_poly1305.h 37 int (*initiv)(PROV_CIPHER_CTX *ctx); member in struct:prov_cipher_hw_chacha_aead_st
cipher_chacha20.c 180 hw->initiv(ctx);
199 hw->initiv(ctx);
cipher_chacha20_poly1305.c 258 hw->initiv(ctx);
278 hw->initiv(ctx);

Completed in 17 milliseconds