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

  /src/external/bsd/ppp/dist/pppd/
crypto.c 437 int cipher_len = 0; local
446 if (PPP_CipherUpdate(ctx, cipher, &cipher_len, plain, sizeof(plain))) {
448 offset += cipher_len;
450 if (PPP_CipherFinal(ctx, cipher+offset, &cipher_len)) {
  /src/sys/dev/pci/qat/
qat_hw15reg.h 590 uint32_t cipher_len; member in struct:fw_la_cipher_req_params
qat_hw15.c 773 cipher_req->cipher_len = crde->crd_len;

Completed in 26 milliseconds