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

  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
cipher_null.c 21 const unsigned char *tlsmac; member in struct:prov_cipher_null_ctx_st
80 ctx->tlsmac = in + inl - ctx->tlsmacsize;
140 && !OSSL_PARAM_set_octet_ptr(p, ctx->tlsmac, ctx->tlsmacsize)) {
  /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
cipher_null.c 21 const unsigned char *tlsmac; member in struct:prov_cipher_null_ctx_st
80 ctx->tlsmac = in + inl - ctx->tlsmacsize;
140 && !OSSL_PARAM_set_octet_ptr(p, ctx->tlsmac, ctx->tlsmacsize)) {
  /src/crypto/external/apache2/openssl/dist/providers/implementations/include/prov/
ciphercommon.h 79 unsigned char *tlsmac; /* tls MAC extracted from the last record */ member in struct:prov_cipher_ctx_st
81 * Whether the tlsmac data has been allocated or
  /src/crypto/external/bsd/openssl/dist/providers/implementations/include/prov/
ciphercommon.h 75 unsigned char *tlsmac; /* tls MAC extracted from the last record */ member in struct:prov_cipher_ctx_st
77 * Whether the tlsmac data has been allocated or

Completed in 26 milliseconds