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

  /src/crypto/external/apache2/openssl/dist/crypto/evp/
evp_lib.c 366 int EVP_CIPHER_get_block_size(const EVP_CIPHER *cipher)
373 return (ctx == NULL) ? 0 : EVP_CIPHER_get_block_size(ctx->cipher);
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
evp_lib.c 388 int EVP_CIPHER_get_block_size(const EVP_CIPHER *cipher)
395 return EVP_CIPHER_get_block_size(ctx->cipher);

Completed in 26 milliseconds