HomeSort by: relevance | last modified time | path
    Searched defs:data_buf_len (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
cipher_aes_ocb.h 32 size_t data_buf_len; member in struct:prov_aes_ocb_ctx_st
  /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
cipher_aes_ocb.h 32 size_t data_buf_len; member in struct:prov_aes_ocb_ctx_st
  /src/sys/dev/pci/
if_bwfm_pci.h 187 uint16_t data_buf_len; member in struct:msgbuf_rx_bufpost
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
e_aes.c 112 int data_buf_len; member in struct:__anon1339
3749 octx->data_buf_len = 0;
3911 buf_len = &(octx->data_buf_len);
3992 if (octx->data_buf_len > 0) {
3995 octx->data_buf_len))
3999 octx->data_buf_len))
4002 written_len = octx->data_buf_len;
4003 octx->data_buf_len = 0;
  /src/crypto/external/apache2/openssl/dist/crypto/evp/
e_aes.c 112 int data_buf_len; member in struct:__anon105
3863 octx->data_buf_len = 0;
4023 buf_len = &(octx->data_buf_len);
4102 if (octx->data_buf_len > 0) {
4105 octx->data_buf_len))
4109 octx->data_buf_len))
4112 written_len = octx->data_buf_len;
4113 octx->data_buf_len = 0;
  /src/crypto/external/bsd/openssl.old/dist/crypto/evp/
e_aes.c 94 int data_buf_len; member in struct:__anon1981
3970 octx->data_buf_len = 0;
4153 buf_len = &(octx->data_buf_len);
4234 if (octx->data_buf_len > 0) {
4237 octx->data_buf_len))
4241 octx->data_buf_len))
4244 written_len = octx->data_buf_len;
4245 octx->data_buf_len = 0;

Completed in 31 milliseconds