HomeSort by relevance Sort by last modified time
    Searched defs:cipher_data (Results 1 - 4 of 4) sorted by null

  /external/openssl/crypto/des/
destest.c 164 static unsigned char cipher_data[NUM_TESTS][8]={ variable
418 if (memcmp(out,cipher_data[i],8) != 0)
421 i+1,pt(key_data[i]),pt(in),pt(cipher_data[i]),
  /external/chromium_org/third_party/boringssl/src/include/openssl/
cipher.h 402 /* cipher_data points to the |cipher| specific state. */
403 void *cipher_data; member in struct:evp_cipher_ctx_st
  /external/openssl/crypto/evp/
evp.h 315 int ctx_size; /* how big ctx->cipher_data needs to be */
426 void *cipher_data; /* per EVP data */ member in struct:evp_cipher_ctx_st
    [all...]
  /external/openssl/include/openssl/
evp.h 315 int ctx_size; /* how big ctx->cipher_data needs to be */
426 void *cipher_data; /* per EVP data */ member in struct:evp_cipher_ctx_st
    [all...]

Completed in 84 milliseconds