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

  /src/sys/arch/x86/x86/
via_padlock.c 559 crypto_unregister(sc->sc_cid, CRYPTO_AES_CBC);
560 crypto_unregister(sc->sc_cid, CRYPTO_MD5_HMAC_96);
561 crypto_unregister(sc->sc_cid, CRYPTO_MD5_HMAC);
562 crypto_unregister(sc->sc_cid, CRYPTO_SHA1_HMAC_96);
563 crypto_unregister(sc->sc_cid, CRYPTO_SHA1_HMAC);
564 crypto_unregister(sc->sc_cid, CRYPTO_RIPEMD160_HMAC_96);
565 crypto_unregister(sc->sc_cid, CRYPTO_RIPEMD160_HMAC);
566 crypto_unregister(sc->sc_cid, CRYPTO_SHA2_HMAC);
  /src/sys/opencrypto/
cryptodev.h 621 extern int crypto_unregister(u_int32_t driverid, int alg);
crypto.c 1204 crypto_unregister(u_int32_t driverid, int alg) function
1329 * done crypto_unregister(), this migrate operation is not required.
1399 * done crypto_unregister(), this migrate operation is not required.
  /src/share/man/man9/
Makefile 612 opencrypto.9 crypto_unregister.9 \

Completed in 19 milliseconds